RE: [MI-L] Icon Image Buttons in dialogs

2006-09-26 Thread Jakob Lanstorp
You can not do this in MapBasic. Some use c,c++ or delphi to embed forms in dll to use from MapBasic in MapInfo. If your a novice devloper I would stick to the standard MapBasic dialogs. You could build a buttonpad (not a dialog) in MapBasic with toggle buttons and icon change on toggle. HTH Jak

RE: [MI-L] Icon Image Buttons in dialogs

2006-09-27 Thread Terry McDonnell
Rakesh I've been lookimg at this and had thought it would be easier. The only way I can see is, in the button's handler routine, to use If llToggleState then Alter ButtonPad ID PUSH_BUTT_PAD_ID Remove ID ON_BUTTON_ID Alter ButtonPad ID PUSH_BUTT_PAD_ID

RE: [MI-L] Icon Image Buttons in dialogs

2006-10-02 Thread Jacques Paris
septembre 2006 08:01 To: [EMAIL PROTECTED] Cc: mapinfo-l@lists.directionsmag.com Subject: RE: [MI-L] Icon Image Buttons in dialogs You can not do this in MapBasic. Some use c,c++ or delphi to embed forms in dll to use from MapBasic in MapInfo. If your a novice devloper I would stick to the standard