=== 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...
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...
... 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...
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...
... -- 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...
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,...
... 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...
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...
... <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 ...
... 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...
... 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 ...
... 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....
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@...> @ 2008-09-08 11:22 AM "[rapidq] Chat protocol, can it be done?" <ga3jgs+4n2m@eGroups.com> ... Yes, QSOCKET can do this. You...
... 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@...> @ 2008-09-09 12:25 AM "[rapidq] Re: Chat protocol, can it be done?" <ga51c2+fe60@eGroups.com> ... Network byte order refers to...
Just wondering, is it possible to double buffer Rapidq objects, specifically the listbox and richedit components, using the Windows API? Really tired of the...
... 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...
... 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...
Hi David, There is a noticable richedit flicker when typing quickly, especially when using colored backgrounds. The current line or paragraph flickers ever so...
... 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...
Hi Jacques, I use the LockWindowUpdate API to prevent richedit flickering when making qrichedit.onkeyup and qrichedit.onkeydown qrichedit.seltext and...
... 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...
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...