|
2013-01-12
, 19:00
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#42
|
ok thanks what I did was that, but , instead of renaming the file , I added . " xml " of the old file and rename to . wgt and it worked ! . Another thing I would like to know is how to modify it to full screen view , which files I have to modify ?
thnks man
The Following User Says Thank You to sviox For This Useful Post: | ||
|
2013-01-13
, 02:24
|
Posts: 68 |
Thanked: 25 times |
Joined on Mar 2012
|
#43
|
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
|
2013-01-23
, 00:33
|
Posts: 142 |
Thanked: 72 times |
Joined on Jan 2013
|
#44
|
|
2013-01-24
, 16:14
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#45
|
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
|
2013-02-02
, 17:47
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#46
|
|
2013-03-10
, 21:02
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#47
|
|
2013-03-11
, 17:14
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#48
|
|
2013-03-19
, 15:12
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#49
|
|
2013-03-19
, 15:14
|
Posts: 79 |
Thanked: 211 times |
Joined on Aug 2012
|
#50
|
thnks man