B4J Library [B4X] [XUI] SD XUIView - Star-Dust    Dec 21, 2023   (25 reactions) B4XLabel Events: DoubleOrLongClick OneClick Touch (Action As Int, Coordinate() As Tp_Coordinate) Fields: Action_Click As Int Action_DoubleClick As Int Action_Down As Int Action_Drag As Int Action_LongClick As Int Action_LoseTouch As Int Action_Up As Int MinMoveAccept As Int Tag As Object Functi Italian [RISOLTO] [B4X] Drag and Drop - Star-Dust (first post)    May 06, 2021   (1 reaction) B4XPanel
Events:
DoubleOrLongClick
Moved
OneClick
Resized
Touch (Action As Int, Coordinate() As Tp_Coordinate)
Fields:
Action_Click As Int
Action_DoubleClick As Int
Action_Down As Int
Action_Drag As Int
Action_LongClick As Int
Action_LoseTouch As Int
Action_Up As Int
AllSurfaceMove As Boolean
Mi B4J Library [B4X] [XUI] SD FlexGrid (Table) - Star-Dust    Oct 25, 2023   (69 reactions) SD_FlexGrid
Author: Star-Dust
Version: 0.45
Eval
version 2.00
Eval Method By Erel: https://www.b4x.com/android/forum/threads/b4x-eval-expressions-evaluator.54629/
Fields:
Error As Boolean
Functions:
Calculate (Expression As String) As Double
Class_Globals As String
Initialize (FG As FlexGrid) Wish Doubleclick on view in Designer should go to event code - Diceman    Mar 30, 2020   (2 reactions) If I double click on a view, like a Button, I would like to have the editor open up and position itself to the btnMyButton_Click event (assuming I have the event defined in the code). If I have more than 1 event defined in code for this view, then a popup menu would appear and I would be given a cho B4J Library [B4X] [XUI] xChart Class and b4xlib - klaus    Jul 10, 2024   (103 reactions) I removed the old update history.
xCharts
Author: Klaus CHRISTL (klaus)
Version: 9.8
xChart
Events:
CursorTouch (Action As Int, CursorPointIndex As Int)
Touch (X As Double, Y As Double)
ZoomLeftAreaClick
ZoomLeftButtonClick
ZoomRightAreaClick
ZoomRightButtonClick
Fields:
xBase As B4XView
Item Italian B4J Gestire un LongClick, come fare. - moster67 (first post)    Jul 16, 2016   (1 reaction) D'accordo con te che si aspetta il nome "doubleclick" ...comunque c'è (esempio trovato qui sul forum per un label) :
Sub label_MouseClicked (EventData As MouseEvent)
If EventData.ClickCount = 2 Then
Log("Label :" & lbl.Tag)
End If
End Sub B4J Code Snippet Move rows between two TableViews via doubleclick - KMatle    Apr 04, 2018   (6 reactions) With this two subs you can move rows very easy between to TableViews by doubleclicking a row. So if you doubleclick a row it is added to the second TV and deleted from the first (and vice versa). The doubleclick is checked by the ClickCount event (= 2 = two clicks = doubleclick). Sub (EventData A B4J Question Moving Items Back and Forth Between xCustomListViews (with Double-Click) - teddybear (first post)    Jan 07, 2023 You can add a timer and a boolean to check if clv2_ItemClick is doubleclicked B4A Question Google Doubleclick Ads - Erel (first post)    Apr 20, 2017   (2 reactions) Start with this code:
Sub CreatePublisherAd As View
Dim ctxt As JavaObject
ctxt.InitializeContext
Dim padview As JavaObject
padview.InitializeNewInstance("com.google.android.gms.ads.doubleclick.PublisherAdView", Array(ctxt))
Dim adv As AdView 'ignore
Dim sizes As JavaObject
siz B4A Class [B4X] [XUI] AS BottomMenu - Alexander Stolte    Feb 25, 2020   (54 reactions) Android, B4J ,2Tabs
71119 71122 71123
since Version 1.2 it is possible to replace the big middle button with further page (page5) more information about it, in #13
71288
IOS Android
71120 71121 Page: 1   2   3   4   5   6   7   Powered by ColBERT |