Re: Plasma applets inside QML applet

2012-06-28 Thread Aaron J. Seigo
On Sunday, June 24, 2012 13:11:46 David Edmundson wrote: > What about the case of the calendar in the digital clock? the calendar in the clock (and it's the same in all clocks, not just the digital clock) is not an applet. the calender applet instantiates the same calendar object that the clocks

Re: Plasma applets inside QML applet

2012-06-28 Thread Marco Martin
On Monday 25 June 2012, Dmitry wrote: > > ___ > > Plasma-devel mailing list > > Plasma-devel@kde.org > > https://mail.kde.org/mailman/listinfo/plasma-devel > > Hello! > > I'm using C++ as a plugin for QML applet, not C++ applet with UI in QML. > As for

Re: Plasma applets inside QML applet

2012-06-27 Thread Dmitry
Hello! I've found out a strange behaviour. If I place embedded applet into panel part of tray then the embedded applets look well and work. But If I place them into popup dialog then they look strange and don't work at all. It seems that plasma automatically places their extended/popup form i

Re: Plasma applets inside QML applet

2012-06-25 Thread Dmitry
25.06.2012 13:24, Marco Martin пишет: On Monday 25 June 2012, Dmitry Ashkadov wrote: Hello! I'm trying to implement a system tray in QML. So, I have a trouble with applets such as battery, notifier, notifications. They [applets] should be mixed with icons of applications and tray must have an a

Re: Plasma applets inside QML applet

2012-06-25 Thread Marco Martin
On Monday 25 June 2012, Dmitry Ashkadov wrote: > Hello! > > I'm trying to implement a system tray in QML. So, I have a trouble with > applets such as battery, notifier, notifications. They [applets] should be > mixed with icons of applications and tray must have an arrow to show popup > dialog. >

Re: Plasma applets inside QML applet

2012-06-25 Thread Dmitry Ashkadov
Djuro Drljaca написал(а): Hello, it would probably useful if you also provided an example where you want to use this. I don't know enough about what this, but you will probably get better information or even another way to do what you want to achieve if there is more information on the backgr

Re: Plasma applets inside QML applet

2012-06-24 Thread Marco Martin
On Sunday 24 June 2012, David Edmundson wrote: > > this is a case where one needs to take a step back and consider exactly > > what is the final needed result whitout assumptions on how to get there > > "ie applets in applets" > > > > putting applets inside other applets instead of directly in a

Re: Plasma applets inside QML applet

2012-06-24 Thread David Edmundson
On Sun, Jun 24, 2012 at 11:05 AM, Marco Martin wrote: > On Saturday 23 June 2012, Dmitry wrote: >> Hello! >> >> I'm developing an applet in QML. I need to load an external applet and >> to place it into my applet like  containment applet, like panel or >> system tray. But at the same time my apple

Re: Plasma applets inside QML applet

2012-06-24 Thread Marco Martin
On Saturday 23 June 2012, Dmitry wrote: > Hello! > > I'm developing an applet in QML. I need to load an external applet and > to place it into my applet like containment applet, like panel or > system tray. But at the same time my applet isn't a pure containment > applet [it doesn't contain only

Re: Plasma applets inside QML applet

2012-06-23 Thread Djuro Drljaca
Hello, it would probably useful if you also provided an example where you want to use this. I don't know enough about what this, but you will probably get better information or even another way to do what you want to achieve if there is more information on the background of the problem. Regards,

Plasma applets inside QML applet

2012-06-23 Thread Dmitry
Hello! I'm developing an applet in QML. I need to load an external applet and to place it into my applet like containment applet, like panel or system tray. But at the same time my applet isn't a pure containment applet [it doesn't contain only applets]. Do You know how I can do it or it's n