Hi People, I have two computers both loaded with FC 10. I am playing with the command error = XstGetCurrentDirectory (@ directory$ ). I have written a simple...
Hi People, I have been reading about the XuiList window kid. I need more explicit information for putting information into the list UBYTE a(10) to XuiList ...
Hi People, I modified some window code and gave it a new name. See the attached for my experience. I miss being able to copy sections of code from the PDE to...
Hi People, I have been experimenting with making my own windows. I have created the attached window, It has a problem I haven't been able to discern, it...
Hello, Is there a way to to prevent the user from resizing a window with the mouse while at the same time allowing the program to resize the window? I allow...
DIM InString$[80] creates an array of 80 strings, not one string with 80 characters. InString$ = NULL$(80) would create a string of 80 NULL characters. On...
XstGetCurrentDirectory returns the directory XBasic is currently "in" (not the executable, but within its own invisible xterm if you will). XBasic's directory...
... Where's the rest of it? There's nothing in there which determines what the window does when you close it, so we need to see your code function. -- Steve...
Hi People, Is there a way to make a window position relative to another window? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
1. Get position of window 1 2. Get position of window 2 3. Set position of window 2 based on the position of window 1 XgrGetWindowPositionAndSize(window1, @x,...
I figured it out. Commenting out the window properties specifing min and max width and height takes care of it. What was happening was, if the user resized...
Hi People, Perhaps I expect too much. I have two pieces of data I would like to display periodically I have tried to do this in the entry loop with a timer to...
Adding a XgrProcessMessages()like in the DO....LOOP block of the Entry() function in your own iterative events may resolve problems with GUI artifact behavior,...
Hi Group, I have been trying to reason a timer that would start after the GUI is drawn and be periodic after that and I am having trouble with the thought...
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
Mar 4, 2009 10:36 pm
18362
Hi all, I just uploaded my big XBasic project. It is a database tool and form designer similar to Access (actually modelled on GeoFile for PC GEOS, if any of...
Hi, I personally would like more detail about where you put the uploaded file, I am fairly new yahogroups and mostly use it to exchange thought with other...
You can download SidBace which i wrote in XBasic: http://gnetools.sourceforge.net/sidbace/sbsource.zip It is a simple database tool that collects data from the...
Thank you Vincent, I had understood about the entry program adjustment for using a timer. Thank you for the timer you wrote and were willing to share. I will ...
Hi Group, I run Linux with X windows, to manage multiple XBasic projects I open a terminal window for a command line. Then I execute a the cd command to ...
'Something' is corrupting strings in my parts-tracking program. It is, in fact, writing bits of program code into them, which is highly disconcerting. In...
Hi list, some follow ups. Since I tried the rtfm step (yes, I fgoogled it and actually found a whole 5 lines of documentation) I thought that there might have...
Hi list, I am trying to install xbasic on a Debian testing box. I tried the obvious "cp /; sudo tar -xvzf xblinux.tar.gz" but I got errors starting the ide up...
Hi Group, I have a question about XstStartTimer. I have a situation in my program, a read data, that will cause the program to stop functioning if there is no...
Hi, I don't think what you want to do is possible in the PDE. However, I encountered similar kinds of string weirdness recently. The cause was, I was passing...