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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 33818 - 33851 of 35531   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33818
Escuse me. It's missing file 'minimize.inc' Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. ...
Carlos Godinho
godin13
Offline Send Email
Nov 1, 2008
2:30 pm
33819
use that :   Declare Function SetWindow Lib "user32" Alias "SetWindowLongA" (hwnd As Long, nIndex As Long, dwNewLong As Long) As Long Sub SetMinimize (Form as...
Nastasa Eodor
eodor_nastase
Offline Send Email
Nov 1, 2008
4:35 pm
33820
Hi all I guess I'm evolving away from my old die hard BASIC ideas and deciding to use some of the more powerful stuff. I still have more fun playing with...
R L Ferrier
bbferrier
Offline Send Email
Nov 2, 2008
3:45 am
33821
$TYPECHECK on 'Subs Declare sub test 'Working Variables Dim n : Dim n$ as String : dim n% as integer Dim i : Dim i$ as String : dim i% as integer Dim j : Dim...
Nastasa Eodor
eodor_nastase
Offline Send Email
Nov 2, 2008
8:26 am
33822
I'm not sure I understand Variants in RapidQ. I've read they can only handle numbers and strings. Okkk... that's shouldn't be a problem for what I need it for....
burkleyd
Offline Send Email
Nov 2, 2008
5:10 pm
33823
-- On Sun, 11/2/08, burkleyd <burkleyd@...> wrote:>I tried to reduce some coding, that I've been ... As far as I know, you cannot get the memory location...
Oliver Ozohanics
oliver_ozoha...
Offline Send Email
Nov 2, 2008
5:36 pm
33826
... Thanks Oliver. Your solution worked. AND... I found out that I CAN use MemCpy by making a slight alteration in my coding (which helped reduce the code and...
burkleyd
Offline Send Email
Nov 2, 2008
6:27 pm
33827
... .... ... Here is a workaround.. I ever leave all the work in place. So, you must have to do a "clean up". $include "d:\rapidqb\rapidq.inc" ...
msca53
Offline Send Email
Nov 3, 2008
1:11 am
33828
... Check this printouts.. print "A variant.." dim dummy as variant print hex$(dummy) print hex$(varptr(dummy)) print "================" print "An integer.." ...
msca53
Offline Send Email
Nov 3, 2008
8:39 pm
33830
... ' Start Of Code $apptype console dim dummy as variant print print "Variant" print "=======" print dummy = "65535" print "As a String: ";...
burkleyd
Offline Send Email
Nov 3, 2008
10:56 pm
33832
... <snip> <comment>see previous messages</comment> I think you'll find that part of the problem is that there's a bug in VarType which Variant would...
paul ludgate
snakedile
Offline Send Email
Nov 4, 2008
10:41 am
33833
Has anybody created a ready to use .inc file for richtext in RapidQ So you could handle. Fonts, sizes, tables, images, clipboard ? /Fredrik...
fredriknorling2003
fredriknorli...
Offline Send Email
Nov 4, 2008
3:33 pm
33834
... Ironically... my question(s) regarding Variants has to do with a demo that I've been working on, ever since JohnK asked about RTF w/Images in message... ...
burkleyd
Offline Send Email
Nov 4, 2008
11:38 pm
33835
Does anyone know of a way to... save the contents of the Clipboard (no matter what it's "format" might be) (and that could literally be "anything") then...
burkleyd
Offline Send Email
Nov 5, 2008
10:39 am
33836
... RapidQ ... Up to now, the only way to manage "all type" of objects in rapidq is by using readBinString and writeBinString rapidq's stream methods, because...
msca53
Offline Send Email
Nov 5, 2008
4:40 pm
33837
... Why do you want to restore the clipboard after using it? If the user has copied something, you are implicitly granted permission to get rid of whatever is...
Christopher W.
c45207
Offline Send Email
Nov 5, 2008
4:49 pm
33838
... Basically because I would like to avoid that 1 in 1000 chance that the end-user has copied something to the clipboard and merely hasn't had the opportunity...
burkleyd
Offline Send Email
Nov 5, 2008
10:33 pm
33839
... user has ... rid of ... Hi David, You should only use the clipboard when your user actually wants to copy something to the clipboard from within your...
midiprog2000
Offline Send Email
Nov 5, 2008
11:38 pm
33840
Hmmm! I often use the clipboard when using two applications from different programming languages as an easy way to pass information. If it is not to be kept...
Terry
terry_prism
Offline Send Email
Nov 6, 2008
4:07 am
33841
... From: Terry <terry_prism@...> Subject: [rapidq] Re: Clipboard (question) To: rapidq@yahoogroups.com Date: Wednesday, November 5, 2008, 8:05 PM Hmmm!...
old bob
bbferrier
Offline Send Email
Nov 6, 2008
4:45 am
33842
... From: midiprog2000 <midiprog2000@...> Subject: [rapidq] Re: Clipboard (question) To: rapidq@yahoogroups.com Date: Wednesday, November 5, 2008, 3:38...
old bob
bbferrier
Offline Send Email
Nov 6, 2008
5:22 am
33843
... That sounds, too me, a lot like a poor man's method of inter-process communication. Sure, you can fake it 'till you make it. But, if you were to look into...
Christopher W.
c45207
Offline Send Email
Nov 6, 2008
8:16 am
33844
Hello... I want to find a way to slide scroll bars in qstringgrid elemetn to show last item added. So if there is longer list than display can show I want to...
Slavko Kocjancic
slavkok
Offline Send Email
Nov 6, 2008
8:22 am
33845
If your QStringGrid object is named StringGrid. And you want to show something not currently in view on the screen, for instance a cell at row 800, column 2. ...
Bob Gee
osiyo53
Offline Send Email
Nov 6, 2008
8:56 am
33846
Hello Bob. Doesn't work as should. But I find solution. I sum height of elements from back and when I get the height of display just set that element as...
Slavko Kocjancic
slavkok
Offline Send Email
Nov 6, 2008
10:36 am
33847
Hello... Another question. Does somebody know how to set one item on qmainmenu to be on the right side of display as always Help is shown like this. So to kave...
Slavko Kocjancic
slavkok
Offline Send Email
Nov 6, 2008
10:39 am
33848
Well Chris you ARE a programmer, I admit there are probably much more profesional approaches but I am not that person and even though our clients programmer...
Terry
terry_prism
Offline Send Email
Nov 6, 2008
10:43 am
33849
Doesn't work? Strange I use the technique all the time. Perhaps I just misunderstood what you wanted and having the grid scroll until it shows a particular...
Bob Gee
osiyo53
Offline Send Email
Nov 7, 2008
12:25 am
33850
... That is probably because you pressed wrong button and did not copy anything to clipboard. Or you did not have the block highlighted. ... Applications don't...
pauli0212
Offline Send Email
Nov 7, 2008
1:05 pm
33851
... My guess is that those 8 bytes contain 4 bytes for variable type and 4 bytes for a pointer to the actual data. If that is the case, Varptr would not give...
pauli0212
Offline Send Email
Nov 7, 2008
4:25 pm
Messages 33818 - 33851 of 35531   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