What's the error and solution for these and other modal functions. The error doesn't occur EVERY time; but often, and seemingly only with a fresh start of the...
Excelent Philippe! I tested your program and it works fine! Need some comments how to use functions defined in sqlite.lib! I tested select,update,delete and...
For the first point : - read the sqlite.dec file, you will find all the original comments, or ask me to explain 1 function i use (i will not explain syntax for...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Mar 3, 2003 8:13 pm
11132
i'm french so sorry for my english ! I made a sample app to use devil (aka openil) from xbasic with it you can load a lot of graphic format : jpeg png tif psd...
Hi, For a few days, I try to solve this problem : protecting parts of memory until the application end. Don't worry if you have not understanden what I mean,...
Hi Gang, I made a few mods to the programming documentation. 12 pages have been changed to be exact. I myself am just learning the program so I do want to...
What function will turn off the cursor and text input of the text line in the XuiListBox and still permit selection messages and redraw. Don't want to #Disable...
Easy answer ... XBasic arrays do not need to be rectangular. You can define a region to be an array, and then just ATTACH polygon arrays to it as necessary....
XBasic is extremely case-sensitive - everything must be "properly" capitalized. For keywords, that means all caps. If you were to write "for" somewhere, XBasic...
Hi Philippe! Scuse me, The database on I worked with your sample was opened in the same time by the explorer (delphy sample) and that was wy I can't have...
... presume. We ... the ... yes? ... are 200 ... anyway. ... function ... there ... That way of doing it makes sense in theory, but it doesn't work in practice...
Steven, Thank you very much for your answer. Before posting my question, I really hesitated: would someone have the patience to read it ? You did. Thank's. I...
... Works fine for Win32 programs. Call it like this: RtlMoveMemory (&Dest, &Source, bytes) Make sure you have IMPORT "kernel32" in your PROLOG. ciao, D....
On Thu, 06 Mar 2003 20:52:10 -0000 "julienrouiller" ... I used to be a teacher, I have a lot of patience. ... Virtual memory is an OS function, not directly...
David, Thank you for your answer. I am very happy to learn that RtlMoveMemory() works fine with Xbasic (of course for WIN32 programs), since UBYTEAT(),...
I trie to use graphics designer functions to make an application (i think i don't need xui functions), but i can't get mouse message and i don't understand...
On Mon, 10 Mar 2003 19:56:10 -0000 "philippe_brangier" ... Long time ago (you'd have to search the archives) it was discovered that grids of type 0 or 1 don't...
Hi, this lines, between: Schnipp-Schnapp :-) in xgr.x Function: "SystemKeyStateToKeyState (message, keysym, sstate, time, state)" brings the Alt Gr Keys...
moellersh@...
Mar 11, 2003 10:45 am
11150
I'd have to see what it does with a standard US keymap, where Alt Gr is usually interpretted as Alt. Ideally, it should do nothing on my system, since I have a...
Hi, I am a wet-behind-the-ears newbie to XBasic, though I am not at all new to programming, and I would very much appreciate help with my problem. I need to be...
Do you want to do it yourself, or have XBasic do most of the work? There's a function named XstFindFiles that we discussed recently that can recursively list...
Why don't you just use some Gui designer functions?? The following message contains an example. It is in a .zip file (bmp image included) format. Images are...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Mar 12, 2003 6:20 am
11155
Hi Steven, ... Naturally, the latter <G>. ... Do I get to know what each item is; i.e. whether it is a file or directory (or symlink etc.)? Secondly, does...