Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 18159 - 18188 of 18188   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18159
As mentioned in the other post, you should be using XuiSendStringMessage ... with the message quoted and preceded by an "@" character. ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 11, 2008
8:37 pm
18160
No, the press computer has always been a proprietary stand alone NT machine buried inside the press console. I hacked into it and got down to the base NT...
Andy
gekco_1
Offline Send Email
Dec 11, 2008
10:09 pm
18161
How do you step through a program? ... From: cw2008can <cw2008can@...> Subject: [xbasic] Re: Vertical Positioning In Console To: xbasic@yahoogroups.com ...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 12, 2008
7:16 pm
18162
There are icons on the toolbar, or also keyboard shortcuts. There's one for running to the line where the cursor is, there's one for Stop, one for step (but...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 13, 2008
2:06 am
18163
One of the beautiful things about XBasic is the Development Environment window with the ability to "step" through a program and see the value of the variables...
cw2008can
Offline Send Email
Dec 13, 2008
4:10 am
18164
Hi Group, Have I missed a WAIT statement in my reading? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
Kerry Miller
n0wiq49
Offline Send Email
Dec 13, 2008
1:40 pm
18165
... Wait for what? There is an equivalent of a pause command (pause for a specified length of time), but in other languages the WAIT command waited for an...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 13, 2008
8:28 pm
18166
I did not see a reply that addressed this question. If your program is looping through various functions then you will need to set variables as STATIC to...
old2newbie
Offline Send Email
Dec 17, 2008
2:20 am
18167
How do you assign values to all message strings, and where do you find documentation on this subject?  Maybe I just haven't downloaded the correct docuation. ...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 18, 2008
12:07 pm
18168
I am running Fedora Core 10 Linux on my laptop computer and havent been able to get a Linux installation. What url should I use? -- Kerry N0WIQ My web site...
Kerry Miller
n0wiq49
Offline Send Email
Dec 18, 2008
3:47 pm
18169
Hi Xbasicers, I wish you health and happiness for year 2009 (and the following) Best regards, Guy...
Guy Lonne
guy_lonne
Offline Send Email
Dec 21, 2008
11:11 am
18170
Nicest email I've gotten!! Have a happy holiday season, everyone. -- Lew Blackman lewblackman@... Cell - 954-444-8889 ... Hi Xbasicers, I wish you...
lewblackman@...
poscomp
Offline Send Email
Dec 21, 2008
12:45 pm
18171
... As near as I can tell yes, but I've never really played with that sort of a device. While the list has always been pretty quiet, I'll Cc this there in case...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 22, 2008
12:33 pm
18172
XBASIC is a terrific and powerful tool that can handle large amounts of data, big arrays, lots of windows and is cross platform. But it might just be that for...
Alan Taylor
altheengineer
Offline Send Email
Dec 26, 2008
6:01 am
18173
Listed below is a sample program I downloaded from either here or another Xbasic site. It is supposed to position the cursor at various points, but as near as...
ccearnheart
Offline Send Email
Dec 30, 2008
6:48 pm
18174
Hi People, I am writing a program to test an algorithm. The program is atached and it through s an error at the WRITE [fileNum], outVar[i] statement the error...
Kerry Miller
n0wiq49
Offline Send Email
Dec 30, 2008
10:20 pm
18175
... and ... .extent ... altered program ... declared func ... other functions ... Func (args) ... (args) ... or constant ... ...
cw2008can
Offline Send Email
Dec 31, 2008
5:24 am
18176
Under FUNCTION Entry () I think fileNum is misspelled as file Nun.   Didn't try it.   Chuck ... From: Kerry Miller <n0wiq@...> Subject: [xbasic]...
C.H. Earnheart
ccearnheart
Offline Send Email
Dec 31, 2008
11:00 am
18177
I have been experimenting with a graph drawing program, which actually works quite well! To print it out I had to use the screen capture process, and then...
david.t777
Offline Send Email
Dec 31, 2008
12:10 pm
18178
Read at http://en.wikipedia.org/wiki/Mathematical_joke Why do real Xbasicers confuse Christmas and Halloween? ...Because 25.0 == 0o31 (dec 25 == oct 31) Guy...
Guy Lonne
guy_lonne
Offline Send Email
Dec 31, 2008
5:48 pm
18179
If you click on the blue portion (at the top)of the console window you will see that the cursor is positioned on the correct text line. Don't click on the grey...
old2newbie
Offline Send Email
Jan 1, 2009
12:57 am
18180
... XBasic can do graphics to any size limited only by the amount of memory your computer has. The size or resolution of your monitor limits the amount or...
cw2008can
Offline Send Email
Jan 1, 2009
4:30 am
18181
Hi group, I am a veritable novice with xbasic but I think it would be nice to be able to print function code either to the printer or to a file from the PDE....
Kerry Miller
n0wiq49
Offline Send Email
Jan 1, 2009
9:59 pm
18182
hi Kerry, printing direct to your printer requires going thru some hoops(i never tried it), but if you just highlight your function code then click on edit...
Albert Masi
barre_mill
Offline Send Email
Jan 1, 2009
10:57 pm
18183
For Albert, I already new I could open a file.x file with a text editor hi light the text I wanted to print and do it that way. What I hadn't thought of was ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 2, 2009
10:38 pm
18184
... Dear CW, Thank you for the advice about printing images. However, my query is not about the maximum SIZE of a printable image, but the screen resolution....
david.t777
Offline Send Email
Jan 3, 2009
3:44 pm
18185
... Windows doesn't really like it if a program tries to change the screen reolution. It isn't impossible, video games and media players do that if necessary,...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 3, 2009
4:09 pm
18186
... actually ... effective. ... maximum ... finding a ... why not ... screen reolution. It isn't impossible, video games and media players do that if...
david.t777
Offline Send Email
Jan 3, 2009
4:23 pm
18187
... Old DOS versions of BASIC actually did allow you to change the resolution, but in DOS your program was the only thing running so it really didn't matter. ...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 3, 2009
10:43 pm
18188
It is possible to print images directly from XBASIC Using the XPR Library add-on I have been trying to draw various maps based on grid coodinates. In the hope...
chrstoff
Offline Send Email
Jan 7, 2009
4:03 am
Messages 18159 - 18188 of 18188   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help