Star-Dust Expert Licensed User Longtime User May 30, 2019 #1 I was in love with this View So I started developing it, it's not easy. I have to study for a while. This is what I got for now
I was in love with this View So I started developing it, it's not easy. I have to study for a while. This is what I got for now
Star-Dust Expert Licensed User Longtime User May 30, 2019 #2 I would also like to do these in the future
AnandGupta Expert Licensed User Longtime User May 30, 2019 #4 Star-Dust said: I would also like to do these in the future Click to expand... Go Star Go ! We are your cheerleaders !! Fantastic. I am just spoilt for choice now Regards, Anand
Star-Dust said: I would also like to do these in the future Click to expand... Go Star Go ! We are your cheerleaders !! Fantastic. I am just spoilt for choice now Regards, Anand
Alexander Stolte Expert Licensed User Longtime User May 30, 2019 #6 Star-Dust said: I would also like to do these in the future Click to expand... I too, but with a different view
Star-Dust said: I would also like to do these in the future Click to expand... I too, but with a different view
Star-Dust Expert Licensed User Longtime User May 30, 2019 #7 Alexander Stolte said: I too, but with a different view Click to expand... I already have something similar for Android, I would like to do it for XUI ... But like this you come in the image, I like it enough
Alexander Stolte said: I too, but with a different view Click to expand... I already have something similar for Android, I would like to do it for XUI ... But like this you come in the image, I like it enough
Alexander Stolte Expert Licensed User Longtime User May 30, 2019 #8 Star-Dust said: I already have something similar for Android, I would like to do it for XUI Click to expand... i have made it with the SetLayoutAnimated method, but the results was crap..
Star-Dust said: I already have something similar for Android, I would like to do it for XUI Click to expand... i have made it with the SetLayoutAnimated method, but the results was crap..
Star-Dust Expert Licensed User Longtime User May 30, 2019 #9 Alexander Stolte said: i have made it with the SetLayoutAnimated method, but the results was crap.. Click to expand... You can also do it with LayoutAnimated ... maybe you did something wrong in the corner
Alexander Stolte said: i have made it with the SetLayoutAnimated method, but the results was crap.. Click to expand... You can also do it with LayoutAnimated ... maybe you did something wrong in the corner
Star-Dust Expert Licensed User Longtime User Jun 2, 2019 #10 Since someone asked, I'm creating a ScrollView entirely written with the XUI library for B4X. I don't use ScrollView Native Here is a first result (scroll bars are missing for now) SD_XUI_ScrollView Author: Star-Dust Version: 0.01 XUIScrollView Events: ScrollChanged (X As Float, Y As Float) Fields: Panel As B4XView Functions: BringToFront As String Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object FullScroll (Bottom As Boolean) As String GetBase As B4XView Initialize (Callback As Object, EventName As String) As String Initialize2 (Callback As Object, EventName As String, Width As Int, Height As Int) As String Invalidate As String IsInitialized As Boolean Verifica se l'oggetto sia stato inizializzato. Parent As B4XView RemoveViewFromParent As String RequestFocus As String ScrollPositionX (X As Float) As String ScrollPositionY (Y As Float) As String ScrollToNowX (X As Float) As String ScrollToNowY (Y As Float) As String SendToBack As String SetBitmap (Bitmap As B4XBitmap) As String SetColorAndBorder (Backgroundcolor As Int, BorderWidth As Int, BorderColor As Int, BorderCornerRadius As Int) As String SetColorAnimated (Duration As Int, FromColor As Int, ToColor As Int) As String SetLayoutAnimated (Duration As Int, Left As Int, Top As Int, Width As Int, Height As Int) As String SetRotationAnimated (Duration As Int, Degree As Int) As String SetVisibleAnimated (Duration As Int, Visible As Boolean) As String Snapshot As B4XView Properties: Enable As Boolean FastScroll As Boolean Height As Int Left As Int Tag As Object Top As Int Visible As Boolean Width As Int Last edited: Jun 3, 2019
Since someone asked, I'm creating a ScrollView entirely written with the XUI library for B4X. I don't use ScrollView Native Here is a first result (scroll bars are missing for now) SD_XUI_ScrollView Author: Star-Dust Version: 0.01 XUIScrollView Events: ScrollChanged (X As Float, Y As Float) Fields: Panel As B4XView Functions: BringToFront As String Class_Globals As String DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String Base type must be Object FullScroll (Bottom As Boolean) As String GetBase As B4XView Initialize (Callback As Object, EventName As String) As String Initialize2 (Callback As Object, EventName As String, Width As Int, Height As Int) As String Invalidate As String IsInitialized As Boolean Verifica se l'oggetto sia stato inizializzato. Parent As B4XView RemoveViewFromParent As String RequestFocus As String ScrollPositionX (X As Float) As String ScrollPositionY (Y As Float) As String ScrollToNowX (X As Float) As String ScrollToNowY (Y As Float) As String SendToBack As String SetBitmap (Bitmap As B4XBitmap) As String SetColorAndBorder (Backgroundcolor As Int, BorderWidth As Int, BorderColor As Int, BorderCornerRadius As Int) As String SetColorAnimated (Duration As Int, FromColor As Int, ToColor As Int) As String SetLayoutAnimated (Duration As Int, Left As Int, Top As Int, Width As Int, Height As Int) As String SetRotationAnimated (Duration As Int, Degree As Int) As String SetVisibleAnimated (Duration As Int, Visible As Boolean) As String Snapshot As B4XView Properties: Enable As Boolean FastScroll As Boolean Height As Int Left As Int Tag As Object Top As Int Visible As Boolean Width As Int
ilan Expert Licensed User Longtime User Jun 12, 2019 #11 Star-Dust said: I was in love with this View So I started developing it, it's not easy. I have to study for a while. This is what I got for now View attachment 80841 Click to expand... i really like the stuff you do and that you take such challenges, i wanted to help you with this cool view so this is what i have until now: what needs to be done is to add some colors and hide all points etc and make it as a xui view. that should be the simple part of this challenge
Star-Dust said: I was in love with this View So I started developing it, it's not easy. I have to study for a while. This is what I got for now View attachment 80841 Click to expand... i really like the stuff you do and that you take such challenges, i wanted to help you with this cool view so this is what i have until now: what needs to be done is to add some colors and hide all points etc and make it as a xui view. that should be the simple part of this challenge
Alexander Stolte Expert Licensed User Longtime User Jun 12, 2019 #12 ilan said: this is what i have until now Click to expand... looks funny, like a game
ilan Expert Licensed User Longtime User Jun 12, 2019 #13 Alexander Stolte said: looks funny, like a game Click to expand... Yeah, i also thread it as a game. I use types and put them in a list like i do in my games. The output is really nice. It can be used in many ways.
Alexander Stolte said: looks funny, like a game Click to expand... Yeah, i also thread it as a game. I use types and put them in a list like i do in my games. The output is really nice. It can be used in many ways.
Star-Dust Expert Licensed User Longtime User Jun 12, 2019 #14 In several of my animations I use different tricks but in reality there is little processing. Only a few have real graphical processing (for example the XUI3D library has a real processing) ilan said: what needs to be done is to add some colors and hide all points etc and make it as a xui view. that should be the simple part of this challenge Click to expand... What is the final result you want to get?
In several of my animations I use different tricks but in reality there is little processing. Only a few have real graphical processing (for example the XUI3D library has a real processing) ilan said: what needs to be done is to add some colors and hide all points etc and make it as a xui view. that should be the simple part of this challenge Click to expand... What is the final result you want to get?
ilan Expert Licensed User Longtime User Jun 12, 2019 #15 Star-Dust said: What is the final result you want to get? Click to expand... What is in Post #1.