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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 32279 - 32308 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32279
CORRECTION! It seems I owe M$ man an apology. In my previous experiments I was getting false results because my tests were part of a larger program that loaded...
paul ludgate
snakedile
Offline Send Email
Dec 1, 2007
6:36 pm
32280
How do you make buttons or pics re sizable in rapidq (nOT in the IDE)...
rapidq11
Offline Send Email
Dec 1, 2007
8:43 pm
32281
... Try this code (every time you click on the button it grows 10 pixel): DIM Form AS QForm DIM Button AS QButton SUB ChangeSize Button.Width = Button.Width +...
chrbest@...
chrbest2
Offline Send Email
Dec 1, 2007
9:13 pm
32282
... Hey Paul, I'm like totally clueless as to your end goal (and even more clueless as to your means of obtaining that end goal) but... if I'm understanding...
burkleyd
Offline Send Email
Dec 1, 2007
10:15 pm
32283
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 : /QSMTP.zip ...
rapidq@yahoogroups.com
Send Email
Dec 2, 2007
7:21 am
32284
Hi, I search how to PIPE my DOS console for READ and WRITE command. For example: i want to write to a console application for add command and write what she...
mine2dev
Offline Send Email
Dec 2, 2007
11:54 am
32285
... I attempt with Writeconsole and readconsole API after i find Handle console...but running......
mine2dev
Offline Send Email
Dec 2, 2007
11:55 am
32286
... Hi, hm, i am not exactly sure, what you mean but maybe this code is what you need: '--- Start --- Declare Function AllocConsole Lib "kernel32" Alias...
chrbest@...
chrbest2
Offline Send Email
Dec 2, 2007
2:46 pm
32287
... you ... As Long ... object. ... Thanks chrbest for advance and for your response. i'm in good way with your code but i want to make its send text to ...
mine2dev
Offline Send Email
Dec 2, 2007
4:20 pm
32288
... Ohhh noooooo. ... On my test program this is reliable in WinXP SP2, for detecting classic vs themed. ... For some reason I am always getting 0 returnin any...
johnk20042001
Offline Send Email
Dec 2, 2007
9:26 pm
32289
Under Vista Home Premium, using the same sample program The XP style never shows, it always looks like windows classic. So I guess XP styles are not supported...
johnk20042001
Offline Send Email
Dec 2, 2007
11:31 pm
32290
rapidq@yahoogroups.com @ 2007-12-02 1:21:16 AM "[rapidq] New file uploaded to rapidq" <mid:1196580076.422.66107.w107@yahoogroups.com> ... Moved to ...
Christopher W.
c45207
Offline Send Email
Dec 3, 2007
4:12 am
32291
... Surely there's got to be an easy way around that. What about installing XP versions of commercial programs? Do they only look classic? Ah!!! I think I've...
paul ludgate
snakedile
Offline Send Email
Dec 3, 2007
1:55 pm
32292
... Hm, i understand it so, that you want to start a program at command line and then you GUI application should interact with the starter console. Maybe this...
chrbest@...
chrbest2
Offline Send Email
Dec 3, 2007
1:57 pm
32293
I've got a strange problem with qicon.inc. I draw a bitmap 32x32 in my program. If I use bitmap.pixelformat=2 (pf4bit) an I save the bitmap with QICON 1.1 like...
vdobiasch
Offline Send Email
Dec 3, 2007
1:59 pm
32294
Hello oh revered Rapid Q experts, I have a problem with QStringGrid that you hopefully can help me with; I want to highlight values in a Grid (conditionally)...
Adrian
beardyphish
Offline Send Email
Dec 3, 2007
5:21 pm
32295
Posted the code with a line missing, so here is a part of the code with the missing line added. Sorry! ... sub GoCalc (sender as QButton) ......... ...
Adrian
beardyphish
Offline Send Email
Dec 3, 2007
5:26 pm
32296
Obvious question; did you include the RapidQ.inc file? Otherwise those parameters ( pf4bit and pf8bit ) don't have a value assigned and are seen as zero's. ...
Adrian
beardyphish
Offline Send Email
Dec 3, 2007
5:34 pm
32297
thanks but not really useful as I also need an onmousedown event to and the click doesn't work with an onmouse down event :)...
rapidq11
Offline Send Email
Dec 3, 2007
11:44 pm
32298
... I'm not sure why your code worked. In order to draw a rectangle (aka highlight) you need to provide coordinates of the cell that will be highlighted....
burkleyd
Offline Send Email
Dec 3, 2007
11:45 pm
32299
... yeah, I tried that before with ResHacker, but it didn't even work under XP ... Condescending Paul? Point out my errors ASAP, please. And don't forget my...
johnk20042001
Offline Send Email
Dec 4, 2007
5:57 am
32300
... white ... ... after this line runs: bitmap.fillRect(0,0,32,32,&hffffff) check to make sure the following lines execute too... ...
johnk20042001
Offline Send Email
Dec 4, 2007
6:05 am
32301
... You're probably using a duff manifest, this has happened to me in the past. When you EMBED a manifest it has to be zero padded to an alignment of 4. Most...
paul ludgate
snakedile
Offline Send Email
Dec 4, 2007
2:23 pm
32302
... <snip> ... My motive is quite simple. Custom components like XPGroupBox draw XP style regardless of whether they should or should not. Finding out whether...
paul ludgate
snakedile
Offline Send Email
Dec 4, 2007
2:27 pm
32303
... This all works fine. What I want to do, is to copy a little bell (16x16) into the application.icon. Therefor I tried this: $APPTYPE GUI $TYPECHECK ON ...
vdobiasch
Offline Send Email
Dec 4, 2007
2:29 pm
32304
... "easiest reliable"... in the computer world... isn't that an oxymoron? LOL ... You were right. :) It returned... 0s (zeros). To clarify for those who might...
burkleyd
Offline Send Email
Dec 5, 2007
12:58 am
32305
... IDE) ... Perhaps we need more details... to be able to help you. Are you trying to create a Form-Designer? Or are you wanting to resize buttons and pics...
burkleyd
Offline Send Email
Dec 5, 2007
12:58 am
32306
=== 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...
Christopher W.
c45207
Offline Send Email
Dec 5, 2007
7:49 am
32307
... Hi Paul, I've created a program with an embedded manifest file for XP, and it seems to work on Vista as well (see screenshots on ...
midiprog2000
Offline Send Email
Dec 5, 2007
9:42 am
32308
... <snip> ... This is just it. As far as I'm concerned you're not off-subject. And yes, if anyone knows of a sort of DEPENDS-type prog that allows you to view...
paul ludgate
snakedile
Offline Send Email
Dec 5, 2007
12:28 pm
Messages 32279 - 32308 of 35536   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