I use Win XP. In FnxDesigner there is the toolbar not completely to see (the lower part of the buttons is cutted off).
I think its ok in classical windows mode (win 95, 98, 2k). But in Win XP the headline is bigger and therefore the window height is smaller.
Search found 30 matches
- Mon Sep 29, 2008 1:53 pm
- Forum: General category
- Topic: Latest FnxDesigner
- Replies: 2
- Views: 5078
- Fri Sep 05, 2008 7:21 am
- Forum: General category
- Topic: FnxDesigner - latest -v20080904
- Replies: 7
- Views: 9769
FnxDesigner - latest -v20080904
This is a very professional work.
Many thanks for your job here.
Fazer
Many thanks for your job here.
Fazer
- Fri May 30, 2008 5:46 am
- Forum: General category
- Topic: another onkeypress question
- Replies: 5
- Views: 8516
another onkeypress question
Some things are so easy - if you know them !
Thank you so much!
Thank you so much!
- Thu May 29, 2008 7:05 pm
- Forum: General category
- Topic: another onkeypress question
- Replies: 5
- Views: 8516
another onkeypress question
Now the keydown-function works in my program, but there must be something wrong with the key code numbers.( see "key table" in the help file).The key code table is identical with the Delphi key codes if you change the hexadecimals to decimals, but it didn`t work completely correct in...
- Sat May 24, 2008 4:34 am
- Forum: examples
- Topic: game program in fnxbasic for demonstration
- Replies: 3
- Views: 46944
game program in fnxbasic for demonstration
This is a good work.
Thank you that you gave this as a study object to this forum !
Thank you that you gave this as a study object to this forum !
- Tue May 20, 2008 7:45 am
- Forum: General category
- Topic: another onkeypress question
- Replies: 5
- Views: 8516
another onkeypress question
Thanks!
This is an important advice!
This is an important advice!
- Tue May 20, 2008 5:56 am
- Forum: General category
- Topic: another onkeypress question
- Replies: 5
- Views: 8516
another onkeypress question
In a former thread with the title "onkeypress question"(http://fnxbasic.com/yabb/YaBB.pl?num=1210785692)YaBB Administrator gave me an example, I added some lines:`--------------------------------------------------`begin of Codeobject f as form ? ?object b as button ? ? ? ? ? ? ? ? ?onkeypr...
- Mon May 19, 2008 8:08 pm
- Forum: General category
- Topic: OnKeyPress question
- Replies: 5
- Views: 8078
OnKeyPress question
Many thanks, this helps a lot.The Help file gives only the information:"OnKeyPress: Sub([button]). A sub-routine calls if a key is pressed." I looked for a "key" variable in the format "word" as described at the event "onkeydown" with the edit control. I...
- Sat May 17, 2008 6:04 am
- Forum: General category
- Topic: OnKeyPress question
- Replies: 5
- Views: 8078
OnKeyPress question
I think a button only can see if a key is pressed, but not which key. Is this right ?
- Fri May 16, 2008 8:30 am
- Forum: General category
- Topic: OnKeyPress question
- Replies: 5
- Views: 8078
OnKeyPress question
Yes, I found the answer by myself:What I`m looking for works only in an edit control with the events: ? ? ? OnKeyDown ?: ?" Sub([edit,] key, shift). A sub-routine calls if a key is pressed." ? ? ? OnKeyUp ?: ?" Sub([edit,] key, shift). A sub-routine calls if a key is released."Wh...