##### SUMMARY OF PREVIOUS POSTS ##### (...) ... (...) ... space or ... numbers. (...) ... (...) ... (...) ... compatibility ##### END OF SUMMARY ##### Hi Steve...
Hi, This is a very long question, but I hope the topic being interesting. I wrote a function that reads complex elements from a text file. Each complex element...
... You'd have to cheat. Unless you can actually define an array head in a type, you're going to lose your data when the original array is cleaned up - unless...
I also wrote a program to make a DXF file from a file from another program. I first wrote it in QBasic and then converted it to XBASIC. I guess the unwanted...
... been long time ago i debated about this with Max. ... it when i wrote my Sidbace tool and i had this debate about this with Max Reason in 1999. I ... ...
... You're making it harder than it is. Whatever is on the left side of the "=" is the destination - what you're calling the copy - and whatever is on the...
Hi Steven, Not sure that I understood all your explanations. OK, let's skip the 90% of previous posts and try again! In my case, 1st level elements are...
... Using ATTACH and excess comma notation will be easier. You can write ATTACH b[] TO a[n,] and ATTACH a[n,] TO b[] and then you don't have to worry about...
... describing ... types ... specific ... with ... that ... array; ... array? ... the ... write ... clean up ... to the ... variables - ... strings ... them. ...
... Well ... you'll still need to reset the pointer or else your DIM or REDIM will erase your data, same as the end of a function would. Or you'll be ...
I've got a little problem... How do I convert all the XBASIC programs into EXE files... Also when I try to move the window, the screen becomes a bit blurry, I...
XBasic windows are not cleared around the surroundings. In the advanced part (Button in display properties -> appearance) of your display properties you can...
... You might try my XtoEXE program from the Files area: http://tech.groups.yahoo.com/group/xbasic/files/ <http://tech.groups.yahoo.com/group/xbasic/files/> ...
... this ... happens, ... and you don't need to ask god but can witness the truth yourself. Yes, but right now, I'm just nibbling round the edges. Eventually,...
One thing I bet a lot of XBasic programmers don't use is the ability to attach group names to SHARED or EXTERNAL variables. I noticed the example in the docs...
... "groupnames" ... seems to me that's one of those QB features that Max liked so he implemented it in XB as well. Never saw much point, unless you're...
Hi: I can select a portion of a displayed image and rotate it 90 degrees successfully. But any rotation that is not a multiple of 90 degrees has holes, white ...
... It would work better if you did the computations in reverse. Of course it would really work better if you also approximated the colors for the points where...
I just tried XBasic the other day. It was ok. But, The designer was pathetic. And not user friendly at all. Maybe i have just missed something big..but...once...
... If you have started a new program than some of the functions have not be created, like CreateWindows, InitGui etc. You newed to start a new GUI program so...
Hi Steve: Thanks for the tips, I will see what I can make of them; selectStartX and selectStartY are the coordinates of the top and left most corner of the...
... something ... to ... for a ... shed, ... You have to be kidding. You just tried it the other day, and already you've decided the designer is pathetic?????...
... I don't think you can blame this one on QB. I have QBx 7.1, which is close to the last version, if not the last. Nothing on group names or similar in the...
Hi Folks, My multiple windows problem is not to do with multiple windows after all. It has something to do with setting up an Xui database connection. After I...
... The secret solution in these cases is simply to add another XgrProcessMessages() in the DO...LOOP iterations (or FOR...NEXT)that are being performed...
... to ... return to the ... variables ... variables are ... used for ... this ... copy its ... array. And ... (as they ... you ... XBasic goes ... clean ... ...