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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 28511 - 28540 of 35530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28511
1. many laptops use 1280 by 900 screen resolution so that choice should have been included I suppose 2. the screen resolution <> the form size; - the Windows...
Adrian
beardyphish
Offline Send Email
Mar 1, 2006
9:51 am
28512
... You can make your form resizable and store the height and width of the form in the windows registry or in an ini-file. ... Use Form.ClientHeight instead of...
midiprog2000
Offline Send Email
Mar 1, 2006
1:42 pm
28513
I'm traying to save/retrieve complex types (udts) to/from it's pointers. This is an example: $include "alloc.inc" $include "stack.inc" dim pages as aStack ...
msca53
Offline Send Email
Mar 1, 2006
2:29 pm
28514
... When you send "help" or "?" to the ftp-server with the command-function you get a list of available commands. Greetings, Stefaan...
capcompany
Offline Send Email
Mar 1, 2006
7:19 pm
28515
... BTW, you can't get the pointer to a member of the UDT if that is what you are after. You have to add an offset from the UDT pointer. I am a little confused...
johnk20042001
Offline Send Email
Mar 2, 2006
6:11 am
28516
... press "DELETE" key. ... No, this is not what I was talking about. I just discovered that copy/paste is not workimg:once you paste a new control, you can no...
lucassioli
Offline Send Email
Mar 2, 2006
9:55 am
28517
... times ... just ... I'll be glad to take a look at both of these projects, if you can give me a link: I think being just able to position and resize objects...
lucassioli
Offline Send Email
Mar 2, 2006
9:58 am
28518
... ! delete literal prompt send ? debug ls put status append...
Jacques Philippe
erdemaal
Offline Send Email
Mar 2, 2006
10:50 am
28519
... The trouble to rc.exe is a statement like this: mem.read(obj.var); So, the variable within () cannot be qualified. I did used that "style" to copy the...
msca53
Offline Send Email
Mar 2, 2006
2:14 pm
28520
... of ... Here is another way to do the thing: '//------------------------------------------ $include "alloc.inc" sub wait do : loop until len(inkey$) end sub...
msca53
Offline Send Email
Mar 2, 2006
3:48 pm
28521
Jacques Philippe <jp@...> wrote: Tests show that -12 Longint with maximum string size can be different for two strings of the same size. Is it...
paul ludgate
snakedile
Offline Send Email
Mar 2, 2006
6:32 pm
28522
Once again, I ask: Anybody knows what keyword or component should be used in a code to force the use of RapidQ32.Lib or RapidQCC.Lib DIM Dummy AS QDIRTREE will...
paul ludgate
snakedile
Offline Send Email
Mar 2, 2006
7:47 pm
28523
... so there isn't any change into the .dat(20) value). But inside ptrget () all data is copied.. Then the trouble is the copy of "pg" page Maybe that is...
johnk20042001
Offline Send Email
Mar 3, 2006
4:05 am
28524
... <snip> ... Hi johnk: I tested with a BCX DLL and the bug is still there. I tried four doubles passed by value. Passing by reference worked in the few tests...
Garvan
sisophon2001
Offline Send Email
Mar 3, 2006
11:43 am
28525
... printed, ... ptrget ... Hi John.. The goal is: to manage pages utilizing both, object variables and DYNAMIC POINTERS variables.. This code works fine....
msca53
Offline Send Email
Mar 3, 2006
2:43 pm
28526
Re:- LIB contents. Andrew Shelkovenko was the first to produce a list like this but I can confirm his work. He did it by DIMing one component at a time....
paul ludgate
snakedile
Offline Send Email
Mar 3, 2006
5:39 pm
28527
Hello, Paul! You wrote to <rapidq@yahoogroups.com> on Fri, 3 Mar 2006 09:39:44 -0800 (PST): Re::- LIB contents. pl> Andrew Shelkovenko was the first to...
Andrew Shelkovenko
diakin2002
Offline Send Email
Mar 3, 2006
6:27 pm
28528
Hello, Paul! You wrote to <rapidq@yahoogroups.com> on Fri, 3 Mar 2006 09:39:44 -0800 (PST): Re::- LIB contents. [..] pl> Should all be available in the next...
Andrew Shelkovenko
diakin2002
Offline Send Email
Mar 3, 2006
6:33 pm
28529
... Nope ! It's petek1827 in RQ message #10096, yet I quoted it in each message and files :) From: "petek1827" <petek1827@...> Date: Mon Mar 11, 2002 12:53 pm...
Jacques Philippe
erdemaal
Offline Send Email
Mar 3, 2006
6:58 pm
28530
... Hi! I don't think you took the long way! Not every server has the same commands implemented but they all follow the functions in wininet.dll. 214-The...
capcompany
Offline Send Email
Mar 3, 2006
9:07 pm
28531
... Thanks for checking Garvan. It's looking like another issue for RapidQ. Unfortunately, I'll have to figure out byval BYTE too... at least this one has a...
johnk20042001
Offline Send Email
Mar 4, 2006
5:42 am
28532
There is a problem in passing a byte to a DLL or API call in RapidQ. By default RapidQ passes variables BYVAL. It looks like the solution is to change...
johnk20042001
Offline Send Email
Mar 4, 2006
7:21 pm
28533
... Yes, I am playing with that, rght now :). There is a problem with Byte and Short too. The solution is this time very easy, just declare them As Long in the...
Jacques Philippe
erdemaal
Offline Send Email
Mar 4, 2006
8:57 pm
28534
It's not very often that you will pass a Byte, a Short, a Single or a Double to an API. If it one happen to you, here is a demo of the problems and their turn...
Jacques Philippe
erdemaal
Offline Send Email
Mar 4, 2006
9:22 pm
28535
... It's absolutely amazing nobody has noticed this before! I suspected problems when working with certain API calls then I assumed it was a bug in my program,...
johnk20042001
Offline Send Email
Mar 4, 2006
10:37 pm
28536
... The only time I had to pass a Double to an API was when I had to pass a Double to MsvCrt.Dll ?SPrintf? ... and I did it in assembler (in RQ displaying a...
Jacques Philippe
erdemaal
Offline Send Email
Mar 5, 2006
12:43 am
28537
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
Mar 6, 2006
4:52 am
28538
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
Mar 6, 2006
4:59 am
28539
HOW can I read in an Excel file and extract data from it?...
Adrian
beardyphish
Offline Send Email
Mar 6, 2006
10:04 am
28540
hi all, i managed to speed up my stock portfolio valuation program 157 times (yes 157 times) using a freebasic dll to carry out the matrix inversion calcs....
rq_convert
Offline Send Email
Mar 6, 2006
8:36 pm
Messages 28511 - 28540 of 35530   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