Hi, folks. Happy holiday. I wish all of you the best for the coming year. I kinda' hate to ask this, because I know I'll find the answer for myself, and it...
... something ... night. ... into ... a ... a ... it ... being ... me ... it. ... Hi Terry, To show a *.hlp helpfile, use the "application" component. - First,...
Don and Alain - Thanks for your solutions to my helpfile problem. The help file works well! I can see where I could easily make the help file context using ...
DOH! I should have tried with a larger sleep value. It was just that it closed to fast because it was being thought as miliseconds instead of seconds ? well...
What would be the best way to make a menu linking to anything up to 50 items? I've been using panels so far but given the number of options it's become a bit...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /scaldate.zip ...
rapidq@yahoogroups.com
Jan 2, 2005 4:30 pm
24530
A first attempt to build a Qdate object. If you think there are new things to be added, feel free to make the changes yourself or tell me that in this forum.. ...
... There is no real error trapping that I know of in RapidQ. Definately no way to do RESUME NEXT. However you can try Qtimer and Qdebug together with a flag> ...
Tx John, i am looking at your QDebug. My applications sometime are freezing (waiting on QSocket.Connect I think), and it is possible that Qtimer is the way... ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Jan 3, 2005 3:46 pm
24535
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /scaldate.zip ...
rapidq@yahoogroups.com
Jan 3, 2005 4:57 pm
24536
Question 1. How can you addstrings to richedit with the first part showing in green and the rest in black. This is a for a chat client. Question 2. How do you...
J J
jjgames@...
Jan 3, 2005 8:42 pm
24537
I make all my programs on my old 98. With 98 my form looks fine, this is for every program I have made with Rapid-Q in the past. Now when I view them on my...
J J
jjgames@...
Jan 3, 2005 8:44 pm
24538
Chat example ...... CREATE PMBox AS QRichEdit ScrollBars=2 HideSelection=0 Top=408 Left=9 Width=276 Height=87 HideScrollBars=0 END CREATE ........ ..sub...
Juste adjuste your form.height + 10 For my self its work fine Robert ... From: J J To: rapidq@yahoogroups.com Sent: Friday, November 12, 2004 3:42 PM Subject:...
... freezing (waiting on QSocket.Connect I think), and it is possible that Qtimer is the way... ... Sockets are different. That needs the WSAGetLastError API....
Hello, Mike! ... Yes, thank you. Info from site ... Wild Garden Seed The server that hosts are website broken into over the holiday. We are working on getting...
... Increase the forms height and width, If before you had the width set to 640 and the height at 480 increase to width = 800 height = 600, also try setting...
Yes, when the socket is opened and active the .IsServerReady is the way that I use without problem. My (occasionally) error occours when I use .Connect. I...