Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 28062 - 28091 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28062
... I have a quick and dirty method that works for me: the = and < and > work for alphas. abc > aaa abc = abc and bbb < aaaaa given an array N$(n) of...
old bob
bbferrier
Offline Send Email
Jan 1, 2006
8:14 am
28063
Here is a quick and dirty. ' '---------------- repeat: print input "type in the time ";n$ if n$= "" then end n= instr(n$,":") ' get colon...
old bob
bbferrier
Offline Send Email
Jan 1, 2006
9:29 am
28064
Happy new year :) I have a program that produces graphs based on data; it shows the target value, lowest value and highest value. When it gets close to some...
Adrian
beardyphish
Offline Send Email
Jan 1, 2006
9:58 am
28065
Adrian: I have a similar application where frequency info is displayed on top of a spectrum analysis. I use a text background color if -1& which seems to tell...
Mike Staines
mike_staines
Offline Send Email
Jan 1, 2006
12:20 pm
28066
Hello, All! Happy New Year! I'm think a good idea is to add links to sowtware, created in Rapid-Q basic, to links section. It's very interesting to look at the...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jan 1, 2006
12:53 pm
28067
It works great! Thank you very much indeed! < makes a note in his "undocumented features" list > I use a text background color if -1& which seems to tell...
Ad Lockhorst
beardyphish
Offline Send Email
Jan 1, 2006
4:10 pm
28068
... the an IE-window in a correspondig RQBasic-control and how it should be done? ... Here is an IE simulator in RQ... From examples. Add your own code for...
johnk20042001
Offline Send Email
Jan 2, 2006
1:06 am
28069
Since udts are multi-item object, coulbe be usefull to figure out a general way to access them when we sort an array of udts by one of its items. This snippet...
msca53
Offline Send Email
Jan 2, 2006
6:54 pm
28070
David You mentioned that you could post some code for alphabetisng entries in QStringGrid. That would be very useful. Paul...
paulgwoolcock
Offline Send Email
Jan 2, 2006
9:23 pm
28071
... Hash: SHA1 msca53 @ 1/02/2006 12:52:03 PM "[rapidq] "dummy" sorts" <mid:dpbsoj+d9dj@eGroups.com> ... <SNIP> ... Another option is the write a generic sort...
Chris
c45207
Offline Send Email
Jan 2, 2006
10:34 pm
28072
... out a ... of ... couple of days. ... I think that a utility about sorting udt objects IT'S NEEDED..! Some database manipulations rest over the capacity of...
msca53
Offline Send Email
Jan 2, 2006
11:43 pm
28073
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
Send Email
Jan 3, 2006
12:57 am
28074
... Hi Paul, I just uploaded an example of how I sort a QStringGrid, to the Files section. If it needs explanation... let me know and I walk you thru it. ...
burkleyd
Offline Send Email
Jan 3, 2006
1:03 am
28075
... one ... Generaly speaking, there are two types (the main two anyway) of sorts for data. The "bubble sort" and the "shell sort". Wich one you use should...
cklyons81520
Offline Send Email
Jan 3, 2006
2:04 am
28076
... Hash: SHA1 cklyons81520 @ 1/02/2006 8:03:25 PM "[rapidq] Re: "dummy" sorts" <mid:dpcm1d+uua1@eGroups.com> ... There are numerous kinds of sorts. I'll have...
Chris
c45207
Offline Send Email
Jan 3, 2006
3:16 am
28077
Hi and Happy New Year! Does anyone knows a way to Set Focus to a QEDIT control? (something like .SetFocus method in VisualBasic) Thanks Joel Pérez...
Joel Pérez
joeloperez
Offline Send Email
Jan 3, 2006
5:57 am
28078
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 : /$RapidQ2/ReadMe...
rapidq@yahoogroups.com
Send Email
Jan 3, 2006
6:01 am
28079
... (something like ... Two ways,take your pick: DECLARE FUNCTION SetFocus LIB "User32" ALIAS "SetFocus" (hwnd AS LONG) AS LONG DIM myEdit as QEdit <code...> ...
johnk20042001
Offline Send Email
Jan 3, 2006
6:05 am
28080
Hello This sub Quicksort one StringGrid by 2 Cell is simple but not clean, sorry for my bad english '-------------------Code stat here Sub...
correodejordi2
Offline Send Email
Jan 3, 2006
10:27 am
28081
QComboBox has the "Sorted" property, I can also to copy the fields in one invisible QComboBox and to sort them. G....
Giovanni Seregni
giovanniseregni
Offline Send Email
Jan 3, 2006
10:45 am
28082
Yeah..! We must select the sort method first - it's accepted that quicksort is the best of all-. Shell sort it's also fast. But, interesting as all this stuff...
msca53
Offline Send Email
Jan 3, 2006
2:58 pm
28083
... the ... can "read" ... Ahhh... I see what your doing now. Just a, what should I call this, feature request? I dont know. But one thing you might want to...
cklyons81520
Offline Send Email
Jan 3, 2006
4:43 pm
28084
... in one ... What would be nice is to be able to select the Column and/or Row that QStringGrid sorts by. So if you hade a vertical list of City: State: Zip:,...
cklyons81520
Offline Send Email
Jan 3, 2006
4:48 pm
28085
hi Cklions, you wrote.... What would be nice is to be able to select the Column and/or Row that QStringGrid sorts by. So if you hade a vertical list of City:...
Giovanni Seregni
giovanniseregni
Offline Send Email
Jan 3, 2006
10:23 pm
28086
Yes, I have done it before, the hard way. What I was I suggesting was extending QStringGrid so that I don't have to write one everytime I need it. I think I'll...
cklyons81520
Offline Send Email
Jan 4, 2006
12:20 am
28087
I have 3 problems in the look of my applications... Is there any way to have : - Icon over 16 colors and greater than 32x32 pixel - Bold for the font of Menu...
Giovanni Seregni
giovanniseregni
Offline Send Email
Jan 4, 2006
1:29 am
28088
... The icon limitation is only for the one that gets compiled as the default icon for the .exe. You can specify any icon of any color depth for the actual...
cklyons81520
Offline Send Email
Jan 4, 2006
4:12 am
28089
... I have a ledger program that does that sort of thing. ... dim Ledger as Qstringgrid Ledger.OnSelectCell (col%,Row%,CanSelect%) ' clicking my column selects...
old bob
bbferrier
Offline Send Email
Jan 4, 2006
5:12 am
28090
... client ... search the ... Alias "ioctlsocket" (S As LONG,cmd As LONG,arg As LONG) As LONG ... I worry about the Rsocket component as there are some poor ...
johnk20042001
Offline Send Email
Jan 4, 2006
6:13 am
28091
... depth For XP Look at Paul's XP manifest tutorial in the files section ... there is a QMENUeX component in rapidq2.inc that is the easiest one I know to...
johnk20042001
Offline Send Email
Jan 4, 2006
6:19 am
Messages 28062 - 28091 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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