Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pvbrowser · process visualization hmi/scada

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 224
  • Category: Web Browsers
  • Founded: May 18, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1042 - 1071 of 2263   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1042 pvbrowser Send Email Jan 1, 2011
8:37 am
These are the changes from pvbrowser 4.5.6 -> 4.5.7 - pvbrowser fix sending \n in text requests - pvdevelop do not export tabstops to ui file - pvdevelop allow...
1043 landratte71 Send Email Jan 1, 2011
9:39 am
... Thanks a lot, I wish you a good year 2011 as well!...
1044 JACKY
jnk_panchal008 Send Email
Jan 1, 2011
12:22 pm
... Okay. Now I got what is the problem. Actually when I import ui file which contains some objects like calendar, which I think Pvbrowser does not support,...
1045 pvbrowser Send Email Jan 1, 2011
6:03 pm
... Here is a list of supported widgets. http://pvbrowser.de/pvbrowser/index.php?menu=1&topic=1&subtopic=3 ... This is not necessary because the pvservers do...
1046 pvbrowser Send Email Jan 1, 2011
6:12 pm
Additional information: You must copy the designer plugins from pvb/win-mingw/bin/plugins/designer pvb_designer_plugin.dll qwt_designer_plugin5.dll to the Qt...
1047 landratte71 Send Email Jan 2, 2011
9:03 am
* an undo functionality in pvdevelop would be nice * also the ability to position widgets with cursor keys * I'm also missing the client ip-address in the...
1048 pvbrowser Send Email Jan 2, 2011
9:37 am
... I will see what can be done. If you need a more versatile designer you can use Qt Designer. First copy the designer plugins to the Qt Designer plugins...
1049 JACKY
jnk_panchal008 Send Email
Jan 3, 2011
5:42 am
... Yes, I have done this. Thanx....
1050 JACKY
jnk_panchal008 Send Email
Jan 3, 2011
6:22 am
... Ok.Then how can I use Qtwidgets other than listed on site....
1051 pvbrowser Send Email Jan 3, 2011
10:06 am
... I have updated the list: http://pvbrowser.de/pvbrowser/index.php?menu=1&topic=1&subtopic=3 There are almost all qt widgets available. QTreeView must be...
1052 pvbrowser Send Email Jan 3, 2011
1:37 pm
... - undo not yet available - Move/Resize with cursor keys has been added - improved grab/release of mouse You can get this features if you check out our git...
1053 pvbrowser Send Email Jan 3, 2011
4:12 pm
... - undo not yet available - Move/Resize with cursor keys has been added - improved grab/release of mouse You can get this features if you check out our git...
1054 pvbrowser Send Email Jan 3, 2011
4:19 pm
... - undo not yet available - Move/Resize with cursor keys has been added - improved grab/release of mouse You can get this features if you check out our git...
1055 pvbrowser Send Email Jan 3, 2011
6:57 pm
... You can exactly use these widgets which includes almost any Qt widgets. Please notice that some Qt widgets got renamed during development of Qt and thus...
1056 landratte71 Send Email Jan 4, 2011
5:48 pm
... I'm missing the x and y position in the status line, when I move a widget with the cursor keys-...
1057 pvbrowser Send Email Jan 4, 2011
6:59 pm
... No problem. It is easy to add. When you use our git repository you should get it tomorrow evenening. PS: I had to upload a pvbrowser 4.5.8 because i...
1058 landratte71 Send Email Jan 7, 2011
2:28 pm
I have problems to clone the repository with debian squeeze! The same procedure on debian lenny works flawless. Any suggestions?...
1059 pvbrowser Send Email Jan 7, 2011
2:58 pm
... Could you post the messages from git clone ? Yesterday i restarted apache on our server once. Could it be possible that your "git clone" had been...
1060 Francesco Aria
francesco.ar... Send Email
Jan 8, 2011
12:01 am
With the 4,5,7 version now works all too on Ubuntu 10.04...
1061 landratte71 Send Email Jan 8, 2011
5:44 pm
... Now it works! Probably it was the server restart. Thanks!...
1062 landratte71 Send Email Jan 9, 2011
1:07 pm
I have a problem with the layout view in pvdevelop! I'm using the git version on debian lenny. If I move the cursor over the layout view of the pvdevelop...
1063 pvbrowser Send Email Jan 10, 2011
6:27 am
Thanks for the hint. I was working on this problem (grabbing/releasing mouse). See "git log". In pvdevelop/designer.cpp method abovedesignArea() i now have...
1064 JACKY
jnk_panchal008 Send Email
Jan 12, 2011
7:23 am
Hi! after doing a lot stuff I was stuck with windows, so switched to linux. And happily all works fine on my Ubuntu 10.10. I have designed my project, but...
1065 pvbrowser Send Email Jan 12, 2011
8:13 am
... In pvbaddon/foreign/tuxeip/tuxeip-1.0/src/ErrCodes.h you find #define E_ConnectionFailed -6 Then see _OpenSession in ...
1066 JACKY
jnk_panchal008 Send Email
Jan 17, 2011
9:45 am
... Yes, I have gcc and qt installed. I can compile them. Still can not communicate with PLC. also I don't think there is any problem in above mentioned C...
1067 pvbrowser Send Email Jan 17, 2011
11:11 am
... Your error message has been: administrator@ubuntu:~/Desktop/pvbaddon/daemons/ethernetip/client$ ./test2 example.ini Starting, Pid = 9739 entering...
1068 pvbrowser Send Email Jan 17, 2011
11:25 am
... Your error message has been: administrator@ubuntu:~/Desktop/pvbaddon/daemons/ethernetip/client$ ./test2 example.ini Starting, Pid = 9739 entering...
1069 JACKY
jnk_panchal008 Send Email
Jan 17, 2011
12:20 pm
... Okay I think problem might be with network connection. I can't receive ping from PLC but I can c LEDs blinking when a packet is sent. Also I can ping from...
1070 pvbrowser Send Email Jan 17, 2011
12:56 pm
... There is nothing to configure on Ubuntu. The PLC must answer a ping !!! Try ping to a different device or PC from your Ubuntu box. There must be something...
1071 JACKY
jnk_panchal008 Send Email
Jan 17, 2011
1:52 pm
... Okay there is some internal problem in Ubuntu. Ping does not work from network tools, but I can ping from terminal. Now I changed that line as you said,...
Messages 1042 - 1071 of 2263   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help