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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 18343 - 18372 of 18954   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18343
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 1, 2009
5:47 pm
18344
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 ...
Kerry Miller
n0wiq
Offline Send Email
Mar 1, 2009
6:43 pm
18345
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 2, 2009
11:33 pm
18346
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 3, 2009
4:17 pm
18347
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...
cluvius2000
Online Now Send Email
Mar 3, 2009
4:49 pm
18348
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...
cluvius2000
Online Now Send Email
Mar 3, 2009
5:54 pm
18349
XstGetCurrentDirectory returns the directory XBasic is currently "in" (not the executable, but within its own invisible xterm if you will). XBasic's directory...
cluvius2000
Online Now Send Email
Mar 3, 2009
5:59 pm
18350
I finally thought of the term I was trying to think of. It's XBasic's working directory. ... written ... with ... the...
cluvius2000
Online Now Send Email
Mar 3, 2009
6:19 pm
18351
... 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...
Steve Gunhouse
sgunhouse
Offline Send Email
Mar 3, 2009
8:40 pm
18352
Copy in XB works with the old Microsoft keycombo: CTRL-Ins...
Vincent Voois
vvacme
Offline Send Email
Mar 3, 2009
8:57 pm
18353
FUNCTION TestyCode (grid, message, v0, v1, v2, v3, kid, r1) ' $Testy = 0 ' kid 0 grid type = Testy $XuiTextLine764 = 1 ' kid 1 grid type...
Vincent Voois
vvacme
Offline Send Email
Mar 3, 2009
9:03 pm
18354
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 4, 2009
2:24 pm
18355
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,...
cluvius2000
Online Now Send Email
Mar 4, 2009
3:06 pm
18356
Bump... Anyone have any ideas on this?...
cluvius2000
Online Now Send Email
Mar 4, 2009
3:07 pm
18357
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...
cluvius2000
Online Now Send Email
Mar 4, 2009
4:57 pm
18358
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 4, 2009
8:32 pm
18359
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,...
Vincent Voois
vvacme
Offline Send Email
Mar 4, 2009
8:54 pm
18360
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 4, 2009
9:19 pm
18361
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
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...
cluvius2000
Online Now Send Email
Mar 4, 2009
10:41 pm
18363
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 5, 2009
1:08 am
18364
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...
Vincent Voois
vvacme
Offline Send Email
Mar 5, 2009
10:42 am
18365
Just to give some detailed info about the timer specific handling, here are your clues: Entry() DO ' the message loop CentralCEO () ...
Vincent Voois
vvacme
Offline Send Email
Mar 5, 2009
10:50 am
18366
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 ...
Kerry Miller
n0wiq
Offline Send Email
Mar 5, 2009
1:58 pm
18367
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 ...
Kerry Miller
n0wiq
Offline Send Email
Mar 5, 2009
2:27 pm
18368
'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...
cr
cr2003nz
Offline Send Email
Mar 6, 2009
7:19 am
18369
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...
Marco Ferretti
ferretti75
Offline Send Email
Mar 6, 2009
10:21 am
18370
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...
Marco Ferretti
ferretti75
Offline Send Email
Mar 6, 2009
10:22 am
18371
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...
Kerry Miller
n0wiq
Offline Send Email
Mar 6, 2009
1:57 pm
18372
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...
cluvius2000
Online Now Send Email
Mar 6, 2009
2:59 pm
Messages 18343 - 18372 of 18954   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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