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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 31894 - 31926 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31894
... As the others have said... William never made a Mac version. (to the best of my knowledge) Here's a website that you can explore... for possible...
burkleyd
Offline Send Email
Aug 1, 2007
9:04 am
31895
... I've updated the code for UnFormatted Paste. Paul Ludgate showed me that there is a MUCH simpler way of doing it. Once again... a big Thanks goes out to...
burkleyd
Offline Send Email
Aug 1, 2007
9:17 am
31896
I just opened my Rapid-Q Sourcecode-Site with some tools and code-snippets I use, so feel free to take a look at it: http:\\vdobiasch.2ya.de...
vdobiasch
Offline Send Email
Aug 1, 2007
2:03 pm
31897
... Very interesting sources. Thanks, Jacques...
Jacques
erdemaal
Offline Send Email
Aug 1, 2007
9:55 pm
31898
Does anybody know how I can get the Bitmap(icon) of a drive as shown in the Explorer into a Qbitmap ? Every idea will be welcome Thanx, Volker...
vdobiasch
Offline Send Email
Aug 2, 2007
2:22 pm
31899
... One easy way... There's a file called "QDriveCombo.zip" in the "Custom Component" folder, here at the group, that "might" be of help. The source code in...
burkleyd
Offline Send Email
Aug 2, 2007
11:02 pm
31900
... Thank you for your help, David. I saw the Qdrivecombo, but it takes its own icons, and I want to give the user the view he is used to see. (every...
vdobiasch
Offline Send Email
Aug 3, 2007
11:59 am
31903
Has anyone ever gotten the Color property for a QOleContainer to work? I can set it... but... it doesn't display the color until... just before the application...
burkleyd
Offline Send Email
Aug 4, 2007
10:43 am
31904
... The icons you are looking for are located in Shell32.dll. Use can "FUNCTION ExtractIcon Lib "shell32.dll" Alias "ExtractIconA" (ByVal hInst AS LONG, ByVal...
badrabid
Offline Send Email
Aug 4, 2007
2:52 pm
31905
... Maybe the windows messages are not getting processed because the mouse events don't work either. I couldn't find the proper windows message...
johnk20042001
Offline Send Email
Aug 5, 2007
6:19 pm
31906
Hi, please can anyone tell me how I should set up the RapidQ GTK support in Windows? I've already tried many times, but RapidQ IDE chrases, or generates ...
simoneronfetto
Offline Send Email
Aug 5, 2007
7:24 pm
31907
... support ... download ... continue... ... I have not seen any GTK applications in RapidQ for years. I would suggest goint to FreeBasic instead, which has...
johnk20042001
Offline Send Email
Aug 5, 2007
8:51 pm
31908
... After playing with it for awhile... I'm under the assumption that because I'm using the QOleContainer to display a .swf file... Flash is overriding the ...
burkleyd
Offline Send Email
Aug 5, 2007
9:30 pm
31909
... IIRC, .Color is the color of the container, not the color of what the container contains ??? But I doubt you both missed that :) Jacques...
Jacques
erdemaal
Offline Send Email
Aug 5, 2007
10:12 pm
31910
... Thank you very much Keith ! Your code is just looking perfect for my needs, I think it will help me very much. Volker...
vdobiasch
Offline Send Email
Aug 6, 2007
6:35 am
31912
Is it possible in a qrichedit or qredex window to set different properties for different portions of text? I mean... if I paste a formatted text into a...
lucassioli.geo
Offline Send Email
Aug 7, 2007
8:24 am
31913
Why doesn't qdownload module work on these sites?!? Downloading locks up after a few hundreds bytes! http://info.babylon.com/cgi-bin/info.cgi? ...
lucassioli.geo
Offline Send Email
Aug 7, 2007
5:44 pm
31914
... This demonstrating 'CharFormat' was already published,I cant find it on the internet, I repost it. ' ---- Start RapidQ Code ---- '...
Jacques
erdemaal
Offline Send Email
Aug 7, 2007
6:01 pm
31915
... Here's another way to change selected portions of text. ' Start Of Code (Be Aware Of Possible Line-Wrapping) ' Load a text file. ' Select any portion of...
burkleyd
Offline Send Email
Aug 7, 2007
9:55 pm
31916
... QOleContainer contains an OLE object. Obviously the OLE object controls what is displayed in the container, including the colors. So, to change colors, you...
pauli0212
Offline Send Email
Aug 8, 2007
7:22 am
31917
... With a new Intel based Mac, you can actually install the real Windows operating system on it. But Windows is a commercial product. Or you could install...
pauli0212
Offline Send Email
Aug 8, 2007
7:38 am
31918
I'm just writing a tool that has to run all the time. When I start the program, taskmanger says my program uses 4.3 MB memory. When I minimize the program , it...
vdobiasch
Offline Send Email
Aug 8, 2007
7:39 am
31919
... Well, I'm no expert in these things. But the changes in memory usage you mention seems to be a common thing. I've noticed the same thing you observed in...
Bob Gee
osiyo53
Offline Send Email
Aug 8, 2007
9:26 am
31920
Maybe the running gui is using the extra ram _____________________________ I sent this email using Morange. Get push email, news, IM on your mobile phone for...
lashton@...
rapidq11
Offline Send Email
Aug 8, 2007
1:11 pm
31921
It is due to the fact that the gui needs more ram than no gui _____________________________ I sent this email using Morange. Get push email, news, IM on your...
lashton@...
rapidq11
Offline Send Email
Aug 8, 2007
1:11 pm
31922
... I don't know exactly what the memory usage in taskmanager actually displays. But I guess it is the amount of actual RAM (physical memory) used. When you...
pauli0212
Offline Send Email
Aug 8, 2007
3:53 pm
31923
... word=word&lang=2&layout=combo.html ... q=word&sa=N&hl=it&langpair=en%7Cit ... To the best of my knowledge... Google has the only "free" language...
burkleyd
Offline Send Email
Aug 8, 2007
9:56 pm
31924
... memory. ... The reason you have a problem is that it is probably waiting for an event to occur. consider changing the rate at which you monitor for that...
Terry
terry_prism
Offline Send Email
Aug 9, 2007
12:57 am
31925
Hello all, I need a bit of guidance, i want to plot (graph) real time data coming in via the serial port. Can someone suggest a link to an example thanks Dale...
Dale Hardy
dale_hardy2001
Offline Send Email
Aug 9, 2007
1:40 am
31926
... coming in via the serial port. ... That could be a long discussion. You can look at some code to read the comport with the QCOMPORT examples ...
johnk20042001
Offline Send Email
Aug 10, 2007
6:01 am
Messages 31894 - 31926 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