Re: ANNOUNCE: mobile client for Apache OpenMeetings

2015-11-19 Thread Irina Arkhipets
Hi Kaushal, Yes, it's 1.99 Euro. Regards, Irina On Thu, Nov 19, 2015 at 10:34 PM, kaushal jani wrote: > Its chargeable? > > --- Original Message --- > > From: "Irina Arkhipets" > Sent: 19 November 2015 2:44 PM > To: "dev" , u...@openmeetings.apache.org > Subject: ANNOUNCE: mobile client for

Re: Help in Openlaszlo code

2015-11-19 Thread seba.wag...@gmail.com
Yeah, unfortunately this was always kind of my approach to narrow down the issues: Divide the code into blocks and drill/strip down until you could remove that part of the code that created the issue. When you found it you can then drill down more until you really have the line of code that breaks

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
It is something inside the chat which broke everything :( Thanks a lot for your help, now I can move forward On Thu, Nov 19, 2015 at 3:47 PM, Maxim Solodovnik wrote: > same > new lz.errorPopup(canvas,{error:'Invalid Hash'}); > > added to the main.lzx works as expected, will try to remove code bl

RE: ANNOUNCE: mobile client for Apache OpenMeetings

2015-11-19 Thread kaushal jani
Its chargeable? --- Original Message --- From: "Irina Arkhipets" Sent: 19 November 2015 2:44 PM To: "dev" , u...@openmeetings.apache.org Subject: ANNOUNCE: mobile client for Apache OpenMeetings Dear OpenMeetings Community, I am happy to announce that we've launched the first Android mobile cli

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
same new lz.errorPopup(canvas,{error:'Invalid Hash'}); added to the main.lzx works as expected, will try to remove code block by block and find the cause On Thu, Nov 19, 2015 at 3:21 PM, Maxim Solodovnik wrote: > Maybe you know > > can I have sources for "view" class so I can check how this eve

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
Maybe you know can I have sources for "view" class so I can check how this event is produced? On Thu, Nov 19, 2015 at 3:17 PM, Maxim Solodovnik wrote: > just tried to add > new lz.errorPopup(canvas,{error:'Invalid Hash'}); > > errorPopup was modified to print debug info in "oninit" handler, no

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
just tried to add new lz.errorPopup(canvas,{error:'Invalid Hash'}); errorPopup was modified to print debug info in "oninit" handler, no printing :( I'm absolutely lost :( On Thu, Nov 19, 2015 at 2:26 PM, Maxim Solodovnik wrote: > "construct" was added by me to ensure at least something is worki

ANNOUNCE: mobile client for Apache OpenMeetings

2015-11-19 Thread Irina Arkhipets
Dear OpenMeetings Community, I am happy to announce that we've launched the first Android mobile client version for Apache OpenMeetings. All you need is to find OMMobile application in GooglePlay and install it to your mobile device. We are going to promote iOS version very soon, I'll inform you

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
"construct" was added by me to ensure at least something is working :( will try other ideas somehow the only "oninit" being printed is the one in main.lxz will try to fix/workaround this somehow :( Thanks for the ideas! On Thu, Nov 19, 2015 at 2:19 PM, seba.wag...@gmail.com < seba.wag...@gmail.c

Re: Help in Openlaszlo code

2015-11-19 Thread seba.wag...@gmail.com
Okay I see your updates. Have you tried removing the "onconstruct", will the oninit then call correctly ? Another idea would be to change: to instead extend something more simple. And maybe remove the "fixedFileExplorerWhiteboardPanel" out of the class just to get an idea where the relevant co

Re: Help in Openlaszlo code

2015-11-19 Thread Maxim Solodovnik
sorry my 'svn commit' failed and I haven't noticed that :( now the line numbers should be correct whole code is being compiled with 'swf11' option, so I expect the whole output is swf11 could you please examine sources one more time On Thu, Nov 19, 2015 at 1:51 PM, seba.wag...@gmail.com < seba.wa