Hello this GemmOne... The best place to ask someone a question like the one you are asking is go to a Hackers Chat Room and ask them. They can tell you which...
On Sat, 31 Jan 2004 15:09, cr wrote: Further addition - and sorry for any misleading information in my original message. By experimentation, I've found that...
cr
cr@...
Feb 1, 2004 8:49 am
12909
... I don't have enough time available to commit myself to that, but I'm willing to give you advice (free) (either on the list or privately if too off-topic). ...
Many thanks to all who responded to my inquiry regarding running XBasic via X11. I know have several avenues for research and will pursue them. Thx. again. ...
On Sun, 1 Feb 2004 12:15:23 +0100 Eddie Penninkhof <wizball@...> ... Cygwin currently has an implementation of X and most of that other stuff, of course...
XBasic does respond on #KeyDown events. Check the source, do you see any #KeyUp events? They are available, but they aren't used. Do remember, Windows will...
Hi, I think that there is 2 typos: after: SUB WindowCompany r14 should be r1$ and the same after SUB WindowJob This has probably been reported, but I thought I...
I have some experience with Quick Basic 4.5, but I want to start using a Windows based interpreter/compiler. Xan someone please point me to a reference book or...
Hi: Try the following, but working with the demo programs is a great way to learn, also going back over previous posts at this site. And this is a very friendy...
Hello again: My FileList for Windows is comming along, and I have the graphical interface working. I am viewing all file types including system and hidden, and...
I can't explain the files (if they are files), but I can explain the date. 1/1/1601 is the earliest legal date in Windows (as opposes to 1970, which was the...
Thanks. I have it and I think that it will be a great help. ... From: old2newbie To: xbasic@yahoogroups.com Sent: Sunday, February 01, 2004 8:14 PM Subject:...
I think the problem here is that your keyboard monitor function does not distinguish between KeyDown and KeyUp messages. When you press the Enter key to close...
How to capture keyboard events into console? HTML help says me to use INP() function, but I donīt found it. How to do same into GUI app? Using easygui.x...
... Hi Steven: As I have come to expect, from previous questions, and from just lurking this site, you are right on the money again. I had forgotten to REDIM...
... I do try. Sometimes you just have to know what things mean - in this case, that 1/1/1601 is 0 time for Windows - to grasp the significance. Once you have...
... I have no experience of Lisp (though I have been looking at LOGO and NetLogo) (subsets of Lisp) and have never written anything in Visual Basic. Better...
Hi everyone, Seems like I remember some talk here about using XBasic on PDAs. I have a few questions at any rate. What are the screen display sizes for the...
XBasic only works on Intel processors and compatibles, PDAs generally use other processors. Unless you have some sort of an emulator, an XBasic program won't...
... aligned ... than if ... of ... you ... Sorry for bothering you again, but I wrote I can modify the file record, but on the contrary I cannot! So the only...
On Tue, 03 Feb 2004 18:49:54 -0000 "paolo_fiore62" <fiore62@...> ... You can READ it, if you do so as parts. Or just load it as a string and copy it, piece...
... same ... something of ... Dunno why, but the "advanced" one seems the nicest ;) I really like to assign all variables in one shot only and not to set each...
Hi again Steven and the Xbasic community: I will be happy to share my FileList for windows program, but soon? Still have a few things to do, and more testing...
Thanks. Yes, I'd figured what was happening, but not the cure for it. That line of code works perfectly. A couple of other data input windows are now...
cr
cr@...
Feb 4, 2004 9:45 am
12935
... Has xbasic "macrofunction" as (w/ both the above TYPEs): set REC_B = corresponding REC_A for setting in one shot all (two in the example) corresponding ...
On Wed, 04 Feb 2004 17:45:32 -0000 "paolo_fiore62" <fiore62@...> ... No, not that it matters here since we've already said that you can't get REC_A anyway....
The documentation doesn't report any keyword for starting an array from 1 like using "option base 1" onto quickbasic. Have I any way for doing it? And just to...