I have a problem when inserting an ABMImageSlider component together with ABMCalendar, if they are together, ABMImageSlider does not show any image and appears in a gray rectangle. On the contrary, without ABMCalendar, ABMImageSlider works perfectly. How can I solve that? I need them to be working together. Greetings and thanks.
B4X:
' Crear control deslizante
Control deslizante de atenuación como ABMImageSlider
slider. Inicializar(página, "slider", "slider300")
' agregar imágenes
slider. AddSlideImage(".. /images/slider1.jpg","This is our big Title!", "Here's a small slogan.", ABM. IMAGESLIDER_LEFT)
slider. AddSlideImage(".. /images/slider2.jpg","This is our big Title!", "Here's a small slogan.", ABM. IMAGESLIDER_CENTER)
slider. AddSlideImage(".. /images/slider3.jpg","This Is our big Title!", "Here's a small slogan.", ABM. IMAGESLIDER_RIGHT)
slider. AddSlideImage(".. /images/slider4.jpg","This is our big Title!", "Here's a small slogan.", ABM. IMAGESLIDER_CENTER)
página. Celda(2,1). AddComponent(control deslizante)
' Dim calendario As ABMCalendar
' DateTime.DateFormat = "aaaa-MM-dd"
' calendario. Initialize(page, "calendario", DateTime.Date(DateTime.Now), 0, "es", ABM. CALENDAR_DEFAULTVIEW_WEEK, "calendario")
' DateTime.DateFormat = "dd/MM/aaaa"
' calendario. Editable = Verdadero
' calendario. IsPrintable = Verdadero
' calendario. ChangeEventsEditable(True)
' página. Celda(2,1). AddComponent(calendario)
[/CÓDIGO] [/CÓDIGO] [/CÓDIGO]
Last edited: