I want to create a uiPopOverController in my program by clicking a button. Do QML have this function or object to use? if so, how can I find it?
I want to create a uiPopOverController in my program by clicking a button. Do QML have this function or object to use? if so, how can I find it?
Capture.PNG
how can I click on that button, the UIPopOverControl appear? Can anyone help me?
Like in iPad and iPhone app. It like a dialogbox that appear whenever the button is clicked. When user click the button, uipopovercontrol appear and when user select on one color in it, it will disappear and create an object that contain that color. In the image uipopovercontrol is this
Capture1.PNG
So, what's the problem? When the user clicks a MouseArea, show an item, then hide it when it's not needed anymore.
The problem is I don't know how to create it (UIPopoverControl). Do QML has any tool or library to create it?
I don't know what UIPopoverControl is. I told you how to create a popup. What you put inside it is your decision. As far as I'm concerned, you can even put a kitchen sink there.
What is Kitchen sink?
So in the problem above, with my problem in QML, what should I do with?
Implement the popup you need and execute it using the method I have given you. If you want a color chooser then probably the easiest thing to do is to have a model of colours and display it using a ListView or GridView.
chong_kimkeang (19th November 2012)
Bookmarks