... This was inserted last week. It is this function http://doc.qt.nokia.com/4.7/qwebview.html#zoomFactor-prop What version of Qt do you use ? This function...
1261
landratte71
Mar 31, 2011 8:39 am
... I'm using debian lenny -> Qt version 4.4.3, on windows Qt 4.7.0, but I'don't compile pvbrowser on windows!...
1262
pvbrowser
Mar 31, 2011 9:21 am
... Ah, that's clear this function has been introduced in Qt 4.5.0 I have inserted a #if VERSION statement around this calls now and updated the git...
1263
landratte71
Mar 31, 2011 9:29 am
... Yes now it's also working for lenny! Thanks a lot!...
1264
xvedra
Apr 2, 2011 6:51 pm
Pvbrowser (server, client and daemon modbus) works without problems into mini2440, compiling code with QtCreator. A cheap option for a portable SCADA. Thanks...
1265
pvbrowser
Apr 3, 2011 7:19 am
... Thanks for the report. I put a line in the news section of pvbrowser. http://pvbrowser.de/pvbrowser/index.php?menu=9&topic=9 Did you use cross development...
1266
xvedra
Apr 3, 2011 6:02 pm
... I have used ARM-linux-gcc 4.3.2 and ARM-Qt Embedded 4.6.3 (with webkit configuration) from friendyarm webpage...
1267
pvbrowser
Apr 5, 2011 3:02 pm
pvbrowser 4.6.2 Extensions and fixes on Lua and Webkit. Hint: delete ~/.pvbrowser.ini (Linux) or %USERPROFILE%\pvbrowser.ini (Windows) because there are some...
1268
landratte71
Apr 8, 2011 3:03 pm
I suggest to introduce a new command for locking the tabbar of a tabwidget, without disabling the child widgets on the current tab. something like that: void...
1269
pvbrowser
Apr 8, 2011 4:10 pm
Ok, pull the git repository I have chosen this function name: /*! <pre> Enable the TabBar 0=disable | 1=enable Allowed widgets QTabWidget </pre> */ int...
1270
landratte71
Apr 12, 2011 7:47 am
... I have the following problem compiling on windows xp: g++ -enable-stdcall-fixup -Wl,-enable-auto-import oc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o ...
1271
pvbrowser
Apr 12, 2011 8:11 am
... The only difference will be that IPv6 is not compiled into pvbrowser. Where did you get an error ? Did you get the error when linking ? I could not see the...
1272
landratte71
Apr 12, 2011 9:17 am
... I'm sorry the the message was cropped when copying from the command window! g++ -enable-stdcall-fixup -Wl,-enable-auto-import...
1273
pvbrowser
Apr 12, 2011 11:39 am
... getaddrinfo and freeaddrinfo are 2 helper functions for IPv6 support. See: http://www.qtforum.org/article/32557/error-linking-against-libws2-32.html...
... Yes, this would be a possible solution. Here i edited mingw\include92;ws2tcpip.h and commented out that #ifdef as follows: //#if (_WIN32_WINNT >= 0x0501) ...
1276
farmfrit
Apr 13, 2011 8:49 am
Hi, A few weeks ago I created a connection with MSSQL server using ODBC. Now I'm trying to connect with Paradox db. I created DNS driver for paradox in ODBC in...
1277
javier.clement@...
javier.cleme...
Apr 13, 2011 2:51 pm
Hello friends. Sorry about my english. I'm Spanish. I'm new on pvbrowser and I'm trying to compile it in Ubuntu 10.10. I opened the pvbrowser.pro with...
1278
javier.clement@...
javier.cleme...
Apr 13, 2011 4:19 pm
Answer myself I'm a dumb. I needed to compile src.pro in the qwt folder first. Thanks anyway...
1279
pvbrowser
Apr 13, 2011 4:40 pm
... As you told us this has worked. ... I never tried a Paradox db. ... Our database example uses pure qt functions for opening the db. Qt Creator is only a...
1280
farmfrit
Apr 14, 2011 1:45 pm
Unfortunately it's still not working. I realized that when I add ODBC DSN driver pointed on SQL server ret = 0 (even on paradox "settings"), when I delete SQL...
1281
pvbrowser
Apr 14, 2011 3:19 pm
... Sorry I'm not familiar with ODBC at all. Anyway it is a Qt database problem and not a pvbrowser problem. As you said that MS SQL databases work with ODBC...
1282
landratte71
Apr 18, 2011 7:02 am
patch of interpreter.cpp: if(strncmp(command,"setValue(",9) == 0) // set value { ... else if(all[i]->type == TQToolBox) { MyQToolBox *b = (MyQToolBox*)...
1283
xvedra
Apr 20, 2011 10:10 am
Hi, I am trying to set an animated GIF with pvSetMovie function to a Label object (note: WhatsThis: mygif.gif) but nothing happens. Can anyone help me with...
1284
pvbrowser
Apr 25, 2011 2:57 pm
... Here is an example for an animated MNG movie. With GIF it is the same. pvDownloadFile(p,"pnglogo-grr-anim-lc.mng"); pvSetStyle(p,MNGlabel,Box,Raised,3,0); ...
1285
pvbrowser
Apr 25, 2011 3:08 pm
... Ok, i have added your patch and updated the git repository. PS: I have been on vacation. Thus my late response....
1286
landratte71
Apr 28, 2011 8:43 am
You fixed the same problem before for windows (no colored buttons). No I have the similar problem on debian squeeze. It works on debian lenny (qt 4.4.3,...
1287
pvbrowser
Apr 28, 2011 3:43 pm
... It seems to be related to the style used by qt. Depending on how the desktop environment sets the qt style the background color of buttons might not work...
1288
pvbrowser
Apr 29, 2011 5:38 am
You can also set the style of the whole application using a command line option. Examples: pvbrowser -style motif pvbrowser -style plastique ... See: ...
1289
landratte71
Apr 30, 2011 8:22 am
Yes, it works! Thanks a lot for the hint! ciao landratte...