View Single Post
Posts: 68 | Thanked: 25 times | Joined on Mar 2012
#43
Originally Posted by sviox View Post
To modify it to run on fullscreen, simple edit the config.xml and add (or change) a "viewmodes" attribute to "widget" element with value "fullscreen". I.e. it would look something like:
<widget [some other attributes] viewmodes="fullscreen">...

Also, I was a bit busy today making a few fixes for Symbian widgets. Hydra version 1.3.4 should be out in a few days and will be able to install your widget in it's original form, with proper icon used in the launcher and all

Here is the full changelog:
* Fixed info.plist being looked for case-sensitively for Symbian widgets
* Fixed icon.png being looked for case-sensitively for Symbian widgets
* Fixed blocked scrolling for widgets with configuration defined viewport
* Improved strings contained by widget.wrt API
* Added D-Bus signal for installation result listening
* Added D-Bus method for uninstalling a widget
great thank you very much for the help, excellent work that you do