Many users have suggested that I start this Yahoo! Group on hotbasic! When I started programming in RapidQ I learned a lot by reading messages and slowly got...
The following event commands do not work with the button object I think they also do not work with other objects The compiler recognizes these event?? ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Jan 12, 2004 4:13 pm
25
... Don's GUI Cube program on the HotBasic home site uses these GF.onpaint=redraw GF.onresize=sizeit GF.onkeydown=isescape GF.onclose=wipeoff and they all seem...
I want to look at each event which occurs at my program. What is the best way to do this? I now can check the values uMsg, wParam and lParam with a specific ...
... Good question. The software writer looks at events by at least two methods: (1) examine object values. Many HotBasic objects have events waiting, so to...
Long, long ago, chordnl, a life form in far off space, emitted: ... Although there is a lot of hype about "events" in programming circles, in HotBasic, you are...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File : /Code...
hotbasic@yahoogroups....
Jan 13, 2004 7:33 am
34
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the hotbasic group. File :...
hotbasic@yahoogroups....
Jan 13, 2004 6:09 pm
36
The program also demonstrates a littl eproblem with the QTimer/Timer in HotBasic. Each successive "pull of the handle" causes the wheels to spin faster and...
Long, long ago, steven_basic, a life form in far off space, emitted: Steve! Hi. Thanks for this program. I like the clear coding style and studied it in...
... <snip> Steve: Now I love your program even more. It was a bug! I had a typo in the disable section and now it maintains the same rate change. I will...
Below is an example with onkeyup, onkeydown, onmousup,onmousedown, onclick Only the onclick events return callback params Please help, I want to detect, the...
Hi chordnl, ... No you're not. There is so many events occured but your only provide a small space to show it. So, it refresh too fast and you did't see them. ...
Can someone help me to explain to detect events and act on it + on onkeydown,onkeyup detect if e.g. the a key has pressed + on onmousedown detect which...
I'm sorry but it's not working, I think the problems is whithin hotbasic!! gr. Cor Quoting from Microsoft's win32.help, we have ... because ... WM_COMMAND"...
... I see no reason to suppose that hotbasic is has any problem there. You test for something, it is not there, and no message is displayed. Seems all is...
... Hi Cor, much food for thought. Does the EDIT control work OK? Maybe we have discovered something here, but I'm not sure what! Warm regards, jim ...
Long, long ago, chordnl, a life form in far off space, emitted: Cor, ... Just a guess, but MOST, if not all, WM_COMMAND (check uMsg) messages come from the...
Jim, The best way to prove that hotbasic is ok, come up with a simple example. e.g. to check if a enter key was pressed based on the .onkeyup and .onkeydown...
Cor de Visser
cor.devisser@...
Jan 14, 2004 6:03 pm
59
... This is my finding, also. However, .color does change the background color of other members of the BUTTON class: CHECKBOX, RADIOBUTTON and GROUPBOX....
add keycode for encrypt and decrypt methods, which make it more difficult to decrypt it from other hotbasic and other users. Otherwise it would be very easy to...
Help is welcome Gives an error when compiling dim myarray(20) as string myarray(0)= "1" myarray(0)= "2" myarray(0)= "3" myarray(0)= "4" myarray(0)= "5" ...