... You can write your application in any (compiled) language you want; the scripts are interpreted by the interpreter you link (statically or dynamically)...
Need some more input to see if I'm thinking correctly about redrawing grids. Grids must be redrawn often. That's Xbasic. But I seem to be having a headache...
On 1 Jan 2003 at 16:45, Eddie Penninkhof wrote: <snip> ... That could be a problem. I haven't decided on licencing yet so I'll leave that idea for the...
... On Linux you'd need to use dlopen/dlsym/dlcose (see 'man dlopen'). However under Linux XBasic seems to have a problem with shared libraries; according to...
... That makes the job kinda difficult, shared libraries under Linux would be essential to the project. Oh well, I guess it's Delphi/Kylix then :-( Thanks for...
I know very little programming and I haven't done any programming for a few years so it's back to having no programming skills. Anyway, I'm a total newbie and...
I would also recommend cutting your teeth on a basic interpreter or compiler that has a simpler interface, in order to focus on the language. Use qbasic or go...
Discussing XBASIC related issues: http://www.ceruleanstudios.com/trillian/index.html If you have Yahoo Messenger (YIM) you can contact me instantly through my...
Xresizer is a program that will insert code into your GUI designer function (SUB Resize), to enable any kid (ListBox, PushButton, TextArea, etc.) to increase...
Get and Put Maybe these functions will help beginners, translating programs from Vbasic,Gwbasic etc. They will GET or PUT directly whichever Record you wish,...
Does XstCopyFile support filenames with wildcards (filename.*). Can't seem to find a way for that to happen. Also, came across XstCopyDirectory but can't find...
No, XstCopyFile just copies the specified source file to the specified destination file. No wildcards, though it does do parameter expansion. XstCopyDirectory...
Hello! 1) I would like to know something about traping the keyboard events in a window (not the GUI window, but the one I made using Xgr). How can I get...
... From: <shane@...> To: <xbasic@yahoogroups.com> Sent: Monday, January 06, 2003 5:17 PM Subject: [xbasic] A bad place for a total newbie. ... Look...
Hello. i once read many moons ago on this list that non xbasic programs (ie other compilers like c/c++) would have diffculty accessing xbasic dll's due to its...
... for ... few ... function) ... as well as vic's links also try his site at: http://gnetools.sourceforge.net/xbsupport/index.html and ken's site at: ...
On Thu, 09 Jan 2003 22:04:25 -0000 "Michael McE. <mapei_@...>" ... The issue is anything involving strings or arrays - dynamic memory. Simple variables...
Dear all, As you can see in subject I cannot type any of the 'altgr' characters. I use a latin-9 keymap with a french layout and every is working fine in an...
Oh Dear Oh Dear I found out what was wrong!!! I had followed a link to a .tgz file only it was for an ancient version of xbasic!!!!!!!!! Deleted it and...
... On most keyboards, all of the above are standard keys ... "AltGr" is just the right Alt key in a US keymap. Since XBasic actually detects that the Alt key...
I was going to ask that ... an old version of XBasic didn't respond properly if NumLock was active, but we fixed that a couple of years ago. (The old one would...
... I do (like, I think, 90% of the people in Holland, although there does exist a 'dutch' layout with AltGr). But I do think we should fix this. We should...
... (ie ... to ... in ... encounter a ... header. ... only ... though ... is ... all ... XBasic's ... will use ... be part ... expect ... they ... any ... ...
Hello All, This is my first post as I just joined the group and I just started learning xbasic. I am interested in building an application on windows that...