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
Dec 4, 2009 8:44 am
18830
I don't see any secondary parameters being shipped inside the function foor further coordination, so which /SHARED/ variables do you use to keep track of whicn...
Hi Group, I have experienced an issue (to me anyway: I have written a function that defined a variable UBYTE buffer[255], from this function first I call...
Hi Group, I have been thinking about using a SHELL() command to print. I haven't resolved or read the man page for lp. At this time dumping the text to a...
The XPR library is currently not available on the files section either. I have no idea why. The generic way to send the data to the printer is to name the...
Kerry Far as I know, only in windows using the XPR library. I have used it for Windows. Unfortunately the Linux version lacks a lot of the windows features (as...
Hi Group, I have loaded a XuiTextAreaxxx with trxt data but I havent run across how to output this to a printer. Isthere a way? If so enlighten me please. --...
XstAbend was added for a reason, I believe Eddie added the function once in the core routines, but i have no idea for what purpose, but it was for something. ...
I'm currently just testing out OpenVPN which allows you to run scripts and executables. It depends on the exit code you submit, but there seems to be a large...
The following works fine for me on Linux using 6.3.4 PROGRAM "progname" VERSION "0.0000" IMPORT "xst" DECLARE FUNCTION Entry () FUNCTION Entry () home$ =...
Hi Group, I received the message below. It didn't seem to come through the xbasic YAHOO group. I had tried to reply with: If you are a member of xbasic...
Hi Group, Vincent, as frar as I know I have write prifilages to my own $HOME/fileName$. I haven't tried specifically this file but it is something I was going...
Which path are you trying to create the new file, does XBasic has write access to the path? (Perhaps it was necessary to execute the IDE as #sudo xb instead of...
Hello Group, Using /xbasic-6.3.4-linux-i386-20091112.tar.gz I was trying to open a new disk file fileNum = OPEN (filename$,$$WRNEW), fileNum came back <= 0....
I would not be bothered by submitting data larger than max. It then depends on how the values above should be interpreted:as no value (IF value > 500 THEN...
Hi Group, I took a look at the window code trying to understand what happens when the data exceeds the maximum value for the XuiProgress. The reason I have...
Hi Group, /xbasic-6.3.4-linux-i386-20091112.tar.gz I hate to be a nit picker but, when I open an existing window design to edit the text I have in the kid...
... Here is a small example to transform -200dB (Infinite) to 0 and 0 to 12dB I could have used EXP10() in the DbToLin function, but decided to go a bit...
... I'd guess that many people here do ... but you probably don't want to do that anyway. Signal strength has always been measured in decibels, which is a ...
Hello Group, First I want to say thank you for the xbasic upgrade it has allowed me to do some things I was having trouble with. My most notable upgrade was...
If you add debug lines around the S-meter to make them post results in the console... (Min, max and current for instance) What are the values that you get vs...
Hi Group, Running xbasic-linux-6.3.4 on my 32 bit lap top. I was able to make significant progress reading random data through my /dev/ttyUSBn port (finally)....
XBasic is 32 bit... Currently 32-compatability modes in the 64-bit Linux distributions are lousy supported. To get the 32-bit fontset libraries installed, you...