Hi All...
I am a total newbie to Python & Kivy...
I am actually a VBA Developer and am now needing to convert my Excel App to an Android App...
Demo Here
I have gotten quite far but now am having an issue with a slider control over a carousel...
I cannot get both to work in sync...Actually...None of my buttons on the lower layers work...
Here is my code...
This is my output...
Cross posted...
Here & Here
Sadly no responses...
Any advice or direction please...
I am a total newbie to Python & Kivy...
I am actually a VBA Developer and am now needing to convert my Excel App to an Android App...
Demo Here
I have gotten quite far but now am having an issue with a slider control over a carousel...
I cannot get both to work in sync...Actually...None of my buttons on the lower layers work...
Here is my code...
Code:
<EzLaunchScreen>:
name: 'EzLaunch'
# This is for the First screen below slider...
Image:
source: 'Images\launchScreen.png'
# This is the carousel library of brands...
FloatLayout:
Carousel:
direction: 'right'
Image:
source: 'Images\Carousel\Jose-Cuervo.png'
Image:
source: 'Images\Carousel\Bains.png'
# This is the slider control for alcohol levels...
Slider:
min: 0
max: 30
step: .25
cursor_image: 'Images\slider.png'
cursor_width: 238
cursor_height: 15
orientation: 'vertical'
This is my output...
Cross posted...
Here & Here
Sadly no responses...
Any advice or direction please...