xui views

  1. C

    Android Code Snippet [B4X] XUI Views B4XDateTemplate amendment to autochange the year

    Just a small change to the B4XDateTemplate class that is in XUI Views This just makes the year change +/-1 if the month changes from Jan to Dec, or vice versa. 'Original Private Sub btnMonth_Click Dim btn As B4XView = Sender Dim m As Int = 12 + month - 1 + btn.Tag month = (m Mod 12)...
  2. red30

    Bug? XUI Views B4XSearchTemplate

    I downloaded the latest XUI Views library and put it in C:\Program Files (x86)\Anywhere Software\B4i\Libraries. Then my iOS app stopped working. I get an error: B4i Version: 7.20 Parsing code. Error Error parsing program. Error description: Undeclared variable 'iif' is used before it was...
  3. asales

    Android Example [B4X] [B4XPages] XUI Views Example

    This is only an update to the original example from Erel. I'm starting to create cross-platform apps using B4XPages. It is mainly to B4A and B4J, because I don't use B4i, and I tried to put more views that it's not include in the original example. Any improvements are welcome.
  4. M

    iOS Question XUI Views Example NOT installable

    Hi, i tried to run the example of XUI views from @Erel but i can't install it. iPhone prompts me that the "B4i Example" App must be updated by the developer, and let me choose from "delete" or "store". But i can't open it. Why this happends?
  5. saeed10051

    Android Question how to initialize XUI views

    I am trying to load Swiftbutton at run time similar to a normal button. There i am required to initialize my swiftbutton but there are two parameters that need to be specified when initializing swiftbutton i.e. callback as object and event name as string. Is there a working example of loading...
  6. Lucas Eduardo

    iOS Question B4XListTemplate change selected label color

    Hello, how can i change selected label color? And how can i give some space between customlistview and the buttons? Thank you.
  7. Lucas Eduardo

    iOS Question XUI Views - B4XDialog Title Multiline

    Hello, i was trying to use the library xui views, but when a use the dialog there is no option to put the title in multiline. Is there a way to put the title of Dialog in multine? Thank you.
  8. Carlos marin

    iOS Question Error: ** BUILD FAILED ** - XUI VIEWS (SOLVED)

    Hello guys. I try to use a chat module shared by Erel (https://www.b4x.com/android/forum/threads/b4x-cross-platform-chat-layout-example.112649/#content), but when I try to compile the application, I get the following error: The following build commands failed: CompileC...
  9. walterf25

    iOS Question Range SeekBar (Help)

    Hello everyone, i'm in need of some help, i was not able to find any library for a Range SeekBar, so I decided to try and create my first B4X Custom view, i have been able to create the slide bar with two knobs, one for the minimumValue and another one for the maximumValue. I am also able to...
  10. Cebuvi

    Android Question [Solved] XUI Views Example Problem

    Hello, I have downloaded the XUI Views Example file and compiling it produces this error. I am working with B4A with other apps and it doesn't give me any problems. What could be the problem?. Thank you
  11. Unobtainius

    Android Question SwiftButton Corner Radius not working for me?

    I drop my swiftbuttons onto a layout using the designer and set the corner radius No matter what I set it to, it always remains the same when I run the layout It looks fine in the WYSIWYG designer I deploy to samsung TABA, TABS, and Note 8 with the same result on all devices The pictures pretty...
  12. 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
  13. Azam Memon

    Android Question B4XPreferenceDialog Current Declaration does not match with previous one

    Hi, I am adding B4XPreferenceDialog library to my existing project, I have also added XUI Views, now it is conflicting with my current declaration (See attachment). When I add the same two libraries to a new project, there is no error. I guess the issue is due to an existing activity named...
Top