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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 13728 - 13758 of 17968   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13728
... (snip for bandwidth) ... I had suspected that the numbers were only labels, I hadn't realised that the words (XuiLabel etc) were just labels in this...
cr
cr2003nz
Offline Send Email
Jul 1, 2004
11:07 am
13729
... The labels don't actually tell XBasic anything. Hopefully they tell the programmer (you) something ... ... Keep in mind, a keyboard monitor monitors all...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 1, 2004
1:15 pm
13730
Hi, When run assembly in the PDE, it only generates .def and .s. Why I don't get the .mak for standalone executable creation? Thanks...
smesterj
Offline Send Email
Jul 1, 2004
6:33 pm
13731
... From: "smesterj" <smesterj@...> To: <xbasic@yahoogroups.com> Sent: Friday, July 02, 2004 4:32 AM Subject: [xbasic] where is the .mak ... Probably...
Vic Drastik
vicdrastik
Offline Send Email
Jul 1, 2004
11:26 pm
13732
... (snips for badnwidth) ... OK, though if I've opened it as a modal window it shouldn't be possible for any other window to be operating, as I understand it....
cr
cr2003nz
Offline Send Email
Jul 2, 2004
12:07 pm
13733
It happen with all the programs, compiling from the PDE or from DOS. I'm using Xbasic for Windows v6.2.3 running in W2K. This is my xbars.bat @ECHO OFF REM...
smesterj
Offline Send Email
Jul 2, 2004
1:09 pm
13734
When you look at your XBasic directory, do you have a folder in it named templates? In that folder there should be a file named xapp.xxx which is a template...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 2, 2004
2:47 pm
13735
... Certainly, but your monitor routine - or rather monitors in general - doesn't require that the window is modal. ... I don't see where you'd be getting a...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 2, 2004
2:47 pm
13736
The makefile template is there in the templates folder (xapp.xxx). In the Windows explorer it shows Size 1KB,modified 4/18/2000 1:14am. In the Properties shows...
smesterj
Offline Send Email
Jul 2, 2004
3:08 pm
13737
Is it there but you're not seeing it? Normally Windows will hide the extension on "known" types. If you have some other program that uses files with the same...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 2, 2004
4:50 pm
13738
Steven, I have windows set to show all files and do not hide extensions. DIR from the command prompt only shows .s and .def. Doing a search in the whole...
smesterj
Offline Send Email
Jul 2, 2004
5:08 pm
13739
Thanks Steven I finally got it, reinstalling Xbasic was the solution. ... with ... that ... be ... and ... and ... -- ... --...
smesterj
Offline Send Email
Jul 2, 2004
5:25 pm
13741
Hi ! I'm slowly getting famliar with GUI programming in XBasic. It is a nice hobby. When I was a student, a friend who was studying computer science told me...
julienrouiller
Offline Send Email
Jul 2, 2004
11:54 pm
13742
huh? If this about my trying out compilers? ... __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! ...
Chris Evans
l42parallaxnet
Offline Send Email
Jul 3, 2004
1:26 am
13743
It's about someone who subscribed to the list and didn't read down far enough to know how to unsubscribe. It happens periodically. Vic may have already removed...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2004
11:25 am
13744
On Fri, 02 Jul 2004 23:53:57 -0000 "julienrouiller" ... In #TextEvent messages you know what key was pressed, and can either cancel processing (as in, letters...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2004
11:25 am
13745
... From: "Steven V Gunhouse" <sgunhouse@...> To: <xbasic@yahoogroups.com> Sent: Saturday, July 03, 2004 9:17 PM Subject: Re: [xbasic] Re: where is the...
Vic Drastik
vicdrastik
Offline Send Email
Jul 3, 2004
1:06 pm
13746
On Sat, 3 Jul 2004 23:02:25 +1000 "Vic Drastik" <vicdrastik@...> ... I recognize at least one spammer there, probably several though. Virusguard...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 3, 2004
2:44 pm
13747
... Well, XuiSendMessage (grid, #GetKidNumber, @kid, 0, 0, 0, 0, 0) returns a value kid = 521 (or whatever) rather than kid = 6 or whatever which is what...
cr
cr2003nz
Offline Send Email
Jul 4, 2004
8:48 am
13748
... a ... grid ... resolution ... by ... in ... more ... but ... (s) ... either ... them (if ... I have lost my shortcut to the help page where the arguments...
julienrouiller
Offline Send Email
Jul 4, 2004
10:17 am
13749
... I'm talking about in the code. #GetKidNumber normally calls XuiGetKidNumber, which reads ' ' ' ################################ ' ##### XuiGetKidNumber ()...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 4, 2004
10:25 am
13750
On Sun, 04 Jul 2004 10:17:15 -0000 "julienrouiller" ... I'd have to see your window code, specifically the #Create (or #CreateWindow) routine. Ideally, when...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 4, 2004
11:03 am
13751
... look ... Hi Steven, Thanks a lot for your help, specially about #MonitorKeyboard messages. For #TextEvent, I'm not sure I fully understood what you mean. I...
julienrouiller
Offline Send Email
Jul 4, 2004
9:10 pm
13752
On Sun, 04 Jul 2004 21:10:04 -0000 "julienrouiller" ... You notice how you have lines like ... XuiDropBox (@g, #Create, 64, 16, 256, 24, r0, grid) ...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 5, 2004
3:48 am
13753
... that when a callback message occurs your code should see the correct value for kid indicating which kid sent the message. So just check the value of kid in...
julienrouiller
Offline Send Email
Jul 5, 2004
9:16 pm
13754
On Mon, 05 Jul 2004 21:15:59 -0000 "julienrouiller" ... A #TextEvent only applies to a grid that accepts text input, true. Not certain why you'd need to tab...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 6, 2004
12:10 am
13755
(...) ... TAB key, the focus is transmitted to the CheckBox, but then it is "locked" on the TextBox : hitting the TAB key has no more effect. ... recognized by...
julienrouiller
Offline Send Email
Jul 6, 2004
6:49 pm
13756
On Tue, 06 Jul 2004 18:48:26 -0000 "julienrouiller" ... If you look at the source code, #SetKeyboardFocus actually calls #SetKeyboardFocusGrid and then...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jul 6, 2004
8:26 pm
13757
... It's kinda academic now since I've found another way around it, but putting this line in my 'TextList3Monitor' function (rewriting this into the code from...
cr
cr2003nz
Offline Send Email
Jul 7, 2004
5:38 am
13758
Does anyone know where I can get my hands on Kris Dawson's OpenGL lib, or something like it?...
Manfred von KrashKart
pukindog67
Offline Send Email
Jul 7, 2004
8:40 am
Messages 13728 - 13758 of 17968   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