B4A Library [B4A] [XUI] BMPopUp v1.2 - Brian Michael    May 05, 2024   (37 reactions) Show2
Sub ViewMore_Click(PopUp As BMPopUp, lbl As Label)
Dim text As Label = PopUp.getCustomViewbyEventName("CustomText")
If Not(PopUp.isExpanded) Then
lbl.Text = Chr(0xF106) & " View Less"
text.SingleLine = False
Wait For (PopUp.expand(15dip,2)) Complete(R As Bool B4A Library [New] Google Play Games Services - Biswajit    Nov 29, 2021   (28 reactions) Update 1.01: Fixed an issue related to the sign-out event triggered from popup activities (Achievements/Leaderboard) You can check the resultCode received from OnGPGSActivityResult event. If the resultCode = RESULT_RECONNECT_REQUIRED, then it means the user clicked on the sign-out button from the po Wish "Default Parameter Value" of a SUB - AnandGupta (first post)    Oct 15, 2022   (1 reaction) We are missing the point here.
Example:
First I made SUB PopUp(nWidth, nHeight) which show at center of screen and used it every projects, big or small.
Next I needed to show it at bottom right, so PopUp(nWidth, nHeight, nLeft, nRight), but all the uses code of the PopUp() in all projects, gives er B4A Question Subscribe to library updates - Alexander Stolte (first post)    Sep 01, 2020   (4 reactions) AS Popup Menu
99410 Share My Creation BasicIDE Suite 4 - Now even further improved - agraham    Feb 01, 2022   (18 reactions) Minor Bug
The bug symptom is that the autocomplete popup window appears as a single line located at the top of the editor rather than being located perched on top of the IME. See Post #2 below for the explanation and fix.
Updates
BasicIDE version 6.00 posted in BasicIDE_v6.00.zip together with u B4A Question webview popup - hitesh.k (first post)    Mar 31, 2023 ok partial problem solved by using advwebview lib now popups is visible one of the popup is a WhatsApp icon which open WhatsApp
when pressed which is working in browsers but in advwebview open a err msg url scheme not found any idea ? B4A Question "Pop-up view" mode: how to detect size change in window / display rec? - bsnqt    Dec 03, 2021   (1 reaction) Hi all Samsung phones (I am not sure others) allow users to switch app from "normal view" to so called "split view" and "pop-up view" mode. I need to detect size change events (or visibility, or something similar) of the window and display rectangles. I tried to search but did not success. Found B4A Question Doubt Enter Json Data - Peter Simpson (first post)    Aug 10, 2021   (2 reactions) There's no need to use remove popup key as it is in a map. Using put popup key will overwrite the current popup value in the map
To keep the code easier to read, you can just create the new menu map over the previously declared map, thus less code
Gives you this, the exact same results as @oparra
B4A Class PopupMenu SubMenu - spsp    May 15, 2020   (15 reactions) Hello,
The class clsPopupMenu shows a Popup Menu which can own sub menus.
The options are stored in a map. In the example they are in json file in the assets folder.
3 events are fired :
- open : A popup menu has been opened
- click : An option has been clicked
- close : A popup menu has been B4A Library MPAndroidCharts - Various type of graphs / charts (Latest library V1.22 in post #1) - Johan Schoeman (first post)    Sep 14, 2015   (5 reactions) This update adds the pop-up marker to the radar charts too (just for consistency throughout the project). Thus, Line Charts, Bar Charts (not Horizontal Bar Charts), and Radar Charts will now all show a pop-up with the value of the touched point/bar when you touch a point or bar (it will disappear if Page: 1   2   3   4   5   6   7   Powered by ColBERT |