... (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...
... The labels don't actually tell XBasic anything. Hopefully they tell the programmer (you) something ... ... Keep in mind, a keyboard monitor monitors all...
... From: "smesterj" <smesterj@...> To: <xbasic@yahoogroups.com> Sent: Friday, July 02, 2004 4:32 AM Subject: [xbasic] where is the .mak ... Probably...
... (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....
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...
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...
... 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...
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...
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, 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...
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...
huh? If this about my trying out compilers? ... __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! ...
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...
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...
... From: "Steven V Gunhouse" <sgunhouse@...> To: <xbasic@yahoogroups.com> Sent: Saturday, July 03, 2004 9:17 PM Subject: Re: [xbasic] Re: where is the...
... 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...
... a ... grid ... resolution ... by ... in ... more ... but ... (s) ... either ... them (if ... I have lost my shortcut to the help page where the arguments...
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...
... 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...
... 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...
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...
(...) ... 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...
On Tue, 06 Jul 2004 18:48:26 -0000 "julienrouiller" ... If you look at the source code, #SetKeyboardFocus actually calls #SetKeyboardFocusGrid and then...
... 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...