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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 18803 - 18832 of 18864   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date v
18832
Hi Group, Just when I think I have made an understanding something causes me to question my understanding. I use Fedora 11 with...
n0wiq
Offline Send Email
Dec 10, 2009
3:56 pm
18831
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
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...
Vincent Voois
vvacme
Offline Send Email
Nov 29, 2009
3:10 pm
18829
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...
n0wiq
Offline Send Email
Nov 29, 2009
2:15 am
18828
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...
n0wiq
Offline Send Email
Nov 29, 2009
1:44 am
18827
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...
Vincent Voois
vvacme
Offline Send Email
Nov 28, 2009
5:13 pm
18826
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...
David Silverwood
the_watchmann
Offline Send Email
Nov 28, 2009
10:27 am
18825
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. --...
Kerry Miller
n0wiq
Offline Send Email
Nov 27, 2009
7:12 pm
18824
Hi Group, I had a typing error in my file path. ... -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
n0wiq
Offline Send Email
Nov 25, 2009
2:14 am
18823
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. ...
Vincent Voois
vvacme
Offline Send Email
Nov 24, 2009
9:29 pm
18822
... I don't see a number being passed to XstAbend in your quote, that would need to be changed somewhere to fix this ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 24, 2009
9:24 pm
18821
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...
Vincent Voois
vvacme
Offline Send Email
Nov 24, 2009
9:13 pm
18820
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$ =...
Marc
cluvius2000
Online Now Send Email
Nov 24, 2009
2:51 pm
18819
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...
n0wiq
Offline Send Email
Nov 24, 2009
12:00 pm
18818
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...
n0wiq
Offline Send Email
Nov 24, 2009
11:46 am
18817
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...
Vincent Voois
vvacme
Offline Send Email
Nov 24, 2009
7:53 am
18816
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....
n0wiq
Offline Send Email
Nov 23, 2009
9:46 pm
18815
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...
Vincent Voois
vvacme
Offline Send Email
Nov 17, 2009
6:10 am
18814
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...
n0wiq
Offline Send Email
Nov 15, 2009
9:25 pm
18813
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...
n0wiq
Offline Send Email
Nov 14, 2009
3:39 pm
18812
... 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...
Vincent Voois
vvacme
Offline Send Email
Nov 14, 2009
12:44 am
18811
... 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 ...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 13, 2009
10:54 pm
18810
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...
n0wiq
Offline Send Email
Nov 13, 2009
10:08 pm
18809
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...
Vincent Voois
vvacme
Offline Send Email
Nov 13, 2009
8:19 pm
18808
Attempt number three: xbasic-6.3.4-linux-i386-20091112.tar.gz There should not be any LoadLibrary error messages. CW...
cw2008can
Offline Send Email
Nov 12, 2009
5:29 am
18807
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)....
n0wiq
Offline Send Email
Nov 11, 2009
10:28 pm
18806
Just wanted to say thanks. Thans exactly what I needed and my issue is resolved....
Mr Kite
mrkite_cincy
Offline Send Email
Nov 11, 2009
9:42 pm
18805
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...
Vincent Voois
vvacme
Offline Send Email
Nov 11, 2009
9:35 pm
18804
Hello Group, I installed /xbasic-6.3.4-linux-i386-20091111.tar.gz on my 32bit laptop. Now xbasic starts without any errors. I also installed...
n0wiq
Offline Send Email
Nov 11, 2009
5:57 pm
18803
Let's try again with xbasic-6.3.4-linux-i386-20091111.tar.gz CW...
cw2008can
Offline Send Email
Nov 11, 2009
5:44 am
Messages 18803 - 18832 of 18864   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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