I observed that if a string is longer than what a XuiTextLine can display, the visible characters are those on the right of the string. XuiSendMessage ( grid,...
Is there a simple manner to emulate key strokes? Example: Let 2 XuiTextLine grids A and B. The user types chars in A until it is "full". When chars can no more...
... What message is actually sent for a keypress? No, not #TextEvent, that one is generated by the grid to let other code react to the keypress. Try grid,...
Hi, when I run any xbasic program under XP, then program takes some memory but it is still higher and higher in time. I try to run simple demo programs and the...
... This may be normal - give us an example of the programme you are running, how much memory it takes and how fast this increases so we can try it ourselves...
Did you compiled the programs and are you running them as executable? If you close the program, does it still remain in memory when you open up the task...
... canceled ... put ... the ... fine ... not ... code ... remains "encapsulated". ... within a ... that one ... Try ... it's ... the mouse ... keycode and ......
I often ask questions. It's time that I also give the tricks I discover when using XB. So, here a trick for people wanting the records of a XuiList to be ...
... Not nessesarily, with #KeyDown, you can implement a mechanism that registers a keystroke using a counter variable. For each field you use a different...
(for start of topic, see previous messages) ... there ... this ... B, ... typing ... quite ... chars in ... if ... a ... the ... jump ... the ... and ... hard ...
Having a XuiList with vertical lines printed over it to show columms, I would like the up and down arrows to allow to jump to previous and next line. The big...
... Pretty simple, if you synchronise your counter properly, then you make it jump to the next field once all characters have been reached. ... There is one...
... make it jump to the next field once all characters have been reached. ... click ... B ... had ... the ... computers ... #SetTextstring but at least you can...
... backspace or delete?, the results are different for each of those keys. If the next field is already full, why would you want to move the contents forward?...
Hello- First, I would like to thank Hugh Cass for his download of the Sketch72.x program. I have been trying to figure out what is going on in this program,...
Problem 1 I have found a temporary solution to this problem. When you open up Xbasic and the main window appears, grab the Title Bar and move the window up...
On Mon, 18 Jun 2007 00:12:06 -0400, terryncyndi <terryncyndi@...> ... You mean image1@? TYPE specifiers can't be used inside function calls, that's the...
On Mon, 18 Jun 2007 00:13:20 -0400, terryncyndi <terryncyndi@...> ... If an XBasic window is partly covered, then it doesn't redraw properly. You could...
(...) ... the ... char ... If ... types a ... keys. If the next field is already full, why would you want to move the contents forward? (...) I'm sorry to...
Recently, I buyed a nice small program. To purchase the program, its author asked to give him the number given when running a small "PC-code" executable. Then,...
... Not really a good idea: I have purchased software that uses PC-linked protection and the one thing i fear is when the company gets broke or there would be...
... Yes, but what if the user replaces his hard disk, or motherboard or some other component? For your programme to check on and update this is far too much...
copy protection: n. A class of methods for preventing incompetent pirates from stealing software and legitimate customers from using it. Considered silly. From...
Hi: I don't get to play every day so I apologise for the delay in responding. Ya, sketch.x got complicated. I program by experimenting and the results may not...
Some time ago, I had to replace the motherboard of a laptop. The break was only in the power plug, but all motherboard had to be changed, since it was ...
(...) ... target ... ten ... quite ... Thanks to all. I really do not hoped such success to the posted topic! Copy protection isn't much liked as I see. I...
... As basic protection this will work, there are however simple programs that record installation processes in order to be able to recompile a reinstallable...
I would like to know when a XuiList was redrawn so that I can print vertical lines over it. It is easy to find when the down key arrow was pressed, but when...