Search the web
Sign In
New User? Sign Up
xbasic
? 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 12707 - 12736 of 18790   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12707
Hello Brain, thanks for the information. Maybe you are right about the Cakewalk file. I know when I save the file to disk it doesn't work again in the cakewalk...
James Blount
james680x
Offline Send Email
Jan 2, 2004
10:02 am
12708
I am attempting to write a small set of wrapper functions for some simple graphics commands. I can do this easily enough, but I can't seem to get the buffering...
Randy Keeling
randy_keeling
Offline Send Email
Jan 2, 2004
7:59 pm
12709
The alternative to buffering is to implement your own redraw routine. When the window is uncovered, redraw its contents. That's the way Windows is, normally....
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 3, 2004
2:03 am
12710
Is there an event that fires (a la VB) when it is uncovered? As to the or comment.... That was my personal rant. Forgot I left in there. ... From: Steven V...
Randy Keeling
randy_keeling
Offline Send Email
Jan 3, 2004
2:09 am
12711
Hi everyone, Glad to have all the help so far in getting me moving from FORTRAN to XBasic. Thanks!!! I have a few questions that probably are dumb, but I have...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
2:37 am
12712
If you have assigned a window function (or a CEO function), that function will get #Redraw messages when such things occur. (XBasic is a message-driven...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 3, 2004
2:45 am
12713
Hi Don, Sorry about your Patient. Read from the Bible to your Patient. The Last two Chapters of Revelations is a wonderful promise from God... Join HolyGeek at...
James Blount
james680x
Offline Send Email
Jan 3, 2004
3:07 am
12714
Hi James, Thanks for the sympathy. It has been quite a trial. Like you, I have many things to be thankful for. I have 4 wonderful grandchildren and 3 kids. I...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
3:55 am
12715
Hi everyone, I meant to send that to James personally and I guess I hit the wrong buttons and didn't check myself. I did not mean to offend anyone with all...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
4:09 am
12716
Hello Don, When you have Software questions let the group know about it. The XBasic is link to other Yahoo Groups. You will see some of them will start to chat...
James Blount
james680x
Offline Send Email
Jan 3, 2004
7:40 am
12717
On Fri, 2 Jan 2004 20:37:15 -0600 "Don Benson" <don9391@...> ... First of all, the prefix and suffix both have meaning. (You might know this, but don't...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 3, 2004
2:14 pm
12718
Randy, Here is a simple example of how to use grid buffering with xgr functions. You need to have a window function and a message processing loop, and to...
xbkpm
xbkpm2
Offline Send Email
Jan 3, 2004
2:53 pm
12719
<snip> ... makes ... program ... automatic ... Your suggestion about the space made no differece. Let me add a few of my commands to show what I have done to...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
3:15 pm
12720
Thanks for the code Ken. This seems simple enough, but I do have one question (to which I think I know the answer already). Is it possible to have an XB...
Randy Keeling
randy_keeling
Offline Send Email
Jan 3, 2004
4:02 pm
12721
SNIP ... How about DIM dat#[drange!] ... SNIP LewisB...
laser314159
Offline Send Email
Jan 3, 2004
9:52 pm
12722
Hi Lewis ... the ... When I do that drange! is zero when it gets to the FOR loop. Although it is in another function, being SHARED should pass it, should it...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
11:16 pm
12723
Hi again, I found the problem with that. The SHARED declaration was missing from the second function. But the original problem still exists!!! :-(( ... it ... ...
Don Benson
donophyn
Offline Send Email
Jan 3, 2004
11:29 pm
12724
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
Jan 3, 2004
11:42 pm
12725
I just realized I had broke TSP on my last update. City Names and data were not getting stored when created. I keep using stored lists so I had not noticed the...
laser314159
Offline Send Email
Jan 3, 2004
11:47 pm
12726
Hi everyone, One more question related to my problem getting some of my arrays set up. What type should the indice be? So far I have used XLONG ( as in 'i' ) ...
Don Benson
donophyn
Offline Send Email
Jan 4, 2004
12:21 am
12727
... From: "Don Benson" <don9391@...> To: <xbasic@yahoogroups.com> Sent: Sunday, January 04, 2004 11:21 AM Subject: Re: [xbasic] A few questions ... I...
Vic Drastik
vicdrastik
Offline Send Email
Jan 4, 2004
3:10 am
12728
<snip> ... arrays ... 'i' ) ... have ... is ... be a ... what ... with ... passing? ... array, then ... there is ... because it ... I think I under stand all...
Don Benson
donophyn
Offline Send Email
Jan 4, 2004
4:14 am
12729
On Sat, 3 Jan 2004 18:21:03 -0600 "Don Benson" <don9391@...> ... Don't copy the DIM statements, they erase all previous values. If you need to make sure...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2004
5:03 am
12730
On Sat, 3 Jan 2004 17:16:34 -0600 "Don Benson" <don9391@...> ... Only if it is shared in both places. ...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2004
5:03 am
12731
On Sat, 03 Jan 2004 15:51:34 -0600 laser314159 <laser314@...> ... Not that he's sure why he made drange! a SINGLE anyway. Since drange is not...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2004
5:03 am
12732
On Sat, 3 Jan 2004 22:14:21 -0600 "Don Benson" <don9391@...> ... You can use decimals, but they will be converted to integers first. The decimal portion...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2004
5:08 am
12733
... possible to ... possible ... goes on ... information ... The ... user in ... user is ... messages ... there a way ... his first ... XBasic is officially...
Ken Minogue
xbkpm2
Offline Send Email
Jan 4, 2004
2:32 pm
12734
Is there a way to run xbasic-coded programs on a palm-device?...
quick_braun_fox
Offline Send Email
Jan 4, 2004
3:50 pm
12735
hello, i have a question on working with xbasic in a private network area: is it possible to create a directory and change a directory on a computer in a...
Andreas Görgl
andreas_goergl
Offline Send Email
Jan 4, 2004
6:19 pm
12736
On Sun, 4 Jan 2004 19:18:06 +0100 "Andreas Görgl" ... Can you do it like that from Windows? If Windows can do it, and the remote computer allows that sort of...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2004
7:12 pm
Messages 12707 - 12736 of 18790   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