Blackberry 10 sdk QML - Changing value of button outside listview - blackberry

I'm trying to build a soundboard in the blackberry 10 SDK using QML
My buttons are created using a listview and XML file
I'm trying to enable the stop button when you click on the button in the listview
but it doesn't do anything.
The stop button is outside the listview because i want it at the top at all times
Can anyone help me solve this problem I'm new to blackberry SDK and QML
Thank you very much
Error i get in console:
Can't find variable: button
I've resolved this problem
see link below
http://supportforums.blackberry.com/t5/Native-Development/QML-Accessing-variables-defined-outside-a-list-component-from/m-p/1786265#M641

This fixed the problem for me
Link:
http://supportforums.blackberry.com/t5/Native-Development/QML-Accessing-variables-defined-outside-a-list-component-from/m-p/1786265#M641

Related

MvvmCross Dialog Fragment

I'm developing a mobile app in Xamarin.Android using MvvmCross. In my app, I have added a button which should open a dialog fragment window when clicked. I went through the available tutorials but could not find proper solution. Has anyone tried implementing it ?

Cordova : Radio button selection is slow in iOS only (10.0)

I have developed application using Cordova, for front end work I have used HTML, CSS and AngularJS. I am facing performance problem with iOS, in android same code working perfectly.
I am using radio button in LI tag, in LI tag I have used ng-repeat and dynamically making radio button list.
Issue : Now the issue is when I select any radio button in list then the selection of radio button is slow. It is occurring only in iOS, in android it is working fine.
Can any one help me here to improve performance for iOS only.
Is performance problem with Latest iOS version only ?
Is anyone aware with such type of problem ?
Please any one suggest me what can I do to resolve that problem.
Thanks
Mohit Jain

iOS cordova set DisallowOverscroll to true not only on the main screen of the app

I have a Cordova (version 6.3.1) app. This issue only occurs on iOS version of the app (Android works fine). Every time i press on a text box to insert a text after doing some scrolling, it jumps straight back to the top. After some investigating, I found out that
DisallowOverscroll=true
in cordovas "config.xml" only works on the main screen of the app, not if I go and click on a "modal" "KompressionStromper" in the video (it does not work inside there), so how can I enable it inside there? So the behaviour is not like in video?
Please see video here on iOS 10.0.2 (during the first seconds i also try to pull at the main screen from top to bottom but there the "DisallowOverscroll" option works as expected).
Any other suggestions and help will be highly appreciated.
For the specific element you can disable overscroll with jQuery.
Like:
element.ontouchmove = (event) => {
event.preventDefault();
}
I strongly suggest that you also create a directive out of it, so it will be more done in a "angular way".

Jquery mobile using keyboard page getting shrink - iOS device only

Hoping your all doing great!
Am developing hybrid application using Jquery mobile and BackboneJS. Some of page having textfield while am focusing textfield the native keypad open also am able to enter the value. If we click outside of the keypad the keypad hides and total page getting shrink out.
Anybody having solution to fix this issue ???
Thanks in advance

How to change the keyboard in Phonegap iOS

I have making a phonegap app which have text fields in it.
Problem:- I want to remove the Done button from the keyboard or I want a Event listener of done button. Ether of the things will work for me.
My Problem is similar to this link
You can't remove the done button, since Phonegap uses a UIWebView to present the UI you will be stuck with keyboard used by the UIWebView.

Resources