Hi Benoit,

I've mentioned this before and got no response, though  I know how busy you 
are, its not critical as I can edit the form definition and fix it.

In some situations, (if one accidently deletes the property menu of a 
menubutton in the toolbox, seems often one can't get it back, despite the menu 
still being there.

I've taken to manually editing the form file, as below:
  
                  { HBox4 HBox
                      MoveScaled(21,-1,29,3)
                      Background = &HFFFFFF&
                      Padding = 1
                      { MenuButton1 MenuButton
                        MoveScaled(4,0,21,3)
                        Expand = True
                        Text = ("Health Issue")
                        Menu = "mnuHealthIssues"
                      }
                    }

Here, to re-link Menu to mnuHealthIssues.

Regards

Richard

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to