Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-11 Thread Nicolas Cisco
I've end up copying the source of TextArea ( /usr/lib/qt5/Sailfish/Silica/TextArea.qml ) and adding a custom signal called pressed. This signal is fired when the Keys.onPressed for the TextEdit [0] is fired. This signal send the KeyEvent object, so in order to stop propagation event.accepted has to

Re: [SailfishDevel] TextArea | Using EnterKey.onClicked

2015-02-11 Thread Nicolas Cisco
I don't understand to what are you refering by sailing RichText. Can you explain it?. Thanks! 2015-02-07 16:55 GMT-03:00 Andrey Kozhevnikov : > If you using RichText enter key not adding newline. So depends on > settings you entering yourself or doing send. > > 07.02.2015 23:37, Nicolas Cisco п

Re: [SailfishDevel] Different behaviour of ShaderEffectSource in emulator vs. device

2015-02-11 Thread Gunnar Sletta
On 11 Feb 2015, at 10:46, Luca Donaggio mailto:donag...@gmail.com>> wrote: Thank you Gunnar! I completely misunderstood the "layer" property of the Item element! I thought its purpouse was to apply an effect (or a texture) to an Item before rendering it on the scene, not to render any Item as

Re: [SailfishDevel] Different behaviour of ShaderEffectSource in emulator vs. device

2015-02-11 Thread Luca Donaggio
Thank you Gunnar! I completely misunderstood the "layer" property of the Item element! I thought its purpouse was to apply an effect (or a texture) to an Item before rendering it on the scene, not to render any Item as an out-of-scene texture which could then be used as the source for a ShaderEffe