Re: [MSEide-MSEgui-talk] About Color

2018-12-01 Thread mohamed hamza
I have a segment fault error when setting face using onbeforeUpdate event? Ex: if ainfo.instance.classname='trichbutton' then trichbutton(ainfo.instance).facemouse.template:=tcustomface(f_buttonmouse).template; De : mohamed hamza Envoyé : vendredi 30 novembre

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread fredvs
Hello. Could you try with this: begin application.createform(tmainfo,mainfo); sleep(100); // add this application.run; end. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
sob., 1 gru 2018 o 18:40 fredvs napisał(a): > Hello. > > Could you try with this: > > begin > application.createform(tmainfo,mainfo); > sleep(100); // add this > application.run; > end. > Nope, didn't help ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread fredvs
Last try: begin application.createform(tmainfo,mainfo); application.processmessages; // add this application.run; end. If no, you need Martin. -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

[MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
Hi Martin, I have problem with popup in traywidget which worked fine so far. Don't know what broke it because I didn't execute this popup for a long time, very probably my KDE Neon upgrade from 16.04 to 18.04 few weeks ago. KDE Neon is ubuntu based on fresh KDE Plasma releases (but in stable

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
sob., 1 gru 2018 o 18:51 fredvs napisał(a): > Last try: > > begin > application.createform(tmainfo,mainfo); > > application.processmessages; // add this > > application.run; > end. > > If no, you need Martin. > Same error :/ ___ mseide-msegui-talk