Guest contable Posted October 20, 2010 Report Posted October 20, 2010 If I would suggest something... I would stay with tasks instead SMS. SMS are available through icon. And couple of general suggestions: - manilia clock is nice but size is wasting space so make it smaller (see some cookie sense mods) it means more space for things under clock - list under clock could display more elements, it means small fonts, not touchable individual elements, no horizontal lines but list itself could be touchable and leads to the full screen list with clickable elements. This list could display any kind of event like appointments, SMS, task, RSS etc... - it would be nice to have real application manager under list of events - and favorites contact manager but anyway thanks for your work... First of all thanks for your suggestions. 1. As I have written before the user will be able to choose what he wants to display: sms + tasks or sms + appointment or 2 tasks or 2 sms or whatever. Atm I´m working on the favourite contact tab with 24 contacts by default. This should be enough. 2. The big clock I will not make smaller because I like it this way. I prefer to toggle all possible kind of notifications instead of display them by default. This means if I would add more elements, for example on the left or right side of the clock, in my opinion the screen is getting too full with informations. 3. Anyway the user can customize JMLToday as he wants, it´s not so difficult at all. Just follow the explanations in JMHL´s thread. A bit difficult is creating the right scripts + icons and maybe editing the cpr file. 4. In general I want to remind that CHome has a 20 icon + text limit which you can use in your cpr file. Using more icons is only possible because of JMHL´s great developments or some mods we can do. This means you cannot add as many elements as you want. Enough for now... Keep on posting your suggestions, some of them can be realized, some not.... :P Cheers contable
Guest JMHL1963 Posted October 20, 2010 Report Posted October 20, 2010 @contable : you have an @aol email.....
Guest contable Posted October 20, 2010 Report Posted October 20, 2010 @contable : you have an @aol email..... @JMHL: The email has arrived ! Thank you so much. Atm I´m out of office because of business. Will be back home after 21:00... It´s very exciting... Best regards contable
Guest piotrwinmo Posted October 21, 2010 Report Posted October 21, 2010 Did someone notice stability problems with 6.5.3 ROM? I have JE3 ROM and was using Samsung Today and it was rock solid combination but with this theme after one day during startup or closing application (randomly) phone hangs. greetings, piotrwinmo
Guest Freezy1982 Posted October 21, 2010 Report Posted October 21, 2010 Did someone notice stability problems with 6.5.3 ROM? I have JE3 ROM and was using Samsung Today and it was rock solid combination but with this theme after one day during startup or closing application (randomly) phone hangs. greetings, piotrwinmo I cannot confirm this... My phone runs since 1 Week without a reset... That's stable enough I think :P . (But I'm using WM6.5) I only have to restart Titanium sometimes when I use Landscape mode.. Maybe a cause of other 3PartyApps you installed? GreeZ!
Guest piotrwinmo Posted October 21, 2010 Report Posted October 21, 2010 I cannot confirm this... My phone runs since 1 Week without a reset... That's stable enough I think :P . (But I'm using WM6.5) I only have to restart Titanium sometimes when I use Landscape mode.. Maybe a cause of other 3PartyApps you installed? GreeZ! Thanks for reply. You're right, this can be application (I'm going to uninstall MSentinel application that is running in background) or 6.5.3.
Guest contable Posted October 21, 2010 Report Posted October 21, 2010 @JMHL: Sorry, that I couldn´t reply so far but atm I have to do a lot of business stuff. So far I have tested: 1. Long press clicking => ok => my suggestion is to enable vibrate function for this feature by default 2. JMLComm.exe => ok => backlight and sound profile changing works great 3. JMLTodayFavorites notification => ok => works without any problem so far I´m really enjoying your first beta, at the weekend I will have a little bit more time for testing. Big thanks again for all your hard work. Cheers contable
Guest JMHL1963 Posted October 21, 2010 Report Posted October 21, 2010 @contable : No problem, take your time. I still work on JMLToday ... A++
Guest contable Posted October 21, 2010 Report Posted October 21, 2010 @contable : No problem, take your time. I still work on JMLToday ... A++ What is not running atm is the gps function on weather page or do you still work on this feature ? I get a gps error...
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @JMHL: The script for my 8 contacts panel is running now without any problem. For updating the icon after I have added or removed a contact I use 2 different .xml files. The files are attached. Cheers contable JMLContacts.rar
Guest Freezy1982 Posted October 22, 2010 Report Posted October 22, 2010 @JMHL: The script for my 8 contacts panel is running now without any problem. For updating the icon after I have added or removed a contact I use 2 different .xml files. The files are attached. Cheers contable JMLContacts.rar Is it possible for me to test your beta? :P
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 Is it possible for me to test your beta? :P I´m sorry but there is still no beta available. I´m working on the new skin using JMLToday V5.90 beta I got from JMHL for testing.
Guest JMHL1963 Posted October 22, 2010 Report Posted October 22, 2010 @contable : - not necessary to have 2 xml - not necesary to call a .mscr script to update ID item - not necessary to intercepte JMLTodayFavorites notification in JMLToday.ini to call this script. -> use JMLTodayFavorites.xml in you skin folder (this file is automatic-called if it exists, it's available for all notifications) -> use <Picture ... ID="SCD" Page="Page1"> . It store the picture in the JMLToday registry key. -> use %TIMESTAMP% in your .png filename to create a unique temporary file. ex. <Picture ... Target="\JML\Favorites%TIMESTAMP%.png" ID="SCD" Page="Page1"> JMLPicture auto-clean the oldier ...\Favorites*.png (optimized in next beta) --------------------------------------------------------------- In next beta : - show/hide MyLocation/google latitude menu for GPS (parameter in JMLToday.ini) - store favorites in new emplacement -> HKCU->Software->JML->Contacts->Favorites - add -actionfavorite, -callfavorite in JMLContacts - add JMLMeteo notification after weather updated A++
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @contable : - not necessary to have 2 xml - not necesary to call a .mscr script to update ID item - not necessary to intercepte JMLTodayFavorites notification in JMLToday.ini to call this script. -> use JMLTodayFavorites.xml in you skin folder (this file is automatic-called if it exists, it's available for all notifications) -> use <Picture ... ID="SCD" Page="Page1"> . It store the picture in the JMLToday registry key. -> use %TIMESTAMP% in your .png filename to create a unique temporary file. ex. <Picture ... Target="\JML\Favorites%TIMESTAMP%.png" ID="SCD" Page="Page1"> JMLPicture auto-clean the oldier ...\Favorites*.png (optimized in next beta) --------------------------------------------------------------- In next beta : - show/hide MyLocation/google latitude menu for GPS (parameter in JMLToday.ini) - store favorites in new emplacement -> HKCU->Software->JML->Contacts->Favorites - add -actionfavorite, -callfavorite in JMLContacts - add JMLMeteo notification after weather updated A++ @JMHL: I will try as you have written. I didn´t know that this function is available so I invented something to solve my problem... like I do usually. Anyway it´s working well but I think your method is faster than mine... Will reply later. Cheers contable
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @JMHL: The JMLTodayFavorites.xml is called automatically and creates the updated picture but it does not appear on the screen... I have still the older picture displayed.
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @JMHL: Please check the attached file. JMLTodayFavorites.rar
Guest JMHL1963 Posted October 22, 2010 Report Posted October 22, 2010 @contable: your xml file is ok. Verify if registry key SCD on Page1 is updated and if SCD is in your .plg file.
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @contable: your xml file is ok. Verify if registry key SCD on Page1 is updated and if SCD is in your .plg file. SCD is in my .plg and the registry key is still the same. I had the same problem yesterday so I decided to use 2 different .png files for update and then it worked.
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 @all: please don´t download my test files. You cannot do anything with those files without new JMLToday version. Thanks contable
Guest JMHL1963 Posted October 22, 2010 Report Posted October 22, 2010 SCD is in my .plg and the registry key is still the same. contable same name in SCD registry key and this png file is in %APPDIR%\skins\default\sys ? it's work for me !?!?
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 same name in SCD registry key and this png file is in %APPDIR%\skins\default\sys ? it's work for me !?!? I was wrong, the SCDContacts.png is not created in my sys folder. I stored the xml in my current skin folder, is this right ?
Guest JMHL1963 Posted October 22, 2010 Report Posted October 22, 2010 I stored the xml in my current skin folder, is this right ? Yes. png file created, where it is ? change %APPDIR% by %JMLTODAY% perhaps. AND/OR store in \JML (see JMLTodayTime.xml)
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 Yes. png file created, where it is ? change %APPDIR% by %JMLTODAY% perhaps. AND/OR store in \JML (see JMLTodayTime.xml) I will re-install the whole plugin and reply later....
Guest JMHL1963 Posted October 22, 2010 Report Posted October 22, 2010 I will re-install the whole plugin and reply later.... Not bothering you, I send you a beta tonight (works with JMLTodayFavorites.xml)
Guest contable Posted October 22, 2010 Report Posted October 22, 2010 Not bothering you, I send you a beta tonight (works with JMLTodayFavorites.xml) Ok. Really appreciate it.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now