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 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 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 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 Italian Eventi panel - udg (first post)    Apr 23, 2021   (1 reaction) Diciamo che, rispetto allo standard, aggiunge il doubleclick (che poi sarebbe un double tap) al pannello (panel) in B4A, mentre per il pannello (pane) in B4J aggiunge i tre eventi (avendo lo standard il solo Touch).
La bellezza sta nel fatto che il codice è lo stesso per le due piattaforme.... neanc 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 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 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 B4A can not be installed [SOLVED] - GMan (first post)    Sep 18, 2024 i come not to this point - doubleClick on the installer causes that message157061 Page: 1   2   3   4   5   6   7   Powered by ColBERT |