Hello... How to upgrade form.KeyPreviev to handle all keys? (or at least cursor left-right) key? Thanks...
37501
terry_prism
Dec 1, 2011 9:31 pm
Is it possible for an RQ program to run in an Apple computer...
37502
johnk20042001
Dec 2, 2011 3:55 am
... AFAIK, Apple users need to boot up Windows XP (ie programs like Parallels or boot camp). It may under under WINE or some other PC emulator software (and...
37503
Slavko Kocjancic
slavkok
Dec 2, 2011 5:02 pm
Hello... Here is simple code with strange result... I assume it's BUG. $INCLUDE "RAPIDQ.INC" $TYPECHECK ON type ndta buf (0 TO 183000) as short end type dim...
37504
johnk20042001
Dec 3, 2011 6:03 am
... change short to integer and it works. Only short arrays seem to have this bug. Don't tell me you need just shorts!...
37505
johnk20042001
Dec 3, 2011 7:01 pm
... Use Form.WndProc, lik that used in FreeQ IDE...
37506
terry_prism
Dec 3, 2011 9:12 pm
... Thanks for info John. I had contact from a customer who uses a utility I made and asked if there was a way to run it on an Apple. I will pass that...
37507
eros_vrqb16
Dec 3, 2011 10:30 pm
... I've noticed that many like to use VMware Fusion to virtualize Windows. I checked their website.. "...it39;s no surprise VMware Fusion is the #1 rated...
37508
lenzpaul
Dec 4, 2011 7:36 am
... Well... I gave it up after stumbeling over www.ffmpeg.org. There are nice command line tools which can simply be used in a SHELL command. The tools can...
37509
Slavko Kocjancic
slavkok
Dec 4, 2011 8:08 am
... Akhm... I need just 10 bits. So Short is closest. I already discover that integers work's. But as I save that to file too I just wan't to make smaler file....
37510
johnk20042001
Dec 6, 2011 5:15 am
... $TYPECHECK ON type ndta buf (0 TO 183000) as string *2 end type dim Mem(1 to 4) as ndta mem(1).buf(10)=CHR$(123) + CHR$(12) DEFSHORT i DEFSTR j =...
37511
johnk20042001
Dec 6, 2011 5:16 am
... This is basically what I have been doing to, but without sound. It is not cheating, no sweat using existing libraries....
37512
Slavko Kocjancic
slavkok
Dec 6, 2011 8:36 am
... Hello John. I already try with string but is a way slower. So I stuck in integers as it works fast. Only for save/load I may try some kind of compression....
... True word works. Just doesn't support negative numbers. For compression I was check what output got id use differential (ie next sample subtracted from...
37516
johnk20042001
Dec 15, 2011 4:44 am
There are 7 new files loaded into the files section (4 in 3d graphics, 3 in the root folder). These were put in by user julien.moog. The files are not readable...
37517
eros_vrqb16
Dec 15, 2011 7:04 am
... My first thought, that it's probably a WinRAR file. So I did a little Googleing for z03 extension and guess what the first post told? "Used by WinRAR". So...
37518
johnk20042001
Dec 18, 2011 8:10 pm
... I still can't read these files, could the author reload in a more standard zip format and get rid of the repeats? thanks,...
37519
David
burkleyd
Dec 18, 2011 9:10 pm
... The QChartlist and the 3dballs are both "Multi-Volume Set" achrives. The ones ending in 7z are 7-Zip archives. All of these can be easily handle by IZArc...
37520
terry_prism
Dec 18, 2011 10:00 pm
To all my friends on the forum Christmas in summer Night Before Christmas in Aussie land 'Twas the night before Christmas; there wasn't a sound. Not a possum...
37524
johnk20042001
Dec 23, 2011 5:13 pm
Right mate, Take a look at this link for a fun poke at the physics of Santa. http://www.daclarke.org/Humour/santa.html...
37525
Loreno-Yahoo-
lorenobr
Dec 23, 2011 8:10 pm
Nice Very nice,maily for Ing´s ... From: "johnk20042001" <klaffky2825@...> To: <rapidq@yahoogroups.com> Sent: Friday, December 23, 2011 3:13 PM ...
37527
terry_prism
Dec 26, 2011 9:30 pm
... Ahh! John as a programmer you must believe anything is possible. If not Santa, who's been eating the biscuits we leave out, and if not Reindeer who leaves...
37529
hollmen
Dec 28, 2011 11:19 am
Hi everyone, I am experiencing a somewhat weird problem when trying to sort a stringlist (or a qlistbox): First, I insert a new line containing a large string....
37530
Jacques
erdemaal
Dec 28, 2011 11:59 am
... There is a limit for QRichEdit.AddString, if the string is larger than 4K (IIRC) it crashes without warning. It may be the same for QStringList ? Just...
37531
hollmen
Dec 28, 2011 10:59 pm
... Thank you for your reply. I have done quite a bit of testing and think I have found a solution - and in the process made a few observations: You can easily...
37532
johnk20042001
Dec 29, 2011 3:06 am
... Consider this code: 'can't imagine a string longer than 23k!! $TYPECHECK ON DECLARE SUB SortMe CREATE myStringList AS QSTRINGLIST END CREATE CREATE myForm...
37541
johnk20042001
Jan 2, 2012 3:39 am
Just reloaded the the awesome little IDE for RapidQ/FreeBasic/etc. You can get it at the usual spot http://rapidq.phatcode.net/FreeQ/ to update simply drag the...
37542
marcelmarcais
Jan 2, 2012 7:44 am
Happy new Year 2012 I have some bugs when i use this DECLARE FUNCTION XCellSetColumnWidth LIB "comalexcel.dll" ALIAS "XCELL_SetColumnWidth"(sheetName$ AS...
37543
David
burkleyd
Jan 2, 2012 9:53 am
... For those who are interested... <http://www.lbdownloads.com/files/viewtopic.php?t=300> (the original link (to the yoingco website) no longer exists) I'm...