Many thanks to Jacques and Pierrot for responding so quickly. The problem was my new found bugbear:- *** The Relocation Table *** Add just one reference to an...
... Among computer users many can't navigate directories, unzip, ... Their computers are dying in a definitive black screen every few month and a full...
I'm working on Line Numbering for my IDE. During the course of writing some code, that's "not quite the norm", I began to wonder... does anybody "have" source ...
... Again, I didn't see any immediate problem with my bigger projects using standard embedded libs (not the RapidQ DLLs). Another great job.Thanks, -JK...
... norm", ... Windows.inc --16039 lines, with my Dterr project ~21K lines. The CodeEdit project was possibly more. And yes, RapidQ compiles it all in under 5...
Is There someone that can explain to me this? As far as I know, the function gives back a result, instead a sub not gives back a result. So, I don't understand...
... mistake?) ... Hi mr_onionx, The action parameter is being passed by reference by the form object. This is why you actually change the value in the ...
There is a way to add an onClick event to a QStringGrid, for instance OnColumnClick, or OnClick (Row Column)-- It would be easiest to add it to a QFormEx for...
I have a *program* (which works fine) and I want to make it part of something bigger. The way I want to do this is make the program a second form and add a new...
Does anybody know "how" Windows keeps track of which lines to "un-wrap" when a user first sets WordWrap to True and then sets it to False in a QRichEdit? I...
Hi, I am quite new to this group! :) So, Hi everybody! I have a question: has someone really tried to use RapidQ compatible compilers such as HotBasic,...
... Welcome! ... Depends on what you want to do. It is all about the purpose, and whether you can live with its limitations. I still prefer RapidQ to all other...
While looking in the HTML for something else, I found this: 1.6 Do I need a license to distribute my programs? "You're allowed to bundle Rapidq with your...
... Hi burkleyd, Windows does not need to keep track which lines to unwrap: it can do so by simply looking for the carriage return and linefeed chars (chr$(13)...
... Hi Alain, From the few different tests I've run... it would "seem" (<-- keyword) that there is no way to tell which lines are wrapped and which ones are...
... Here are some options- to find the right line number, QRichedit.savetoStream then get it from Qmemorystream.lineCount, .Readline for each line Use the same...
... Yes, one issue with RapidQ2 distribution is including others old work, which they say is "copyrighted" but that they don't care anymore. Same might go for...
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 : /del.zip ...
rapidq@yahoogroups.com
Dec 5, 2006 7:01 pm
30423
Hello I have worked from the OnionX and David code source to create mine I tried to show a QTABControl and change it dynamically with some properties ... All...
... Hi John, I'll keep your suggestions in mind just in case. But I think I may have found an alternative solution. I ran across a webpage suggesting to use...
... Hello Again John, You can add "any" of the examples/demos I've written. If it'll help others (whether they be beginners or imtermediates or pros)... I'll...
... Update: I got the EM_GETLINE to work. '-- Start Of Code Snippet -- 'I arbitrarily chose a large buffer '(probably could be smaller) DefStr BufStr =...
... I discovered 2 things... trying to figure out the appropriate code (as I mention just above) is proving to be quite disheartening. Trying to compare...