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 TextA

[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: Bin

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" 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 1

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" a écrit : > Hello every body, > > I'am OpenSuse user, is there any way to setup the QT-Project? > > The file don

Re: [Interest] Custom SpinBoxStyle questions

2014-09-08 Thread Frédéric Martinsons
Well since I had no answer on this thread, I gave up on custom SpinBoxStyle. For those who are interested, I created a spin box from scratch (two clickable images and a label, each one with a custom style). Le 1 sept. 2014 11:04, "Frédéric Martinsons" a écrit : > Hello interest,

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

2014-09-04 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 : > 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-07-28 Thread Frédéric Martinsons
ctory structure after the first launch on device in "/data/data/com.company.app/qt-reserved-files/lib/qml" and in my main.qml the "import MyPlugin" directive is finally resolved. Great ! Thank you for your answers. 2014-05-27 6:13 GMT+02:00 Frédéric Martinsons < frede

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" a écrit : > On Sun, May 25, 2014 at 1:58 AM, Frédéric Martinsons > wrote: > > I'm not sure to understand completely. You reproduce the directory > str

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] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-05-24 Thread Frédéric Martinsons
> better, 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 exc

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

2014-05-23 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 MyPlu

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

[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 f