... Do you expect someone rises its hand and say "Yes, me"? This is not the way it works, John! :) Jacques...
31532
hollmen
Jun 1, 2007 5:55 pm
... Maybe ... is ... cursor is ... I'm not sure what your question is. Is it your understanding, that the cursor would react differently if it is set while...
31533
Chris W.
c45207
Jun 1, 2007 9:51 pm
... Hash: SHA1 hollmen @ 2007-6-01 1:52:37 PM "[rapidq] Re: Absolute mouse position" <mid:f3pmd5+dba4@eGroups.com> ... Sort of. If your window class has a...
31534
Ben
spragers
Jun 2, 2007 12:27 am
... This is a long gone post, but I'm about to try RSocket as well. I have a setup where there are multiple connections on two ports. IN checking for incoming...
31535
hollmen
Jun 2, 2007 12:21 pm
... NULL ... form? ... that ... will ... over ... I couldn't make it work. Oh well, thank you for your suggestions anyway. I appreciate it. -hollmen...
31536
johnk20042001
Jun 2, 2007 5:06 pm
What happens if you only call SetCursor when the ... I assume he means SETCAPTURE and RELEASECAPTURE, which doesn't do it either (all mouse events sent to the...
31537
johnk20042001
Jun 2, 2007 5:15 pm
... have ... positive on ... change ... blocked by the bad read. It has been a long while since reading RSocket code. It really needs a re-write. There is...
31538
d_homans
Jun 2, 2007 9:35 pm
... For JohnK, Ben and others I too went to RSocket.inc but gave up due to all the reasons that have been mentioned here. I have uploaded into the Temp folder,...
31540
Ben
spragers
Jun 4, 2007 3:16 pm
... I'll take a look at both of those and see what they use to get around this issue, short of posting the 128 pages of (spaghetti-ish) code that comprise my...
31541
b_bobev
Jun 4, 2007 9:26 pm
I hope :))))))) ... '******************************************************************************* ... ...
31542
b_bobev
Jun 4, 2007 9:30 pm
Yes. It work fine for me :)...
31543
aliphanov
Jun 4, 2007 11:43 pm
I simply want to make "Form1.Show" after "2"=>"Sub3" click at code below? $Include "Rapidq.inc" Create MainForm as QForm Caption = "MainForm" Top = 129 Left =...
31544
Jacques
erdemaal
Jun 5, 2007 12:14 am
... Here is a way to do that: ' ---- START RAPIDQ CODE ---- $ESCAPECHARS ON $TYPECHECK ON ' $Include "Rapidq.inc" Declare sub OnTreeView_Clic Create MainForm...
31545
aliphanov
Jun 5, 2007 12:43 am
Thank You !!!...
31546
johnk20042001
Jun 5, 2007 4:28 am
... machine ... Have you tried the QDXScreen and Direct3D code samples too? -jk...
31547
Chris W.
c45207
Jun 5, 2007 6:11 pm
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
31548
d_homans
Jun 5, 2007 9:10 pm
... Have updated the TestSockets.zip file in the Temp folder (at this stage only for discussion). Have included a QsocketEx.inc file for consideration with...
31549
johnk20042001
Jun 6, 2007 5:13 am
... Thanks Don for working on this. Having wondered about about QSocket in RapidQ, this might make for great coding to come. If my thinking is right, this...
31550
aantypenko
Jun 6, 2007 8:37 am
To Nastase Eodor Good information. I also hope and wait on first version. :)...
31551
Andrew Shelkovenko
diakin2002
Jun 6, 2007 11:04 am
Hello! Passing double Byref works. '--- Rapid-Q side ------ $INCLUDE "RAPIDQ.INC" '--- Declarations --- declare function FBTestDouble lib "FBTestDouble.dll"...
31552
Jacques
erdemaal
Jun 6, 2007 11:31 am
... It's a while, I have not played with Sockets. IIRC, you can use any api on QSocket, so you can set them Blocking or not blocking using the following...
31553
Andrew Shelkovenko
diakin2002
Jun 6, 2007 1:55 pm
Pass UDT with double It works for this ç÷å when some bytes inserted for alignment ?? But how bytes is needed in common case? '--- Rapid-Q side ------ Type...
31554
Andrew Shelkovenko
diakin2002
Jun 6, 2007 2:55 pm
AS> Pass UDT with double correctly type myUDT '------- slot1---- realval1 as byte '0 byte realval2 as long '1..4 bytes .... ' 5 byte .... .......
31555
Andrew Shelkovenko
diakin2002
Jun 6, 2007 3:09 pm
yesss 8 byte per UDT "slot" (omg "slot". how it will be correctly ?) because RapidQ internally presents al values as double ie type myUDT '------- slot1---- ...
31556
Andrew Shelkovenko
diakin2002
Jun 6, 2007 3:26 pm
Problem with array in UDT Type ADC_PARS_WE140 ClkSource As Integer '4 ControlTable(0 To 3) As Integer ' its pointer!!! not array!!! 4 ...
31557
Ben
spragers
Jun 6, 2007 5:11 pm
... Really? that's great news, since I was under the impression that these API calls would only work with the RSOCKET code... ... arrives ... nothing (="") ...
31558
Jacques
erdemaal
Jun 6, 2007 6:38 pm
... http://bg.wikipedia.org/wiki/%D0%9F%D0%B0%D1%81%D0%BE_%D0%94%D0%BE%D0%B1%D0%BB%D0%B5 Did you ever tried this? Thanks for the infos. Jacques...
31559
Andrew Shelkovenko
diakin2002
Jun 6, 2007 7:52 pm
Hello, Jacques! You wrote to <rapidq@yahoogroups.com> on Wed, 06 Jun 2007 18:31:38 +0000: ??>> J> ...
31560
Jacques
erdemaal
Jun 6, 2007 8:46 pm
Andrew Shelkovenko wrote: Hello Andrew, ... Me! No problem with 'pass double' or 'paso doble' of course :) Jacques...
31561
lenzpaul
Jun 6, 2007 8:48 pm
Hi there, I want to use a DLL for Pathaway (a navigator program). I have a description, but I can not figure out which syntax I need to use it. For example: ...