Hi all actually in my wrt application I need to enforce a text input to take numeric value by showing the numbers keypad on mobile I found this code in this thread:
...
Type: Posts; User: Maysoon88; Keyword(s):
Hi all actually in my wrt application I need to enforce a text input to take numeric value by showing the numbers keypad on mobile I found this code in this thread:
...
Hi all,
am developing a new WRT application and I want the application to stay at online mode as long as its opened and I don't want to show the "Allow connection to network ?" confirmation...
Hi all,
Actually I have problem using widget.setPreferenceForKey its almost similar to the issue in the link:
...
Hi actually I built an application and it was okey to use widget.setPreferendeforKey in all pages having one html opened at a time, but now am working on an application with a basic tabview page...
Hi all,
I've finished my first WRT application, and I would like to publish it to Ovi Store can anyone help! I can't figure out how to do so! :confused:
Thanks,
Maysoon,
Hi all, thank u but actually I found what I really need in this link if anyone is interested: :D
http://wiki.forum.nokia.com/index.php/Popup_JavaScript_component_for_Web_Runtime
Hi all,
In my wrt application when I use alert function it has "script alert:" title!!! which is not good :(
is there any way to change alert title in WRT???
Thanks,
Maysoon,
Hi all actually I have these issues I faced in making my WRT application:
Playing an audio file (sound) by wrt?!
Vibration by wrt
Publish stream to facebook
Changing alert and confirm msg...
Thank you it worked perfectly thanks....:D
Hi I started using WRT on nokia web tools and I just need to lock device rotation to keep it on portrait mode how can I do such a thing??? help please?:confused:
Thanks,
I see, but I increased heap size and that was useless!!!
Sorry but what does "putting 10 pounds of "stuff" in a 5-pound bag" mean? I didn't get it well :(
what could be the mistake in code???
Hi,
I posted a thread before about Qt message out of memory when rotating device and this is the link of the thread:
...
ok please try to define you object on appui.h as a member like this:
HospRefineSearch *widget;
and in cpp file:
void AppUi::on_btnHospitality_clicked()
{
Actually they should work the same as I know....your code seems correct !! but try this:
in your cpp file
AppUi::AppUi(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::AppUi)
{...
What is the result when you run this code ? you click on the button and its just not working ? are you sure you included your HospRefineSearch .h file ?
Hi,
You can use signal and slot connection:
YourNewWidget *widget=new YourNewWidget();
connect(ui->HisoitalityBtn,SIGNAL(clicked()),widget,SLOT(showMaximized()));
Hopefully that will help :)
Ok, more tests, I have included the code below and put it after the call that crashes the application, here are the numbers:
Mem = 6804436
Size = 8351624
Limit = 8388608
am I hitting the...
no that happenes even with other widgets that do not contain tree widget....!!!
Hi, actually I don't call any functions I just rotate the device many times while am on the same widget how can that make a leak ??? my widget contains 4 buttons and a tree widget thats all !!!!
hi actually its not a small code and I can't figure out which part makes that problem but it occurres just when I rotate the device you know !!! the screen goes white and it gives me that error!!!
Hi all,
In my qt mobile application when I rotate the device either by code or on real it is giving me this error:
[Qt message] QImage: out of memory returning null image
knowing that I...
Hi all,
I need to detect memory leaks in my qt symbian application and I downloaded VLD (visual leaks detector) but I don't have any idea about how to use it with qt..
so can anybody tell me how...
Hi all,
Actually I am new in Qt world and in many of the apps I'm writing I'm facing a memory issue !!! for example in one of my applications (which I don't use many images or memory space) it's...
Hi Mark,
Actually I tried to bulid qfacebook.pro and src library and its giving me :
qjson/parser.h no such file or directory....I don't have qjson directory on my computer!!! and postfeed.pro...