Search found 5 matches

by falsam
Mon Aug 06, 2007 6:09 pm
Forum: discbugs
Topic: Example of PopupMenu and MainMenu
Replies: 2
Views: 5047

Example of PopupMenu and MainMenu

Very simple, Thank you very much :)
by falsam
Mon Aug 06, 2007 2:06 pm
Forum: discbugs
Topic: Example of PopupMenu and MainMenu
Replies: 2
Views: 5047

Example of PopupMenu and MainMenu

Bonjour :),
Is it  possible to have an example of a popupmenu and a mainmenu. Thank you.
by falsam
Fri Aug 03, 2007 9:41 am
Forum: discbugs
Topic: 2 buttons on the taskbars.
Replies: 5
Views: 11091

2 buttons on the taskbars.

-Windows XP : FnxBasic03

dim f as form
f.Caption="test"
f.showmodal

when i run this program, I obtains 2 buttons on my taskbar. A Form button and a button with the caption of this code. I do not have this bug with the old version of fnxbasic.

;) from Paris



by falsam
Wed May 30, 2007 3:49 pm
Forum: General category
Topic: Problem with form center
Replies: 2
Views: 5238

Problem with form center

Sorry, I usually practise rapid-q. I will look at documentation attentively.
by falsam
Wed May 30, 2007 1:10 pm
Forum: General category
Topic: Problem with form center
Replies: 2
Views: 5238

Problem with form center

Hi from France and sorry for my english,
I have a problem with this code

object f as form
     f.Center
end object

f.ShowModal

the form is not centered ?:-/