Hi Don Your links were a big help, but in 'language.txt' there was "The intrinsics are described in detail in the reference manual." How do I find the...
... intrinsics are described in detail in the reference manual." ... Try here: http://www.maxreason.com/software/xbasic/xbasic.html If you click on "Xbasic...
How do I know who maintained the version of Xbasic that I have (Eddie or Max)? I have 6.2.3. There may be a time when I need to do something with Xbasic that...
... suitable ... give ... DLL ... it ... Yes! Thanks Jens. The link to XB Notes is a little hidden. Worth it to place directly on links link, I think. Now I...
Alpha Five has no affiliation with xbasic at all. It's a commercial RAD development package similiar to MS Access and Raining Data's OMNIS. The only...
Hello again! Now I need an interactive Gui window which will answer the question "Yes/No". But I've a new trouble: When I display the yes/no window, I can't...
If you are just starting out, C++ and Pascal and C are all pretty straightforward, even if they are somewhat mathematical in their structure. As you get...
... I think he means that he wants to perform a process or function somewhere else in the program based upon the answer that got returned. One of the problems...
Hi there, Has someone experience with child windows? The problem is the following : a main window contains other windows (in fact "View" windows), and 1) when...
You are discussing "MDI" windows. Try the attached code, i'm sure you find something usefull in it. Vince. ... ' ' ' #################### ' ##### PROLOG...
Hi Vincent, Thanks a lot for this instuctive code. I haven't read it in depth but I read the main comments. It took me a small while to remove the carriage...
... If you would have said this earlier i would have sent you an untouched copy on your personal address. I thought yahoo didn't supposed to touch attachments...
... (...) ... labels as supports. (...) ... happy to post an updated example on the xbsupport site. (...) ... Hi Vincent, I could write a system of child...
... I would solve this by storing the old parent window sizes somewhere in a global array and then *first* match if any changes occured to the parent window...
(...) ... (...) ... (...) My code is close from your idea. I don't know if you consider checking the main window size for each #Resized message or only after...
In a 256 colors palette, I use a XuiPressButton for each palette entry. The selected color is "zoomed-in" by resizing its XuiPressButton. When another color is...
Hi Julien Try these modifications in the Selection subroutine. It seems to work properly for me. Watch the word wrap. Hugh SUB Selection IF (1 <= kid) && (kid...
Thanks a lot; perfect! Small changes, great results! It was difficult for me to know which messages to activate and which not. From this experience, I'll...
Hi: This may be of interest to someone. Attempting to run a program under XB 6.2.3 (windows 98) thatI had modified and run many times, gave me a strange...
... It is not important to know if the window was moved, you can't (or at least i cannot) move and resize a window at the same time. A different action is...
(...) ... at least i cannot) move and resize a window at the same time. ... moved than when a window has been resized. ... moved x pixels to the left and y...
Hello all, I've been some few months diving in other languajes. Could someone tell me if a new version of XBAsic is coming in the next future? I saw a note on...
... I'd like to add a few things before I can release 6.3 but I need to find time to do them. I'd better not give an estimate date because I probably wouldn't...
Eddie: Will this also be an upgrade to the Linux version? The Linux version needs to be as compatable as possible with the Windows version for porting across...
Hi there, In a recent past, there was a discussion on this group about the problem of resized or moved windows that are refreshed only when the mouse button is...
I think an upgrade of Linux version is more necessary than Windows version. XB 6.2.3 works quite good under XP, Me, Win 98 and Win 95. But Linux version...
Maybe the newer iMacs (i386-based), but they don't normally use X. I know there is an Xwindows compatibility library available for OSX, to directly port XBasic...