Search the web
Sign In
New User? Sign Up
xbasic
? 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 18181 - 18210 of 18796   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
18189
Hi Group, On the issue of readability: I am using a SHELL() command and the level of control I need for the shell command makes a long line. is there ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 9, 2009
1:04 pm
18190
... I don't recall exactly ... seems to me that XB will merge lines that end in an underline. Not a great answer as it occurs when you load the program, if you...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 9, 2009
1:11 pm
18191
Thank you Steve. I think I have a question. The other editors you mention I seem to remember a / or \ that has been used in the display to indicate the line...
Kerry Miller
n0wiq49
Offline Send Email
Jan 9, 2009
2:13 pm
18192
Hi Group, I am writing a program that I want to repeat a command for as long as the program is running. I am writing a GUI program and I have the question of...
Kerry Miller
n0wiq49
Offline Send Email
Jan 9, 2009
6:52 pm
18193
... Some languages, ... well, actually, XBasic and C both use \ as a string escape character. But XBasic was Max's version of QBASIC, while it recognizes \ as...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 9, 2009
8:13 pm
18194
I have the situation that I need to check the serial bus for activity before I send data to it. If I open it or have it open and do a read ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 11, 2009
12:30 pm
18195
... Hmm ... Linux, yes? Maybe check the size of the file first? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 11, 2009
8:08 pm
18196
Steve, I don't think there is a file size on serial port IO. Yes it Linux but serial IO is on a as data is passed through a UART. Most serial data transfer...
Kerry Miller
n0wiq49
Offline Send Email
Jan 11, 2009
8:35 pm
18197
Usually you need to define a buffer first to allow reading data into a string. So if you want to read binary data from a serial port, you need to insert some...
Vincent Voois
vvacme
Offline Send Email
Jan 11, 2009
10:17 pm
18198
To Vincent, I am sorry, I don't see the connection between using a serial bus which usually has a buffer and checking the serial bus for activity before I ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 12, 2009
12:19 am
18199
I'm sorry, My mistake, i thought you wanted to probe the line for data activity instead of probing the port for its status. If the serial bus is busy on a...
Vincent Voois
vvacme
Offline Send Email
Jan 12, 2009
8:23 am
18200
For Vincent, I am using Xbasic on Linux Fedora Core 10 x86_64. The OPEN command The open command should still be fileNum = OPEN("fileName$, $RW). fileNum is...
Kerry Miller
n0wiq49
Offline Send Email
Jan 12, 2009
1:32 pm
18201
I have a copy of the XBasic manual on my computer. I have been trying (for hours) to find out how to use a dropbox XuiDropbox, I am tired of looking. How do...
Kerry Miller
n0wiq49
Offline Send Email
Jan 13, 2009
6:57 pm
18202
Hi People, After some research I have discovered that my XuiDropBox doesn't appear to cause an event in the program to make the choice. Looking for ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 14, 2009
1:10 pm
18203
Go to the "Demo" folder of XBasic and locate the file "tdropbox.x". This one will demonstrate you how to use a separate dropbox and how the message is being...
Vincent Voois
vvacme
Offline Send Email
Jan 14, 2009
2:28 pm
18204
To Vincent, Alas: tdropbox.x doesn't run in my XBasic 6.0.3 on Linux. It gives me the same reaction. There doesn't seem to be an event from the drop box to...
Kerry Miller
n0wiq49
Offline Send Email
Jan 14, 2009
3:33 pm
18205
64-bit Linux gives headaches to a lot of Linux users as the majority of applications written for Linux are still 32-bit based and require various 32-bit...
Vincent Voois
vvacme
Offline Send Email
Jan 14, 2009
4:34 pm
18206
Hi Gang, I have three computers running Fedora Core 10 loaded with XBasic. My main computer is the Fedora Core 10 X86_64 loded from ...
Kerry Miller
n0wiq49
Offline Send Email
Jan 14, 2009
5:44 pm
18207
... Pretty much all of the popular FOSS applications (everything but XB it seems) work fine on 64 bit Linux, there really isn't much in the way of 32 bit only...
bestonnet_00
Offline Send Email
Jan 14, 2009
7:36 pm
18208
... What are you expecting it to do? Trying to see if maybe you're misunderstanding what it is ... you see that command box in the PDE? That's an XuiDropBox -...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 15, 2009
2:06 am
18209
It depends, the tdropbox source also shows a message box that displays the messages that are generated (it is the most clear way to quickly test if the event ...
Vincent Voois
vvacme
Offline Send Email
Jan 15, 2009
9:22 am
18210
For Vincent, I looked at the code for tdropbox.x and and could see what it was supposed to do and yes it was supposed to put a message in a message window as...
Kerry Miller
n0wiq49
Offline Send Email
Jan 15, 2009
1:14 pm
Messages 18181 - 18210 of 18796   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