Re: [SailfishDevel] Accept only filled Dialog

2014-10-05 Thread Cernunnos Wynand
This is a much better solution. Thanks. I guess I have to deal more with QML. ;) Cernunnos On Sat, Oct 4, 2014 at 8:28 PM, Andrey Kozhevnikov wrote: > > something like this: http://pastebin.com/Vv0PcrJA > > 05.10.2014 00:14, Cernunnos Wynand пишет: > > Hi, > > I have the following code for a dia

[SailfishDevel] linux webagent 3.04 for apache22 64bit wanted

2014-10-05 Thread Alexander Ladygin
Hello everyone. As stated i need linux webagent 3.04 for apache22 64bit for OpenAM 9 installation. Does anyone have it? Or maybe a link? I found that one: http://forgerock.org/downloads/openam-archive, but for some reason i can't chose 64 bit version. Regards, Alexander Ladygin.

Re: [SailfishDevel] linux webagent 3.04 for apache22 64bit wanted

2014-10-05 Thread Dmitriy Purgin
Hi, what does it have to do with the SailfishOS? What are you trying to achieve? Cheers, Dmitriy 2014-10-06 1:00 GMT+06:00 Alexander Ladygin : > Hello everyone. > > As stated i need linux webagent 3.04 for apache22 64bit for OpenAM 9 > installation. > Does anyone have it? Or maybe a link? I foun

[SailfishDevel] Okay to use Silica GlassItem?

2014-10-05 Thread Camil Bancioiu
I've read that the GlassItem QML component wasn't yet ready for usage, and you can't publish an application on Harbour if it uses GlassItem. Is that still true? Or GlassItem is now allowed? If GlassItem is not yet supported in Harbour, is there another UI element to use for highlighting a ListI

[SailfishDevel] Accept only filled Dialog

2014-10-05 Thread Cernunnos Wynand
Hi, I have the following code for a dialog which will only be accepted if it has been completely filled out: http://pastebin.com/WUpHhxJh I find this a bit cumbersome. Does anyone have suggestions or improvements? Cernunnos ___ SailfishOS.org Devel mai

Re: [SailfishDevel] linux webagent 3.04 for apache22 64bit wanted

2014-10-05 Thread fake . ae
Lol. Sorry, wrong email=) On Mon Oct 06 2014 10:05:34 GMT+0400 (MSK), Dmitriy Purgin wrote: > Hi, > > what does it have to do with the SailfishOS? What are you trying to achieve? > > Cheers, > Dmitriy > > 2014-10-06 1:00 GMT+06:00 Alexander Ladygin : > > Hello everyone. > > > > As stated i need

[SailfishDevel] Refrence dynamically created QML object?

2014-10-05 Thread Peter Pykäläinen
Hi, I have a problem with a dynamically created QML object and referencing it. The problem is as follows: - Create a dynamic QML object with createObject, assign signal to it. This works fine. - Create another dynamic QML object. - I would need to check collision of these two new objects, I am us