Re: [Interest] sqlite and windows rt arm

2014-08-28 Thread Knight Andrew
Hi, Niko H wrote: > I'm trying to run SQLite application on Windows Mobile. It seems that > Device emulator can't find the driver plugin. Here is the error message: > 'Driver not loaded'. I tested with Qt 5.3.1. How to solve this problem? sqlite was not built for Windows Phone in Qt 5.3, but this

Re: [Interest] windows rt

2014-08-28 Thread Knight Andrew
Hi, Niko H wrote: > Hi, I have one problem when I install qtcreator, there is not in field > "Device:" Emulator 8.0... How I can add that? Watch picture of my > settings... http://qt.hallikainen.cc/my_settings.png Have you enabled the WinRt Creator plugin, as described in http://qt-project.org/w

Re: [Interest] XAML and CX in Qt for Windows Phone

2014-08-26 Thread Knight Andrew
es if there are parts you don't understand. Cheers, Andrew From: Đèn cù Phan Quang Huy [matdenno...@gmail.com] Sent: Tuesday, August 26, 2014 11:17 AM To: Knight Andrew Cc: interest@qt-project.org Subject: Re: [Interest] XAML and CX in Qt for Windows Phone De

Re: [Interest] Windows Phone & landscape orientation

2014-08-17 Thread Knight Andrew
Alexander Ivash wrote: > How to specify landscape orientation for Windows Phone app? On Windows Phone 8.0, you can't do this in Qt apps (or native apps in general, unless you implement rotation yourself). This has been fixed in WP8.1 in the upcoming Qt 5.4; apps automatically rotate by default.

Re: [Interest] XAML and CX in Qt for Windows Phone

2014-08-13 Thread Knight Andrew
Huy Phan Quang wrote: > So, it mean "i must rebuild qt source code"??? Not for using C++/CX in your application (why would it)? You just need to tell the compiler to enable the extensions (/ZW). Qt will happily link just the same. -Andrew --- From: Knight Andrew Sent: ‎13/‎08/

Re: [Interest] Fwd: XAML and CX in Qt for Windows Phone

2014-08-13 Thread Knight Andrew
ss-platform, stable, cute code model and special QML. But C# calling is mandatory in my company, because many our modules and frameworks was implemented in C# or must call C# API, then we very interested in CX. And, we use AdMob for banner On Wed, Aug 13, 2014 at 4:32 PM, Knight Andrew mailt

Re: [Interest] XAML and CX in Qt for Windows Phone

2014-08-13 Thread Knight Andrew
Hi, > Hi all ! > > In Windows Phone 8, Microsoft provided a new technique for native development > (C++). There are 2 template for native : > > Native Only (only use C++) template: this template only use pure C++ with > limited access to Platform API (C# implementation like Camera, Push > Not

Re: [Interest] Enable ANGLE in 5.2.1

2014-06-24 Thread Knight Andrew
Hi, > Hi, > > I am trying to build a version of Qt 5.2.1 with VS2010 that will use ANGLE for > Qt Quick 2.0. > > Using these configure options > > configure.bat -prefix %CD%\qtbase -make-tool jom -nomake examples -opensource > -confirm-license -release -no-c++11 -icu -openssl -angle -no-opengl

Re: [Interest] STILL LOOKING for a QPA

2014-05-20 Thread Knight Andrew
> -Original Message- > From: Tomasz Siekierda [mailto:sierd...@gmail.com] > Sent: 20 May 2014 16:23 > To: Knight Andrew > Cc: Jason H; interest@qt-project.org > Subject: Re: [Interest] STILL LOOKING for a QPA > > On 20 May 2014 14:17, Knight Andrew wrote:

Re: [Interest] STILL LOOKING for a QPA

2014-05-20 Thread Knight Andrew
Hi, > From: interest-bounces+andrew.knight=digia@qt-project.org > [mailto:interest-> bounces+andrew.knight=digia@qt-project.org] On Behalf > Of Jason H > Sent: 20 May 2014 15:09 > To: interest@qt-project.org > Subject: [Interest] STILL LOOKING for a QPA > > About once a month now I get a

Re: [Interest] Qt 5.2.1 and Windows Embedded Compact 2013

2014-05-04 Thread Knight Andrew
Hi Jochen, > From: interest-bounces+andrew.knight=digia@qt-project.org > [interest-bounces+andrew.knight=digia@qt-project.org] on behalf of Kuhn, > Jochen [jochen.k...@ika.de] > Sent: Thursday, April 17, 2014 4:33 PM > To: interest@qt-project.org > Subject: [Interest] Qt 5.2.1 and Window

Re: [Interest] Qt 5.2.1 for Windows 32-bit (VS 2012, OpenGL) version?

2014-02-26 Thread Knight Andrew
Hi, > -Original Message- > From: interest-bounces+andrew.knight=digia@qt-project.org > [mailto:interest-bounces+andrew.knight=digia@qt-project.org] On > Behalf Of Yves Bailly > Sent: 26 February 2014 14:37 > To: > Subject: Re: [Interest] Qt 5.2.1 for Windows 32-bit (VS 2012, OpenG

Re: [Interest] Calling Windows Managed Assembly (in DLL file) from Qt

2013-12-31 Thread Knight Andrew
> I want to ask you if you have any ideas how to call Windows Managed Assembly > (in DLL file) from Qt. > I tried in several ways, but failed. Is it possible at all? You didn't mention the ways you tried. You can of course use C++/CLR, but I wouldn't recommend it. Qt Creator doesn't do a great

Re: [Interest] QPA / EGLFS / OpenGL

2013-09-25 Thread Knight Andrew
Hi Andrew, I haven't used the imx6 myself, but it does appear to include hooks for EGLFS. If you configured Qt with -device linux-imx6-g++, they should already be baked in. So, you should start your app with with the -platform eglfs argument and go from there. You might run into permissions is

Re: [Interest] QtLinuxFB no mouse or keyboard

2013-08-29 Thread Knight Andrew
> A also wrote on the forum and i got help to build qt5 and run the app but > couldn't get help about the mouse and keyboard problem. Some QPA plugins, like LinuxFB, don't load their own input handlers, so you need to do this yourself by passing additional -plugin arguments when you start your

Re: [Interest] Qt5.1 Windows8 phone

2013-08-21 Thread Knight Andrew
Hi Ramakanth, There is no official support for that platform, but the Windows Phone 8 QPA plugin is experimentally being developed (slowly but surely) in the winrt branch in qtbase, and is based on dev (5.2). It is not very mature, but as with any experimental part of Qt it is good to get early

Re: [Interest] Native text rendering in Qt 5.1 on Windows

2013-08-21 Thread Knight Andrew
Unless the non-default configure option -directwrite is passed to qtbase at configure time, the Windows QPA plugin generates glyph paths using GDI. See qtbase/src/plugins/platforms/windows/qwindowsfontengine.cpp. If configured with DirectWrite, the experimental DirectWrite font engine is used.

Re: [Interest] Apologies on the "bloat" thread (a.k.a yes Windows is still important)

2013-04-11 Thread Knight Andrew
> The alternative is to put this code inside qmake itself, so no new binary > is created. This has the advantage that several Qt classes are already > bootstrapped, including the filesystem engine. A bit late to the conversation, but wouldn't a nice first step / middle ground be modifying qtsync