Re: [Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-06 Thread Frédéric Martinsons
I answer to myself, I found a working solution on android. To sum up I replace my TextArea with a TextEdit inside a Flickable , itself inside a ScrollView 2014-11-04 14:31 GMT+01:00 Frédéric Martinsons frederic.martins...@sigfox.com: Hello, I've been using the TextArea QML controls

[Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-04 Thread Frédéric Martinsons
Hello, I've been using the TextArea QML controls for a while on desktop and nothing goes wrong. But on an Android target (from Qt 5.3.1) , it seems that it doesn't scroll at all on android. The simple QML file attached reproduced the problem on a Nexus 7 (android 4.4.4) main.qml Description:

Re: [Interest] Setup in Open Suse

2014-10-08 Thread Frédéric Martinsons
Maybe I'll say something silly but isn't a chmod +x your_file.run ./your_file.run do the job ? At least this is what I do on my Ubuntu. Le 8 oct. 2014 10:10, safouane chabchoub chabchoub.safou...@gmail.com a écrit : Hello every body, I'am OpenSuse user, is there any way to setup the

Re: [Interest] Setup in Open Suse

2014-10-08 Thread Frédéric Martinsons
In a shell of course! Le 8 oct. 2014 10:25, Frédéric Martinsons frederic.martins...@sigfox.com a écrit : Maybe I'll say something silly but isn't a chmod +x your_file.run ./your_file.run do the job ? At least this is what I do on my Ubuntu. Le 8 oct. 2014 10:10, safouane chabchoub

Re: [Interest] Qt equivalent for Windows' PathCompactPath function?

2014-09-05 Thread Frédéric Martinsons
Hello, QFontMetrics::elidedText seems match your needs. See http://qt-project.org/doc/qt-5/qfontmetrics.html#elidedText 2014-09-04 1:43 GMT+02:00 Sascha Offe sascha.off...@gmail.com: Hi, does Qt have something similar to Windows' PathCompactPath function

[Interest] Custom SpinBoxStyle questions

2014-09-01 Thread Frédéric Martinsons
Hello interest, I've been doing a custom QML SpinBox (dedicated to look like the android SpinBox, up arrow above the text, down arrow below and no background) but I have trouble concerning the style component 'incrementControl' and 'decrementControl'. The documentation says : The button used to

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-26 Thread Frédéric Martinsons
Ok then, I'll give it a try. It's prettier than my first method. Thanks Le 27 mai 2014 00:52, Preet prismatic.proj...@gmail.com a écrit : On Sun, May 25, 2014 at 1:58 AM, Frédéric Martinsons frederic.martins...@sigfox.com wrote: I'm not sure to understand completely. You reproduce

[Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
Hello Qt, I recently downloaded the last Qt release (5.3.0) and I try to porting my functional QML application to Android. I encountered a problem with integrating my custom c++ plugin into the APK. The directory structure I got on desktop is the following: MyProject/ MyBinary

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
, if they made it in. Note that the dynamic loader in android can only load libraries whose dependencies are already satisfied, unlike the real ld which will fetch and load dependencies. -- Sent from my Android phone with GMX Mail. Please excuse my brevity. Frédéric Martinsons

Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
I'm not sure to understand completely. You reproduce the directory structure after the build phase of your plugin in the qrc, build it manually and copy it to the android data dir ? Or you simply embed an archive of the directory and extract it on the first run at the right place ? Le 25 mai 2014

Re: [Interest] Exception during ASCII cast on windows

2012-10-23 Thread Frédéric Martinsons
Hello again, there was an object constructed which called an external library which made poorly std::string currentPath=getenv(PWD) ... Of course under cygin, PWD is defined while it is not under windows termninal. Sorry for the noise. 2012/10/22 Frédéric Martinsons frederic.martins

[Interest] Exception during ASCII cast on windows

2012-10-22 Thread Frédéric Martinsons
Hello, I've an application which runs nicely on linux (Qt 4.7.3 gcc 4.1.2 32 bits) and I want it to run on windows XP 32 bits. So I've been built it inside eclipse (not my choice, it is part of a bigger C++ project), everything was fine until I want to execute it. It crashed poorly giving me the