As mentioned in the other post, you should be using XuiSendStringMessage ... with the message quoted and preceded by an "@" character. ... -- Steve Gunhouse...
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...
How do you step through a program? ... From: cw2008can <cw2008can@...> Subject: [xbasic] Re: Vertical Positioning In Console To: xbasic@yahoogroups.com ...
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...
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...
... 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...
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...
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. ...
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...
... 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...
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...
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...
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...
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...
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...
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...
... 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...
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....
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...
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 ...
... 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....
... 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,...
... actually ... effective. ... maximum ... finding a ... why not ... screen reolution. It isn't impossible, video games and media players do that if...
... 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. ...
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...