B4A Code Snippet [DSE] [B4A] Standard Tooltips for Android 8+ - stevel05    Oct 13, 2022   (10 reactions) tooltips for Android 8+ 'Parameters: Text As String, 1 view 'Code in DesignerScript:{class}.SetTooltip("Tooltip", Button1) Public Sub SetTooltip(DesignerArgs As DesignerArgs) Dim... viewJO.RunMethod("setTooltip", Array As Object(Text)) End If End Sub Then just add the code to the designer script for your layout. Code in DesignerScript: {class}.SetTooltip("Tooltip", Button1) {class} is wherever you put the sub, it can go in any class you like... B4A Code Snippet standard tooltips for Android 8+ - Dave O    Oct 10, 2022   (6 reactions) For tooltips (press-and-hold on a view to show some explanatory text), in the past I used a hack in....
It turns out that Android 8 added a proper way to define tooltips (with Android 8+ currently covering... Wish Tooltip on variables - LucaMs    Dec 8, 2020 104146 Public or Private "global variable"? Show me it too. (ops, I know if it is private: usually I use a very short prefix, "m", for Private (module) global variables :)) ... Bug? Wrong ToolTip description - CreateResourceFromFile - NJDude    Sep 15, 2018   (1 reaction) The ToolTip for CreateResourceFromFile is incorrect, the syntax reads "CreateResource" when it should be "CreateResourceFromFile" https://i.imgur.com/ClnHBub.png... Java Question Hide a SubFunction on Tooltip IDE from a Lib or Class - Alexander Stolte (first post)    Feb 10, 2023   (1 reaction) Once your CustomView is in a B4XLib, the code is not shown in the tooltip, only the comments that are above the function.... B4A Library CustomTooltip - NJDude    Jul 11, 2014   (15 reactions) This library will allow you to add tooltips to EditText views.
Requirements:
- B4A 3.8x.
- The RichString library.
How to install:
- Copy the CustomTooltip.jar and CustomToolip.xml to your... Wish Ability to add tooltips to views as a property in designer or code - Dave O (first post)    Oct 20, 2022 Thanks Steve!
I confess that I haven't dug into DesignerScript extensions (DSE) yet because whe... Wish Libraries Manager Window Tooltips - Jeffrey Cameron    Apr 4, 2017   (5 reactions) It would be nice if, when you hover over a library in the list, it could display the comment from the associated XML file for the lib... B4A Code Snippet show tooltip for view - Dave O (first post)    Oct 11, 2022 A newer solution (that may be more robust) is to use standard tooltips via this wrapper sub.... Bug? Tooltip with < in text - Erel (first post)    Aug 21, 2022   (1 reaction) This is not considered a bug. The IDE allows you to use a few html tags (<b>, <link> and... Page: 1   2   3   4   5   6   7   |