Re: How to retrieve location from plasmoid

2011-08-27 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > also, exactly why you are making it a dock? > > > > I am implementing the currentappcontrol in qml :) > > nice:) (there isn't a binding for the present window effect tough, may or > may not make sense to have those, hmmm) > > would give

Re: How to retrieve location from plasmoid

2011-08-24 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > also, exactly why you are making it a dock? > > > > I am implementing the currentappcontrol in qml :) > > nice:) (there isn't a binding for the present window effect tough, may or > may not make sense to have those, hmmm) > > would give

Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > > also, exactly why you are making it a dock? > > I am implementing the currentappcontrol in qml :) nice:) (there isn't a binding for the present window effect tough, may or may not make sense to have those, hmmm) would give a try with

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > A little example of what I did. > > Item { > > > > PlasmaWidgets.PushButton { > > > > id: btn > > text: "press me" > > onClicked: { > > > > dialog.visible = true; > > > > } > > > > } > > > > Pl

Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > A little example of what I did. > Item { > > PlasmaWidgets.PushButton { > id: btn > text: "press me" > onClicked: { > dialog.visible = true; > } > } > > PlasmaCore.Dialog { > id: dialog > Component.onComplet

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > > On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > > > is there any way to get the x,y position of plasmoids using > > > > javascript? > > > > > > You mean on the screen? No, by design it's not possible. > > > > > > What d

Re: How to retrieve location from plasmoid

2011-08-23 Thread Marco Martin
On Tuesday 23 August 2011, Onur-Hayri Bakici wrote: > > On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > > is there any way to get the x,y position of plasmoids using javascript? > > > > You mean on the screen? No, by design it's not possible. > > > > What do you want to achieve?

Re: How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
> On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > > is there any way to get the x,y position of plasmoids using javascript? > > You mean on the screen? No, by design it's not possible. > > What do you want to achieve? I want to let a PlasmaCore.Dialog to appear underneath the app

Re: How to retrieve location from plasmoid

2011-08-23 Thread Sebastian Kügler
On Tuesday, August 23, 2011 10:35:18 Onur-Hayri Bakici wrote: > is there any way to get the x,y position of plasmoids using javascript? You mean on the screen? No, by design it's not possible. What do you want to achieve? -- sebas http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9

How to retrieve location from plasmoid

2011-08-23 Thread Onur-Hayri Bakici
Hey guys, is there any way to get the x,y position of plasmoids using javascript? thank you ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel