UNBELIEVABLE!!! Tks man, that did the trick so much more easier than I expected!!!
By the way, nice youtuve video ;-)
Type: Posts; User: romulovitor; Keyword(s):
UNBELIEVABLE!!! Tks man, that did the trick so much more easier than I expected!!!
By the way, nice youtuve video ;-)
Is there a way to load a flash app within QT for maemo? Webkit ? QAxWidget? Browser?
Thank you,
Right, but the problem is if I say NO GPS and NO Network Position, than even if my location hasn't change I shouldn't be getting a "valid" location. At least that's what I'm being punished for.
...
Here's what I did, step by step.
1) Ran the app with GPS and Network Position Activated, (connected by Wireless)
2) Got the following results:
./location
"CONNECTED:
time: nan
ept: nan...
I really need some help here!!
My app submission is being denied for the following reasons:
1) - Application finds the location and updates with GPS icon even when GPS and networking...
Error: Application finds the location and updates with GPS icon even when GPS and networking positioning is turned off. Error can be reproduced using example available at...
That was my case. I had 2 binaries, one compiled with qt libraries under '/opt' and other under '/usr/lib', copied them to my n900 and executed 'ldd' against them and I was getting.
ldd...
I might be missing something here or it's just not possible to test my app using latest qt 4.6 on scratchbox. I've just upgraded my scratchbox and libqt4-dev, and I noticed that qt4.6 is now...
I forgot to say that I'm also loading jquery.js on "index.html"
<script language="javascript" type="text/javascript" src="qrc:/javascript/jquery.js"></script>
All html and javascript that I...
I'm using QGraphicWebView to load "index.html" from QResource.
view->load(QUrl("qrc:/html/index.html"));
On the index.html I'm loading "myscript1.js"
<script language="javascript"...
I cannot play a audio file when loading it from QResource using QT4.6. Based on my tests I can assure that the audio file is not corrupted and that phonon lib works, so there is something going on my...
No, the problem is not connecting the signal but when "m_window->menuBar();" is invoked. Apparently once menuBar is created, the windows title show the menu icon even when it's empty
Sorry!!...
Here's my problem. For every QMainWindow I created the following connection
QMenuBar *menu = m_window->menuBar();
connect(menu, SIGNAL(triggered(QAction*)), this,...
I think I got it. Here's what I did:
1) On "setWidget(QGraphicsWidget *widget)" function I created connection to contentSizeChange()
connect(view->page()->mainFrame(),...
>> Did you really give a path to your local files on a web forum?
My Bad! ;) I assumed that this was a qt4maemo forum, and everybody has already qt 4.6 examples installed ("fakeroot apt-get...
I want to implement page panning by manipulating the graphics item. Using the example available on /opt/qt4-maemo5/examples/maemo5/maemobrowser/ it's pretty much straight forward. However, since ajax...
Perfect!! That does the job wonderfully!!:):D:D
Thank you very much!!!
Well, If U know another way to get callback when the application goes to background and foreground, either by QDBus or any other QApplication method I would appreciate ;-)
On qt 4.5 I'm using...
Im creating a window using "hildon_window_new ()". Is that correct?
I don't think so, because when a invoke "hildon_banner(window,msg,..)" the banner it's being shown even with app on bg;
Is there...
If tried using the following code but my callback function is never called.
program = HILDON_PROGRAM(hildon_program_get_instance());
g_signal_connect(G_OBJECT(program), "notify::is-topmost",...
Well I don't know what the problem was but I was able fix it. After trying almost every trick from my magic book I was able to solve the problem by restoring the phone factory settings (Settings->...
I've implemented a widget that uses the html <base> element to load my images and css files. When testing on my nokia 5800 software version 10.X works great but after upgrading it to lastest software...
The Contact List on my 5800 has more than 1000 entries which were created by synchronizing all the lists from my previous phones (N95 and N95 8gb) and I'm able list all them using the contact app.
...
Has anybody else had the same issue??
I would like to keep my application visible all the time and I've tried do that by creating a Timer based on value returned by
ISysInfo.GetInfo(Entity = "Display";Key = "LightTimeout";),
...