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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 30885 - 30923 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30885
... MAINICON ICON "nice.ico" is correct, see ... http://msdn2.microsoft.com/en-us/library/aa381043.aspx Incidentally, when I set out to make this work I ...
paul ludgate
snakedile
Offline Send Email
Feb 1, 2007
11:39 am
30887
... Good link! The problem is to read and learn all that! Yet, resource is a rather easy 'script' thing. I use the MASM RC.HELP (not sure it's from MASM). ...
Jacques
erdemaal
Offline Send Email
Feb 1, 2007
5:50 pm
30889
Jacques you said:- To learn RQPC, one should: - first only use it as a tiny builder compiler RQPC MyCode.Bas MyNice.Ico Tiny con|nocon and forget about MASM,...
Terry
terry_prism
Offline Send Email
Feb 2, 2007
5:38 am
30890
... MyFile.Bas not MyFile.Exe (as written above :) (RQPC compiles RapidQ code, did you edit RQPC.INI and check that the RapidQ Directories are OK for your...
Jacques
erdemaal
Offline Send Email
Feb 2, 2007
6:20 am
30891
It could be a directory thing. I tend to place projects into a seperate directory. There is nothing wrong with your code and program. No I did not edit the...
Terry
terry_prism
Offline Send Email
Feb 2, 2007
10:02 am
30892
... Coulden't resist This is my path as I have edited RQPC.ini [RQPC] RQ_ROOT_DIR=C:\Program files\RQBasic\ RQ_LIBS_DIR==C:\Program files\RQBasic\Lib ...
Terry
terry_prism
Offline Send Email
Feb 2, 2007
10:32 am
30893
Terry wrote: I never tried it on a non C drive! I should be ashame to say that, I am a little bit. Everything, on both computers where I tested it here, is on...
Jacques
erdemaal
Offline Send Email
Feb 2, 2007
2:44 pm
30895
I want the length of my Scrollbar "grip" to show how much of the content is visible in the window. For example, if the height of the content is 1000 pixel and...
lenzpaul
Offline Send Email
Feb 2, 2007
4:38 pm
30896
I will continue on RQPC forum and thanks for your patience Terry...
Terry
terry_prism
Offline Send Email
Feb 3, 2007
12:09 am
30902
Just a note since Jacques expressed a desire to keep most posts related solely to RQPC confined to the new group he created rather than to flood this group...
osiyo53
Offline Send Email
Feb 4, 2007
12:40 pm
30903
... I'm not sure I "completely" understand what you are trying to do but... what if... you coded the QCanvas "inside" of a QScrollBox? You could then retrieve...
burkleyd
Offline Send Email
Feb 4, 2007
2:16 pm
30905
... I don't want to scroll the QCanvas, I only want to scroll it's content. For example: I have 100 lines to write, but on my QCanvas is only space for 10...
lenzpaul
Offline Send Email
Feb 4, 2007
6:45 pm
30906
... Maybe this will help? Changing the scrollbar page size based on the min/max settings according to which ever percentage you want. Just a little example,...
Jim
xjim30
Offline Send Email
Feb 4, 2007
10:14 pm
30907
Dear friends, Here's, as promised, the alpha version of my new FBSL Mini Form Designer. It comes as a standalone executable plus dependencies because I haven't...
Gérôme GUILLE...
gerome_71
Offline Send Email
Feb 5, 2007
3:05 pm
30908
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
Feb 5, 2007
11:24 pm
30909
It came to my attention that this code as defined in RapidQ2.inc: IF LoadLibrary("jpeg.dll") <> 0 THEN 'returns DLL handle, don't use ...
Marco Antonio Checa ...
machf00
Offline Send Email
Feb 6, 2007
4:50 am
30910
You are a brave soul to debug rapidQ2! Yes, you are right the suggestions would improve it. Your comments also made me look closely as the SaveAsJpg routine,...
johnk20042001
Offline Send Email
Feb 7, 2007
4:21 am
30911
... Q I like to see SQL examples but I see there are several versions of the sql_lite3 include file. This one has some missing functions from Slavo's version...
johnk20042001
Offline Send Email
Feb 7, 2007
6:25 am
30912
... From: johnk20042001 To: rapidq@yahoogroups.com Sent: Wednesday, February 07, 2007 7:25 AM Subject: [rapidq] Re: New file uploaded to rapidq (SQL Lite) ... ...
chrbest@...
chrbest2
Offline Send Email
Feb 7, 2007
7:04 am
30913
... Well, I was going to use it, so I took a look at it... ... <snip> ... Hmmm, now that you mention it... as written, the code seems to be pasting the image...
Marco Antonio Checa ...
machf00
Offline Send Email
Feb 7, 2007
11:40 pm
30914
... Sorry, not really. This problem is more difficult. If you have 100 lines to display and if your window has 20 rows, then Scroll.Max should be only 80...
lenzpaul
Offline Send Email
Feb 8, 2007
6:27 am
30915
Hello! RQ WysiWyg HTMLEd based on the Microsoft Dynamic HTML (DHTML) Editing Component. It allows Web authors to create Web pages in visual mode. RQ WysiWyg...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 8, 2007
7:13 am
30916
The corrections to RapidQ2.inc have been uploaded. Get it from rq.fxoz.com/include...
johnk20042001
Offline Send Email
Feb 8, 2007
7:16 am
30917
Hi Jacques et al, Sorry I couldn't get this to you sooner but I've been experiencing a dead NET situation. I've uploaded a zip of an enhanced DLL for you to...
snakedile
Offline Send Email
Feb 8, 2007
10:49 am
30918
... Hello Paul et al, ... Congratulation! Great work! There is a big *BIG* difference between V109 and V110 DLLs. @#@#@^§@#@, I can't reproduce it :)! Help...
Jacques
erdemaal
Offline Send Email
Feb 8, 2007
7:02 pm
30919
I have tried this code: $typecheck on $include "C:\Rapidq\RapidQ2.inc" $AppType GUI Dim a$ as String Const HKEY_LOCAL_MACHINE = &H80000002 Dim Reg as Qregistry...
Terry
terry_prism
Offline Send Email
Feb 9, 2007
2:28 am
30920
... That is an interesting demo because the scrollbars resize with the container form, which is not expected from Windows, so you had to make a custom control....
johnk20042001
Offline Send Email
Feb 9, 2007
6:04 am
30921
... Check the syntax of OpenKey("System\CurrentControlSet\Control\Print\Printers\HP DeskJet 720C \ ",0) there is an extra space at the end?...
johnk20042001
Offline Send Email
Feb 9, 2007
6:10 am
30922
... Editing ... WysiWyg HTMLEd ... formatting, tables, ... allow even ... Looks really cool, but I get Error 404, file not found....
johnk20042001
Offline Send Email
Feb 9, 2007
6:15 am
30923
... DOAAHHH!! Slight mistake, download again to fix slight bug. Sorry...
johnk20042001
Offline Send Email
Feb 9, 2007
6:54 am
Messages 30885 - 30923 of 35536   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