seekbar

  1. M

    iOS Question Handel B4XSeekBar and ScrollView

    Hi, When I add B4XSeekBar in ScrollView, when change value of B4XSeekBar, Scroll up and down also change (because B4XSeekBar in ScrollView) How to handel it? In b4a, I use this code to handel B4XSeekBar in ScrollView: Private Sub b4xseek_TouchStateChanged (Pressed As Boolean) #if B4A...
  2. PuzzleTak

    B4A Library PuzzleTak_AudioWaveSeekBar

    Hi guys I came to share one of my works with you friends :) lib PuzzleTak_AudioWaveSeekBar for b4a Get the real waves of the audio => (local , url ) and Random Wave Dim p As Phone If p.SdkVersion >= 24 Then pt.TreadGetByteUUIDFromBytes(File.DirAssets,"la_la_la.mp3") ' use...
  3. Alexander Stolte

    B4A Library [B4X] [XUI] AS RangeRoundSlider

    I took the original RoundSlider code from @Erel and modified it to create a new view. Still, it was a very big challenge, since I've never done anything with circles before. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to...
  4. Alexander Stolte

    B4A Library [B4X] [XUI] AS RoundSlider

    I took the original RoundSlider code from @Erel and modified it to create a new view. Still, it was a very big challenge, since I've never done anything with circles before. I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to...
  5. Alexander Stolte

    B4A Library [B4X] [XUI] AS RangeSeekBar

    I took the original B4XSeekBar code from @Erel and modified it to create a new view. 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 time. If you want to support me, then you can do it here by Paypal or...
  6. Alexander Stolte

    B4A Library [B4X] [XUI] AS StepSeekBar - StepSlider

    I took the original B4XSeekBar code from @Erel and modified it to create a new view. 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 time. If you want to support me, then you can do it here by Paypal or...
  7. E

    Spanish Ayuda por favor, SeekBar

    Quiero utilizar el seekbar para que me aparezcan los diferentes tonos de un solo color, por ejemplo el azul
  8. Lucas Eduardo

    Android Question B4XSeekBar Steps

    Hello, i would like to know if is there a way to scrolls the seek bar in steps like 10 to 10 with max 100 using the SeekBar of XUIViews? https://www.b4x.com/android/forum/threads/b4x-xui-views-cross-platform-views-and-dialogs.100836/#content
  9. Star-Dust

    B4A Library [B4X] [XUI] SD XUIView2

    Dependence: SD CreativeBackground SD_XUIView2 Author: Star-Dust Version: 0.14 B4XRangeSeekBar Events: ChangeValue (MinValue As Float, MaxValue As Float) Fields: Tag As Object Functions: AddToParent (PanelToAdd As B4XView, Left As Int, Top As Int, Width As Int, Height As Int) As String...
  10. Star-Dust

    B4J Library [B4X] [XUI] SD XUIView

    I'm happy to announce the publication of my new B4XView library. This library adds to the XUi Views the native views of the three platforms (Android / IOS / Desktop) so that they can be managed by Design, using them as XUI views without having to change its type in the Globals Sub. With this...
Top