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 35042 - 35072 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35042
... I don't remember I ever wrotre something like that :). ... Everything is possible, it's just a matter of how huge will be the work. In example we've never...
Jacques
erdemaal
Offline Send Email
Jul 1, 2009
12:26 pm
35043
... But can anyone predict, when will RQ'a new IDE be ready for use?...
eros_vc16
Offline Send Email
Jul 1, 2009
3:11 pm
35044
... Not for a while, and since it is summertime -- even longer. If anyone is interested in helping out that would be great. Currently it is > 8400 lines and...
johnk20042001
Offline Send Email
Jul 2, 2009
5:24 am
35045
... I use Jacques tiny.exe all my programs are small in size. when somone downloads an instalation file I place a copy of RapidQ32.dll in the local folder. I...
Terry
terry_prism
Offline Send Email
Jul 2, 2009
9:51 am
35046
Jacques tiny.exe Greetings; Please, what is this: "Jacques tiny.exe " Thanks! τΏτ V e r n WinXp, Vista, Delphi5, BlueVoda WebBuilder, wxEuphoria 3.1,...
vmars
Offline Send Email
Jul 2, 2009
4:16 pm
35047
... It's about something I have and that is very small probably ???...
Jacques
erdemaal
Offline Send Email
Jul 2, 2009
5:05 pm
35048
... They are probably referring to a RapidQ precompiler called RQPC, which can be found at http://erdemal.webhop.org/RapidQ/ Basically RQ is a byte-code...
johnk20042001
Offline Send Email
Jul 2, 2009
5:52 pm
35049
... Have uploaded into the Miscellaneous section the start of a "new" form designer I've been playing with. The original author (German origins) unknown. Still...
d_homans
Offline Send Email
Jul 2, 2009
9:51 pm
35050
... I like it. The code is relatively short in the # of lines. I was trying to get through Eodor's form designer (frmdsgnr.zip in the files section), it has...
johnk20042001
Offline Send Email
Jul 3, 2009
5:43 am
35051
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
Jul 3, 2009
6:04 pm
35052
There are many form designers started but none finished! The last one is a very nice start too. The one by J. Ramos is slick, it uses REDIM to add new objects...
johnk20042001
Offline Send Email
Jul 5, 2009
3:45 pm
35053
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
Jul 5, 2009
5:19 pm
35055
... John IMHO The IDE should consist of a "control panel" that sets it's environment, hooks individual editors, form designers etc from a config menu. This...
d_homans
Offline Send Email
Jul 5, 2009
8:07 pm
35056
... Sorry, to add to the last post... I believe there should be a "code styler" programme (or source) to tidy-up a contributor's code (or existing code). Some...
d_homans
Offline Send Email
Jul 5, 2009
9:00 pm
35057
... Yes, RQ-Pretty is a very nice program to do just this: http://home.arcor.de/vdobiasch/rapidqe.html...
johnk20042001
Offline Send Email
Jul 5, 2009
10:23 pm
35058
Hi everyone, I'm a 19 years old boy called Nando - of course that's just the way people call me - and I'm completely new on RapidQ. But I'm ready to learn...
inf3rn4nd0
Offline Send Email
Jul 7, 2009
9:21 pm
35059
PhD in Management Online Switzerland's leading University. Top ranked, prestigious, flexible.http://studyonline-magha.blogspot.com Study abroad scholarships A ...
Gallia D
dgallia73
Offline Send Email
Jul 8, 2009
12:31 pm
35060
... Just search the files section! There is plenty of cool stuff. More code than you can read in months...If that is not enough then Guidance (The largest...
johnk20042001
Offline Send Email
Jul 9, 2009
5:28 am
35061
Hello, Is it possible to determine the mouse pointer position in a qimage object? I need the x and the y value (pixels) Regards Peter...
Peter Degenhardt
peter.degenh...
Offline Send Email
Jul 9, 2009
4:46 pm
35062
... QImage has an event called... OnMouseOver A simplistic subroutine example would look like... 'Be aware of possible line-wrapping 'Be aware of possible...
burkleyd
Offline Send Email
Jul 9, 2009
7:14 pm
35063
... Welcome remember the fastest way to learn is to try read the help file and when you get stuck ask for help. If you quote the code that you have and what...
Terry
terry_prism
Offline Send Email
Jul 10, 2009
1:49 am
35064 inf3rn4nd0
Offline Send Email
Jul 14, 2009
8:21 pm
35065
I've recently started using the patched LIBS to fix the memory leaks in my programs. However I seem to have found a new bug which is giving me a headache. I've...
carlt_1
Offline Send Email
Jul 16, 2009
9:16 pm
35066
... Hey Carl, I'm not so sure the problem is in the LIBs. I just created and ran a simple example and it worked just as it should. (the LIBs I have are dated...
burkleyd
Offline Send Email
Jul 17, 2009
12:00 am
35067
... did you try SortType? ' Extended ListView, some are only cosmetic extensions, not sure how to ' detect if the checkbox was checked or not... $TYPECHECK ON ...
johnk20042001
Offline Send Email
Jul 17, 2009
12:19 am
35068
... Hi, Here's a function to sort a Qlistview: Sub SortListView(Column as integer, LView as QListView) 'Sort the listview on the indicated column dim Xindex as...
midiprog2000
Offline Send Email
Jul 17, 2009
1:58 pm
35069
... That works much better than what I had used. Thank you! CarlT...
carlt_1
Offline Send Email
Jul 17, 2009
2:33 pm
35070
I've seem to have found the problem! I recently added the OnChange event so that the 'Edit'-Button only appears when an Item is selected. This seems to cause...
carlt_1
Offline Send Email
Jul 18, 2009
3:09 pm
35071
... I finally was able to recreate the problem BUT... now I'm not so sure where the problem is coming from. (I have an idea but I'm not 100% sure) Are you...
burkleyd
Offline Send Email
Jul 18, 2009
5:56 pm
35072
This " http://webdisk.planet.nl/viss3248 " is quite nifty. Which language is it written in? Any plans to make it open source? Thanks..vm...
vmars
Offline Send Email
Jul 19, 2009
12:28 am
Messages 35042 - 35072 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