What's the strange blue-ish color on the right of the title bar? Could that be the IDE crashing? bm :)-~ ... From: "Nicci" <nicci@...> To:...
531
Nicci
nicci@...
Jul 1, 2000 7:53 am
Nope it's because the screendump has been saved in 16 colors. Besides if I press on OK the RapidQ IDE just starts normal, so there's no crash. Does anybody...
532
Pavel Minayev
minayev@...
Jul 1, 2000 9:29 am
... you'll ... is on ... William ... through ... Well, actually, if you go to the polls section and look a the e-mail, you'll see I started it. But I think you...
533
Pavel Minayev
minayev@...
Jul 1, 2000 9:34 am
Well, if you feel like this, I could conclude this poll. So should I?...
534
Paul Porter
paporter@...
Jul 1, 2000 10:58 am
I hate these sites that require user name and password for no good reason. If you want my vote you can take via email! What directions do you think should be ...
535
**1st Vamp**
wes@...
Jul 1, 2000 12:28 pm
Well, my mistake. BTW - I don't see anything wrong with users seeing what they would like in an application they use, as it can't really do much harm, as long...
536
Pavel Minayev
minayev@...
Jul 1, 2000 1:20 pm
... while ... topic. Have you looked at MSDN online library? I think I've seen description of COM there (BTW, I think it would be better to call this thing...
537
Jordi Ramos
correodejordi@...
Jul 1, 2000 8:50 pm
Hi all New version if available http://www.egroups.com/files/rapidq/MenuDesigner v1.3.0.zip Test it Regards Jordi...
538
Mesut Akcan
makcan@...
Jul 1, 2000 10:20 pm
hi if i understand you !! (because i dont know good eng.) DECLARE SUB ShellExecute LIB "SHELL32" ALIAS "ShellExecuteA" _ (HWnd AS LONG, lpOperation AS STRING,...
539
Thomas Simers ("Echec...
echecero@...
Jul 2, 2000 12:07 am
... I don't know about ShellExecute, but you could just use: SHELL "Explorer.exe C:\" for the C:\ root directory, or the general form SHELL "explorer.exe...
540
brynm
brynm@...
Jul 2, 2000 12:25 am
The Explorer command line switches can be found at http://www.jsiinc.com/tip0000/rh0057.htm I use them for my users' shortcuts all of the time because they...
541
C. Bradford
csb@...
Jul 2, 2000 2:05 am
Here's my 2 cents... A little known windows command is "START"... I use it in several commands to perform various tasks. To use it, pass a file to the START...
542
Jordi Ramos
correodejordi@...
Jul 2, 2000 9:16 am
Hi all New version is available http://www.egroups.com/files/rapidq/MenuDesigner v1.4.0.zip Test it & send me your commentaries. correodejordi@... ...
543
Antoni Gual
agual@...
Jul 2, 2000 11:41 am
I'm having problems with rc not finding inc and resource files when compiling from jfe. These files are found only if they are in the rc program directory. ...
544
C. Bradford
csb@...
Jul 2, 2000 11:55 am
There are command line switches for rc that specify the location of the includes and libraries. I'm not sure what jfe is, so perhaps this isn't the right...
545
Jordi Ramos
correodejordi@...
Jul 2, 2000 11:57 am
Edit jfe.ini & check it this: "Edita el Archivo jfe.ini y prueba esto:" [ExecApplication] CaptureOut=1 RedirToFile=0 AppParms=$PATH\$FILE AppDir= Compiler= ...
546
Antoni Gual
agual@...
Jul 2, 2000 7:00 pm
Hi all I think there is something wrong in the way JFE handles directories. For example if you load and compile two files, you be unable to run the second,...
547
Jernej Simončič
jernej.simoncic@...
Jul 2, 2000 7:08 pm
I have SP4 installed, but RapidQ works just fine. Jernej Simoncic, jernej.simoncic@... http://www2.arnes.si/~sopjsimo/ ICQ: 26266467 ... Od: Nicci...
548
Antoni Gual
agual@...
Jul 2, 2000 7:53 pm
Hi all: By reading the docs, I noticed that the majority of OnClick Events requires a VOID type procedure to handle it. What is this? OnClick handlers should...
549
Erlend Rovik
e-rovik@...
Jul 2, 2000 8:04 pm
I use this bat file @echo off cd %1 IF EXIST %2.ico GOTO COMPICO @c:\rapidq\rc.exe %2.bas -Lc:\rapidq\ -Ic:\rapidq\ GOTO END ... @c:\rapidq\rc.exe %2.bas...
550
brynm
brynm@...
Jul 2, 2000 8:09 pm
Are you using the tool buttons? If so, be sure to specify a "Start Directory" and check "Before run change to working directory". Here are my entries for a...
551
agual@...
Jul 2, 2000 8:57 pm
Hi all! I'm still trying to put to work comms in RQ using Windows API Here is my code. I can open and close port, but i have a "parameter wrong" when i try to...
552
William Yu
voxel@...
Jul 2, 2000 9:30 pm
... Originally I didn't have any support for the "Sender" parameter, so I left this out in the documentation. VOID just means it doesn't take any parameters,...
553
William Yu
voxel@...
Jul 2, 2000 9:34 pm
... I've had a quick look, you should not use @bytesrw in your parameter, it should be VARPTR(bytesrw). This is for DLL calls only, for regular Rapid-Q SUBs...
554
William Yu
voxel@...
Jul 2, 2000 9:38 pm
... Are you saying you've overclocked it? It just seems strange, almost like a piece of code is running ahead of something that's causing this problem. I...
555
William Yu
voxel@...
Jul 2, 2000 9:41 pm
... Actually I don't mind these polls. I don't think it's fair to censorship anything, even if it sounds absurd, not that it does of course. Sometimes it...
556
Nicci
nicci@...
Jul 2, 2000 9:59 pm
Have you installed the complete package or just the VB part ? ... From: "Jernej Simončič" <jernej.simoncic@...> To: <rapidq@egroups.com> Sent:...
557
Nicci
nicci@...
Jul 2, 2000 10:02 pm
... I will have to wait till tomorrow before i can try the older version of RapiQ. ... Lets say i tweaked the FSB a bit but that has nothing to do with the ...
558
J Bilderback
jiva@...
Jul 3, 2000 2:23 am
Any leads for accessing devices on the PCI bus via RQ ?...
559
Antoni Gual
agual@...
Jul 3, 2000 6:10 am
... Thanks, William, it will go straight to may RQ Knowlwdgwe base! ... OOPS! Best wishes Antoni...