Skip to search.
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

Group Information

  • Members: 1559
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 36069 - 36118 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36069 David
burkleyd Offline Send Email
May 1, 2010
3:18 pm
... Hi David, I just uploaded a demo to my website that will do what you're asking. <http://burkleyd.ulmb.com> It's on the RQ Demos 1 page. ...
36070 David
burkleyd Offline Send Email
May 2, 2010
12:14 pm
... I just revised the demo source code to check for an internet connection first. If one is found... the source code (for the http web page) is downloaded to...
36071 David Halliday
tetrahall Offline Send Email
May 2, 2010
1:42 pm
...   From: David <burkleyd@...> Subject: [rapidq] Re: How to fetch a web page as a string? To: rapidq@yahoogroups.com Date: Sunday, 2 May, 2010, 13:10 ...
36072 David Halliday
tetrahall Offline Send Email
May 2, 2010
11:33 pm
...   ... Hi David, I just uploaded a demo to my website that will do what you're asking. <http://burkleyd.ulmb.com> It's on the RQ Demos 1 page. ...
36074 Christopher W.
c45207 Offline Send Email
May 7, 2010
3:12 am
... Don't quite know what happened here, but I've deleted the message from the archives. Thanks. -- Christopher W. <c45207@... A Friendly List...
36075 Christopher W.
c45207 Offline Send Email
May 7, 2010
3:51 am
... And then failed miserably by sending everyone a message about it. (Yes, there's a bit of self-reference here, too. Enjoy!) Apologies. -- Christopher W....
36076 d_homans Offline Send Email May 7, 2010
5:25 am
The latest version uploaded to the Files\IDE folder. Several bug fixes. Major bug fix to (nested) conditional compiles ($IFDEF/$ELSE/$ENDIF etc). If anyone's...
36077 David
burkleyd Offline Send Email
May 8, 2010
2:00 pm
I couldn't find anything ( in the help file ) so I thought I asked. First question... When using the Pixel property, which is correct... myBitmap.Pixel(X, Y) ...
36078 d_homans Offline Send Email May 8, 2010
8:50 pm
... David 1. (X,Y) (horiz,vert) is correct for both Pixel and Pset 2. Difference would probably only be one level of abstraction .Pset would be the lowest...
36079 d_homans Offline Send Email May 8, 2010
9:10 pm
... .. ...snipped... ... Second thoughts, re advantage, I think there is little difference when writing pixel info onto a qbitmap. sri Don...
36080 terry_prism Offline Send Email May 8, 2010
11:55 pm
... Hi Don I tried your debugger and in a program with a Onshow command it bulked with an error Line39 error Member Onshow of form1 expected an event but got...
36081 d_homans Offline Send Email May 9, 2010
1:14 am
... . ... Terry That is a compiler error saying that you haven't forward declared the sub. So I do not understand right now, how it compiles and runs ok????? ...
36082 terry_prism Offline Send Email May 9, 2010
4:25 am
... I declared the sub at the top of the program ie: Declare sub Setup (Could it be the name Setup I will change and see) If I leave that out it would throw an...
36083 johnk20042001 Offline Send Email May 9, 2010
8:43 pm
... I remember trying to see which is faster and there was no clear winner for the images I tested. That is when I went to a FreeBasic DLL, which is MUCH...
36084 terry_prism Offline Send Email May 10, 2010
2:27 am
I have a form with a Qfilelist that loads with a list of files in groups starting with A to G. I navigate to each of the other 4 lists by button press. Now...
36085 senojela Offline Send Email May 10, 2010
4:56 am
... Try this little gizmo and you'll see that OnKeyPress might not give you the results that you expect. I've also found in the past that OnKeyUp seems to be...
36088 David
burkleyd Offline Send Email
May 10, 2010
9:21 am
... Thank You Don for the answers. And yes... I too notice the way the data is ordered within a file. This whole line of questioning stems from my curiosity...
36089 David
burkleyd Offline Send Email
May 10, 2010
9:40 am
... Thanks John for your input. I'll look into it when I get to the point where I can make use of it in my application (see... message #36088)....
36104 terry_prism Offline Send Email May 11, 2010
2:20 am
... Thankyou Alan you are a gem. "Keypreview turned on"? This is a newie on me. How does one turn it on. I looked all over the computer and could not find the...
36107 terry_prism Offline Send Email May 11, 2010
12:49 pm
Alan You have this in the code CREATE Dummy AS QBUTTON Width = 0 TabOrder = 0 END CREATE Any reason or was this from a previous bit of code a place holder or...
36108 senojela Offline Send Email May 11, 2010
10:32 pm
... I asked myself the same question, not having looked at the code since I wrote it aeons ago. Commenting it out reminded me that it was to take focus off the...
36109 terry_prism Offline Send Email May 12, 2010
6:29 am
... Fair enough. I have it working a charm now thanks to you. the KeyPreview seems to be the clue. Part of the program I am creating has a module to keep memo...
36110 terry_prism Offline Send Email May 12, 2010
9:06 pm
Same project different question. Is it possible when a Qfilelistbox is opened it opens with the first item selected. In the same way as would happen if you...
36112 johnk20042001 Offline Send Email May 13, 2010
3:50 am
... maybe something like this Qfilelistbox.Update Qfilelistbox.Visible = 1 'set to first item--if no item is selected then ItemIndex equals -1 ...
36113 terry_prism Offline Send Email May 13, 2010
5:32 am
... Thanks for your reply. I actually stumbled on it using Qfilelistbox.ItemIndex = 0. This was after throwing every command at it even some not in the book....
36114 johnk20042001 Offline Send Email May 15, 2010
2:44 am
... Thanks very much. FreeQ could be my last big RQ project! It is a hard act to follow. Good luck on your code. JK...
36115 rapidq11 Offline Send Email May 18, 2010
9:16 am
Hello all how is it possible to do through a directory structure starting from a directory say "test" and list all the directories and folders in the...
36116 midiprog2000 Offline Send Email May 18, 2010
5:40 pm
... Hi, Yes it is. I'll upload an object (QFolder) that will make this easy to implement. Kind regards, Alain...
36117 rapidq@yahoogroups.com Send Email May 18, 2010
6:19 pm
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 : /Custom...
36118 johnk20042001 Offline Send Email May 19, 2010
4:52 am
... Just noticed, you will get an warning message "exit sub in Function" go to function GetFolderList in line 135 change exit sub to exit function best...
Messages 36069 - 36118 of 37737   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