B4A Library [B4X] B4XDrawerAdvanced - Sliding Drawer - Left and Right Panel - Alexander Stolte    Aug 02, 2024   (25 reactions) I took the original B4XDrawer code from @Erel and modified it to create a new view.
This view supports right panel in B4A and B4I. What was often requested.
I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of tim B4A Code Snippet Image viewer. A zoomable image within each sliding panel - GeoT    Mar 25, 2023   (9 reactions) agraham's ScaleImageView library allows you to zoom the image by pinching and double-clicking.
Dominex's SlidingPanels class allows in part to place large, horizontally sliding panels.
I have put them together by making some modifications to the SlidingPanels class and adaptations with the ScaleIma B4A Library AHViewPager library - Sliding panels now perfect - corwin42    Jun 23, 2016   (39 reactions) This library is a B4A implementation of the ViewPager object provided by the compatibility class from google. With this library it is possible to add sliding panels to your apps.
AHPageContainer - This object is a container for the pages of the AHViewPager. You should add Panels to this object.
AH B4J Question (Solved) Fixing my design problem... - BlueVision (first post)    Sep 25, 2023   (1 reaction) Steve, this is especially for you... I followed your idea and built a sliding panel. This is moving out if you tab (tablet) or click (mouse) on one of the 15 grey fields on the right of the screenshot. Then you simply have to choose a number from the numberpane, this fills the choosen value into the B4A Library SD: Panel Extra (Slide Swap Scroll) - Star-Dust    Jun 30, 2020   (32 reactions) SlidePanel ' Slide Up/Down/Left/Right
Events:
Close (FromCode As Boolean)
Open (FromCode As Boolean)
Fields:
PanelSlide As Panel
SlidePanelAnchor As Int
CloseAutomatically As Boolean
IsOpen As Boolean
Functions:
Class_Globals As String
CloseSlidePanel As String
DesignerCreateView (Base As B4A Library B4XDrawer with right panel - Alexander Stolte (first post)    Oct 15, 2022   (4 reactions) The lib. now support right panel in B4I too: https://www.b4x.com/android/forum/threads/b4x-b4xdraweradvanced-sliding-drawer-left-and-right-panel.143543/ B4A Question Vertical Sliding Panel - Alexander Stolte (first post)    Jul 23, 2020   (3 reactions) What you need is a Draggable Bottom Card. I made a lib. for this, but I haven't published it yet.
i have published sample code, but this is not as mature as my lib. but this should be enough for a thought-provoking:
https://www.b4x.com/android/forum/threads/b4x-draggable-bottom-card.114053/#content B4i Question sliding panel - omidaghakhani1368 (first post)    May 13, 2015   (1 reaction) Hi.
Use SidePage library,
it is very easy B4A Question Slider Animation - corwin42 (first post)    Feb 15, 2017   (3 reactions) You can have a look at this class.
This is a sliding panels example which additionally implements a simple dots indicator. I guess you will only need the last two subs of the SlidingPanels class. Use one of the available ViewPagers for the page sliding and just add the dots indicator. B4A Question Sliding panel - JoanRPM (first post)    May 04, 2015 You can do something similar to a "circular buffer" (serch in wikipedia), but instead of bytes you need bmp's.
You allways have the 2 or 3 next and presious bmp's in the circular buffer. When the user switch to the next photo, you have it yet loaded. Then you have time to reload the buffer.
I don't Page: 1   2   3   4   5   6   7   Powered by ColBERT |