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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 33613 - 33643 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33613
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
Christopher W.
c45207
Offline Send Email
Sep 1, 2008
9:49 pm
33614
This may be a dumb question, but I'm getting an error and I don't see why.... here is the code: type acanvas extends qcanvas cval as long end type declare sub...
anonymous
wajamala
Offline Send Email
Sep 2, 2008
6:45 am
33615
... As near as I can tell... the extended component type declaration doesn't know "which" index into the array of ck to use when you're trying to assign a...
burkleyd
Offline Send Email
Sep 2, 2008
1:42 pm
33616
RapidQ does not allow arrays of custom components. It turns out that you can have arrays of QCanvas without a compile time error, but that doesn't mean it will...
johnk20042001
Offline Send Email
Sep 3, 2008
3:04 am
33617
... -- code snipped -- -- refer to: http://tech.groups.yahoo.com/group/rapidq/message/33614 ... IF... on the off chance all you need is the cval... you could...
burkleyd
Offline Send Email
Sep 3, 2008
8:48 am
33618
2 links on the site above are broken: to download or browse RAPIDQ2.INC...
haidel00
Offline Send Email
Sep 3, 2008
9:09 am
33619
... RAPIDQ2.INC ... All the links at Rapidq.phatcode.net appear to work normally! Try again. Sometimes the site goes down for backup/services...
johnk20042001
Offline Send Email
Sep 4, 2008
3:10 am
33620
Take a look and you'll see: http://rapidq.phatcode.net/download/rqincludes.zip http://rq.fxoz.com/include/ Detected situation about 2 weeks or so... No drama,...
haidel00
Offline Send Email
Sep 4, 2008
9:15 am
33621
... Tags... that sounds good. Thanks :) DIM ck_this(12) as whatever DIM ck_that(12) as whatever DIM ck_theother(12) as whatever ... sub ck_onclick(s as...
anonymous
wajamala
Offline Send Email
Sep 5, 2008
3:45 am
33622
Hey John, I thought I'd ask you, since you seem to be our resident D3D expert. Actually... I have two questions. :D Here's the first... I came across a couple...
burkleyd
Offline Send Email
Sep 6, 2008
10:59 pm
33623
... <snipper-roony> ... Caution, working with 3D can be very addicting and time-consumming. yes, you should post the working .exe because the .exe that comes ...
johnk20042001
Offline Send Email
Sep 7, 2008
3:49 am
33624
... Since .exe files are a big no-no here at the group... I've uploaded them to... http://www.geocities.com/burkleyd/3d_solar_system_model_1.zip ...
burkleyd
Offline Send Email
Sep 7, 2008
10:15 am
33625
... These need an activeX control with them 'dx8vb.dll' that is one pain with VB, it doesn't use native DX, rather it has an intermediary ActiveX control. RQ...
johnk20042001
Offline Send Email
Sep 7, 2008
7:43 pm
33626
... So are you saying... if the end user doesn't have the dx8vb.ddl installed... they can't run it/them??? If so... I don't "think" I would be able to provide ...
burkleyd
Offline Send Email
Sep 7, 2008
11:24 pm
33627
... I see the problem, I ran the demo on Vista, which doesn't have 'dx8vb.dll' (M$ not backward compatible? That is bad). The demo runs on WinXP no problem....
johnk20042001
Offline Send Email
Sep 8, 2008
3:58 am
33628
I am working on a chat client, and i have found a copy of the protocol for it. I have no idea if RapidQ can do it, here is the example of the data to be sent...
Pud'n tane
mrspy1001
Offline Send Email
Sep 8, 2008
4:22 pm
33629
Pud'n tane <mrspy1001@...> @ 2008-09-08 11:22 AM "[rapidq] Chat protocol, can it be done?" <ga3jgs+4n2m@eGroups.com> ... Yes, QSOCKET can do this. You...
Christopher W.
c45207
Offline Send Email
Sep 8, 2008
5:33 pm
33630
... read/write ... I'm not sure what the order is exactly, but I know it is unicode capable if that make a difference. It's been a while since I was ...
Pud'n tane
mrspy1001
Offline Send Email
Sep 9, 2008
5:25 am
33631
Pud'n tane <mrspy1001@...> @ 2008-09-09 12:25 AM "[rapidq] Re: Chat protocol, can it be done?" <ga51c2+fe60@eGroups.com> ... Network byte order refers to...
Christopher W.
c45207
Offline Send Email
Sep 9, 2008
5:54 am
33632
Just wondering, is it possible to double buffer Rapidq objects, specifically the listbox and richedit components, using the Windows API? Really tired of the...
trillawneefrost
Offline Send Email
Sep 9, 2008
6:37 pm
33633
... they go ... protocol ... related ... However, ... I can post a copy of the protocol in the files section if you would like to look at it, as it may be of...
Pud'n tane
mrspy1001
Offline Send Email
Sep 9, 2008
7:09 pm
33634
... What information are you adding to the listbox and/or richedit? How are you adding the information? Would it be possible to post a sample of the code...
burkleyd
Offline Send Email
Sep 9, 2008
9:37 pm
33635
Hi David, There is a noticable richedit flicker when typing quickly, especially when using colored backgrounds. The current line or paragraph flickers ever so...
trillawneefrost
Offline Send Email
Sep 9, 2008
10:09 pm
33636
... Hey Jesse, I could be wrong about all this but... (if anybody knows for sure... please speak up) the flickering is due to the compiler being hard coded to...
burkleyd
Offline Send Email
Sep 10, 2008
12:17 am
33637
... ?? IIRC, it's API LockWindowUpdate that causes flickering ?? You could try to comment them ? Jacques...
Jacques
erdemaal
Offline Send Email
Sep 10, 2008
10:56 am
33638
... Ok, I posted all the information I have on the protocol in the files section in an html files called aresprotocol.htm. ...
Pud'n tane
mrspy1001
Offline Send Email
Sep 10, 2008
6:37 pm
33639
Hi Jacques, I use the LockWindowUpdate API to prevent richedit flickering when making qrichedit.onkeyup and qrichedit.onkeydown qrichedit.seltext and...
trillawneefrost
Offline Send Email
Sep 10, 2008
6:53 pm
33640
... Try this code and see if you still see any flickering. Be aware of probable line-wrapping!!! Be aware of possible unwanted space(s)!! Both of which will...
burkleyd
Offline Send Email
Sep 10, 2008
9:54 pm
33641
... I have a 2006 demo code doing this, it's called IceCream, it has the option of LockWindowUpdate ON/OFF ... maybe it can help you ?? ...
Jacques
erdemaal
Offline Send Email
Sep 10, 2008
10:45 pm
33643
Hi Jacques, The flickering is very subtle. In fact, I am beginning to wonder if I'm the only one that notices. Using your IceCream demo, type something...
trillawneefrost
Offline Send Email
Sep 11, 2008
8:18 pm
Messages 33613 - 33643 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