Re: [SailfishDevel] Connect accepted signal from a dynamically-loaded dialog to the previous page's method?

2013-10-02 Thread Benoît HERVIER
http://qt-project.org/doc/qt-5.0/qtqml/qml-qtquick2-connections.html Le mercredi 02 octobre 2013 à 21:47 -0700, Stockona a écrit : > I have been trying to get this working to no avail. My code is like > this: > > > Page1.qml > > > function update() { > ... > > } > > > > PullDownMenu { >

[SailfishDevel] Connect accepted signal from a dynamically-loaded dialog to the previous page's method?

2013-10-02 Thread Stockona
I have been trying to get this working to no avail. My code is like this: Page1.qml function update() {   ... } PullDownMenu{ MenuItem{    onClicked:{ vardialog=pageStack.push(Qt.resolvedUrl("Dialog1.qml")); //Not working. Dialogcannotseeparent'spropertie

Re: [SailfishDevel] Sailfish - refresh listView on previous page, combobox how to

2013-10-02 Thread Michael Faro-Tusino
Hi, Not sure of your implementation, but why boy create a button that triggers a custom signal say refresh() and onRefresh{} you make the list view populate again. Obviously this will populate everything and not only what is new, but it will work. When you get to extensive lists, this won't be

[SailfishDevel] Sailfish - refresh listView on previous page, combobox how to

2013-10-02 Thread Bartosz Remisz
Hello, I am trying to make small app for Sailfish, but I encountered some issues. Please notice I am completely new in QT and Sailfish project, on the other hand, I work with Android, Windows Phone and iOS. Firstly, there are two pages. On first there is SilicaListView, on second some other c

[SailfishDevel] Dragging a scene with the mouse

2013-10-02 Thread dcaliste
Hello, I have an object that inherits QQuickItem. It displays, let say a picture, and the user can use the mouse to click on it, then drag to move the picture around and release the button. It is implemented by overloading mousePressEvent(), mouseMoveEvent() and then mouseReleaseEvent(). During

Re: [SailfishDevel] If this list even used?

2013-10-02 Thread Joseph Crowell
Might be in a spam filter either on the list or we are on the mail service's. On 01/10/2013 03:46 AM, Marcin Mielniczuk wrote: iirc using inboxalias.com address. -- Marcin 2013/9/30 FIlip K?e;bczyk > W dniu 30.09.2013 17:24, Marcin Mi