--------------------------------------------- elfcheck - простая прога, которая проверяет, используются ли в эльфах (включая эльфлоадер) функции, которых нет в либе. simple tool which checks whether there are functions used in elfs (including elfloader) that are not included in library.
Q: How use elfcheck? Q: Как использовать? R: Look this page here
saveevents.elf - сохранение евентов (EVENT)
(c) den_po
---------------------------------------------
Шаблоны эльфов для IAR Некоторые полезные для разработчиков шаблоны эльфов. На данный момент имеются: 1) Пустой эльф 2) Пустой эльф со своей книгой 3) Эльф-рисовальщик на главном экране 4) Эльф для RegFile (по сути - пустой эльф, но с дополнительными входными параметрами) 5) Эльф с графическим интерфейсом - списком 6) Эльф-патч, который можно конвертировать в *.vkp при помощи elf2vkp
hi, I have a one question, as to put an icon followed by text on a softkey, as i do? I try this, but not show
Код:
wchar_t id; ImageID_Get(L"/Card/other/image/",L"image.png",&id); int text[2]; text[0]=(id+0x78000000); text[1]=TextID_Create(L"test",ENC_TEXTID,4); int texto =TextID_Create(text,ENC_TEXTID,2); GUIObject_SoftKeys_SetText(m_bk->lo, 2,texto );
and this:
int text[2]; int _t id= 0xF8C7 text[0]=(id+0x78000000); text[1]=TextID_Create(L"test",ENC_TEXTID,4); int texto =TextID_Create(text,ENC_TEXTID,2); GUIObject_SoftKeys_SetText(m_bk->lo, 2,texto );
and this: int text[3]; text[0]=0xF8C7; text[1]=0x78000000; text[2]=TextID_Create(L"test",ENC_TEXTID,4); int texto =TextID_Create(text,ENC_TEXTID,3); GUIObject_SoftKeys_SetText(m_bk->lo, 2,texto );
and this: wchar_t id; ImageID_Get(L"/Card/other/Walkman/",L"walkman.png",&id); GUIObject_SoftKeys_SetText(m_bk->lo, 2,(id+0x78000000));
but not show icon and the text, any idea for help me? thanks ;)
Прикрепленный к сообщению файл:
Confidence in yourself is the first secret of success(R. W. Emerson)
;W580 SW-R8BE001 ; Add an option to display on-screen keyboard when typing a text message (More -> Keyboard) ;(c) anarkes ;v. Beta
#define CreateGuiSimbols_FUNCTION (0x151715A8+1)
I have this function thanks to anarkes for sharing your source of this idea and add this option in message editor but this patch only show the gui, but not printing the letters and numbers in the message editor
this is a good idea for slider phone, for writing messages with the phone closed. some developer for help me to finish to creating this idea on elf or patch, anarkes do can not continue the project, and opening the source, for any one for continue this project. I have the source for anyone with consent by anarkes for share it
Прикрепленный к сообщению файл:
Confidence in yourself is the first secret of success(R. W. Emerson)
Спасибо сказали: 000Lex000
Therion
Developer/Admin
Регистрация: 9.2.08 Сообщений: 1748 Репутация: 10884 Откуда: Украина, г. Киев
GUIObject_SetStyle(m_bk->Simbol,9); GUIObject_SetTitleText(m_bk->Simbol,STR("albert")); GUIObject_SoftKeys_SetAction(m_bk->Simbol,ACTION_BACK, CloseMyBook); GUIObject_SoftKeys_SetAction(m_bk->Simbol,ACTION_LONG_BACK, CloseMyBook); GUIObject_SoftKeys_SetText(m_bk->Simbol, ACTION_SELECT1,STR("enter") ); GUIObject_SoftKeys_SetAction(m_bk->Simbol, ACTION_SELECT1, OnSetEnter1);//my problem, how I do can to do this? GUIObject_Show(m_bk->Simbol); }
Therion, hi, I try this offset 0x152F1435 W705 031 and reboot if pressed ACTION_SELECT1. I added this gui in CreateTXTFile.elf
is stranger if this offset 0x152F1435 W705 031 is used in DATA XREF: pg_PB_UI_Symbols_ShowSymbols__0xF+16r on ACTION_SELECT1 and this works, but maybe only works for search action.
Вы не можете начинать темы. Вы не можете редактировать свои сообщения. Вы не можете создавать опросы. Вы не можете вкладывать файлы в сообщения. Вы не можете отвечать на сообщения. Вы не можете удалять свои сообщения. Вы не можете голосовать.