J jothis Active Member Licensed User Oct 4, 2010 #1 hi, I want to add a tool tip to a imagebutton is it possible in basic4ppc? Please Help me jothis :sign0085:
hi, I want to add a tool tip to a imagebutton is it possible in basic4ppc? Please Help me jothis :sign0085:
J jothis Active Member Licensed User Oct 4, 2010 #3 It is a Nice Library Thankyou agraham jothis :sign0060::sign0060::sign0060:
agraham Expert Licensed User Longtime User Oct 4, 2010 #4 Note that some controls (like Label) will not work for F1 help and ToolTips in the IDE but are work fine when the app is compiled.
Note that some controls (like Label) will not work for F1 help and ToolTips in the IDE but are work fine when the app is compiled.
klaus Expert Licensed User Longtime User Oct 4, 2010 #5 I have used ToolTips in several programs even on the device, but homemade. Example in the Sudoku program. Attached a small test program showing the principle. For desktop only programs I used agraham's library. Best regards. EDIT: added the missing program Attachments ToolTipsDevice.zip 4.8 KB · Views: 287 Last edited: Oct 6, 2010
I have used ToolTips in several programs even on the device, but homemade. Example in the Sudoku program. Attached a small test program showing the principle. For desktop only programs I used agraham's library. Best regards. EDIT: added the missing program