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.

Messages

  Messages Help
Advanced
Messages 8611 - 8642 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8611
I have executables in Basic which I need converted to source code. Plz assist thanks e-mail:obiwanp@......
obiwanp
obiwanp@...
Send Email
Jan 1, 2002
3:12 pm
8612
... Ok, I'll sync the 6.2 and 6.3 branch and I'll release 6.2.2 in the next few days. CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Jan 1, 2002
3:58 pm
8613
... Which BASIC? QB there is probably such a thing for (within limits - as symbol names aren't stored in the program the names assigned to variables would be...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 1, 2002
6:14 pm
8615
I am trying to figure out how to get a help file set up that is accessed when the right mouse button is pressed. "Hint string" works fine but I don't know how...
jsonnentag
Offline Send Email
Jan 4, 2002
12:07 am
8616
The default path is the same as the current path, you may want to include the full path to your file just to be safe. Though we may wish to add a function to...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 4, 2002
12:38 am
8617
Hi guys Has anyone developed their own xbasic context/subcontext menus (in a gfx grid)? I was in need of such a menu system so i developed my own. Now i am in...
mapei_mapei
Offline Send Email
Jan 4, 2002
7:12 pm
8618
... It looks pretty neat... AFAIK there are not any published context menu's other than what is in the toolbox. Though it is not hard to design a window that...
Vincent Voois
vvacme
Offline Send Email
Jan 4, 2002
7:24 pm
8619
well this is kind of like how i am doing i. at the minute my menu(s) is limited to a single buffer gfx grid. the menu is drawn each time if #mousedown=#help...
mapei_mapei
Offline Send Email
Jan 4, 2002
8:55 pm
8620
... Steve, I've been out of town for a few weeks so I've not been able to follow up on this. What I found was that this function is not declared in xb.def so ...
David Szafranski
xbtools
Offline Send Email
Jan 4, 2002
9:03 pm
8621
I finally figured out that the following lines will make things work: XstSetCurrentDirectory (@"c:\XBasic Work") XuiSetHelpFile (grid, #SetHelpFile, 0, 0, 0,...
jsonnentag
Offline Send Email
Jan 4, 2002
9:36 pm
8623
Try calling 'XstGetCurrentDirectory (dir$)' right after load up, it should point to the path of your program. If called from within the XB IDE it will point to...
mapei_mapei
Offline Send Email
Jan 4, 2002
9:51 pm
8624
do not run this program, it seems to be a virus. i checked thru it via a hex editor. there seems to be alot of inet function calls inside plus a few email...
mapei_mapei
Offline Send Email
Jan 4, 2002
9:58 pm
8625
i use 'XuiSendMessage (#image, #SetCursor,#cursorCrosshair, 0, 0, 0, 0, 0)' to set the cursor type of my 'area' can i also set its colour? also, how can i...
mapei_mapei
Offline Send Email
Jan 4, 2002
10:22 pm
8626
... That is how I found out the default directory was set to "c:\" ... of ... Well, that was entertaining. . . . This: XstGetCommandLineArguments...
jsonnentag
Offline Send Email
Jan 4, 2002
10:38 pm
8627
XstGetCommandLineArguments (@argCount, @argv$ []) FOR pos==UBOUND(argv$[]) PRINT pos,argv$ [pos] NEXT pos Mike ... it ... the ... is ... of ... things ... to ...
mapei_mapei
Offline Send Email
Jan 4, 2002
10:46 pm
8628
sorry that should be, FOR pos=0 TO UBOUND(argv$[])-1 .. .. ... up, ... be ... things ... guess ... that ... the ... (or ... used ... is ... if ... to ... with...
mapei_mapei
Offline Send Email
Jan 4, 2002
10:53 pm
8629
... Confirmed. McAfee identifies it as the W32/Nimda.gen@MM virus. CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Jan 4, 2002
11:05 pm
8630
... 0, ... colour? ... as ... Try a #SetColorExtra message: XuiSendMessage (grid,#SetColorExtra,cursorColor,-1,-1,-1,0,0) This works with XuiTextArea grids, at...
xbkpm2
Offline Send Email
Jan 5, 2002
1:21 am
8631
On Fri, 04 Jan 2002 22:38:32 -0000 "jsonnentag" <jsonnentag@...> ... Of course it did. You need a FOR loop to print array contents, otherwise you're just...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 5, 2002
4:45 am
8632
You can also set the current directory in your Windows shortcut. I use my old C:\xb directory (from XBasic 6.0022) as my work directory, just had to rename...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 5, 2002
4:45 am
8633
Hi, Just installed Xbasic for Win. I use an external editor to write my programs and for this I need to know: a)How possible to compile and execute (run) a...
ccollavin
ccollavin@...
Send Email
Jan 5, 2002
5:35 pm
8634
... To compile from the command line just do the following: xb mysource.x nmake -f mysource.mak ... Do you refer to the XBasic console window in your second...
Vincent Voois
vvacme
Offline Send Email
Jan 5, 2002
6:01 pm
8635
On Sat, 05 Jan 2002 17:35:14 -0000 "ccollavin" <ccollavin@...> ... Compile: requires two steps Generate assembly file, *.mak file, etc: xb filename.x...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 5, 2002
6:09 pm
8636
How would you like to get a FREE Advert free website hosted at www.rapidq.net in a sub domain for free, with unlimited webspace. Get the main xbasic people to...
rapidq11
Offline Send Email
Jan 6, 2002
7:54 am
8637
I'm having problems loading multiple bitmap images into memory. I can't find a proper way having them loaded all into memory without getting "Operating System"...
Vincent Voois
vvacme
Offline Send Email
Jan 6, 2002
10:00 am
8638
... Seems a nice idea for another download mirror to get XBasic maybe even a good point of redirection for www.xbasic.com. Speaking about xbasic.com (.net,...
Vincent Voois
vvacme
Offline Send Email
Jan 6, 2002
10:32 am
8639
Generally - if you use ATTACH to put images into an array, you'll have to use ATTACH to access them. That would seem to be the best approach. And of course,...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 6, 2002
12:45 pm
8640
Thanks, i've come a little further... Your solution works for as long as windows remain visible but everytime i overlap them i have to resend the image back to...
Vincent Voois
vvacme
Offline Send Email
Jan 6, 2002
2:30 pm
8641
What you need is a buffer, or equivalently set the image into an invisible grid (an XuiImage grid) and then set that grid as the image source. Any time you do...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jan 6, 2002
3:43 pm
8642
Just been looking into some strange behaviour regarding the #WindowMaximixed message, and found the following line in xui.x, FUNCTION XuiWindow(), SUB...
xbkpm2
Offline Send Email
Jan 6, 2002
4:22 pm
Messages 8611 - 8642 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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