Reply
Thread Tools
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#21
Maemo browser is Gecko based. QTWRT uses the QT WebKit engine. You probably want to test on a webkit engine or install it as a different widget with its own menu entry.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 3 | Thanked: 0 times | Joined on Aug 2010
#22
@Bundyo: Thanks for replying! Actually, I made a simple QML-based Web browser and ran index.html on it on N900. However, the widget didn't work and it reported an error something like WRT is not available. Any idea?
 
Posts: 44 | Thanked: 28 times | Joined on Mar 2010
#23
Is it possible to make a qtwrt application that acts as a hildon-desktop widget?

i made a flipclock wgt, but want to have it on the hildondesktop as a widget, not as a application.

i tried the following config.xml, but it opens fullscreen
and is not selectable as widget

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<widget xmlns="http://www.w3.org/ns/widgets" id="FlipClock" version="1.0.0"
	height      = "200"
        width       = "200"

        viewmodes   = "widget">
<name>FlipClock</name>
<content src="index.html" />
</widget>
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#24
It should be possible but I don't know how. Check the QT forums linked earlier and ask the developers.

@ngocketit: I'm not sure what do you mean. I managed to install a widget with the widgetinstaller executable in terminal. I'm not sure if it is registered to handle a mime-type directly from web.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
DanielMartin's Avatar
Posts: 38 | Thanked: 41 times | Joined on Dec 2009 @ Australia
#25
Originally Posted by ny-hardcore View Post
Is it possible to make a qtwrt application that acts as a hildon-desktop widget?

i made a flipclock wgt, but want to have it on the hildondesktop as a widget, not as a application.

i tried the following config.xml, but it opens fullscreen
and is not selectable as widget

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<widget xmlns="http://www.w3.org/ns/widgets" id="FlipClock" version="1.0.0"
	height      = "200"
        width       = "200"

        viewmodes   = "widget">
<name>FlipClock</name>
<content src="index.html" />
</widget>
Try this:
Code:
 viewmodes = "minimized"
Disclaimer: I haven't tested it yet, but some of the reading I've been doing on the wrt implies that this will result in a desktop widget. The size may be fixed at 312x82 for now though.

From http://xizhizhu.blogspot.com/2010/08...ello-view.html

Last edited by DanielMartin; 2010-09-06 at 12:32.
 
Posts: 44 | Thanked: 28 times | Joined on Mar 2010
#26
Originally Posted by DanielMartin View Post
Try this:
Code:
 viewmodes = "minimized"
Disclaimer: I haven't tested it yet, but some of the reading I've been doing on the wrt implies that this will result in a desktop widget. The size may be fixed at 312x82 for now though.

From http://xizhizhu.blogspot.com/2010/08...ello-view.html
That is correct, the guy who wrote the tutorial told me on the qt wrt forums.

Tried it, worked and found out about the fixed resolution and stopped playing with it. I worked tough...
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:37.