... 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...
... 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...
... 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...
Jacques tiny.exe Greetings; Please, what is this: "Jacques tiny.exe " Thanks! τΏτ V e r n WinXp, Vista, Delphi5, BlueVoda WebBuilder, wxEuphoria 3.1,...
... 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...
... 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...
... 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...
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
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...
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
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...
... 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...
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...
PhD in Management Online Switzerland's leading University. Top ranked, prestigious, flexible.http://studyonline-magha.blogspot.com Study abroad scholarships A ...
... 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...
... QImage has an event called... OnMouseOver A simplistic subroutine example would look like... 'Be aware of possible line-wrapping 'Be aware of possible...
... 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...
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...
... 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...
... 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 ...
... 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...
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...
... 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...