[SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-16 Thread Andreas Heil
Hi all, I recently started developing for SailfishOS using the latest SDK on Mac OSX. Unfortunately, I encountered an issue trying to use the TextField control in QML. Qt creator shows a Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301) error. I meanwhile drilled down

Re: [SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-14 Thread Juha Kallioinen
On 11.07.2014 23:26, Andrey Kozhevnikov wrote: This is not error and just warning, and you can ignore it and continue developing. That's correct. It's a warning from Qt Creator that it cannot provide the code completion suggestions for that class. It is a problem with the metadata that is

[SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-11 Thread Andreas Heil
Hi all, I recently started developing for SailfishOS using the latest SDK on Mac OS X. Unfortunately, I encountered an issue trying to use the TextField control in QML. Qt Creator shows a Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301) error. I meanwhile drilled down

Re: [SailfishDevel] Could not resolve the prototype ‘TextBaseItem’ of ‘TextBase’. (M301)

2014-07-11 Thread Andrey Kozhevnikov
This is not error and just warning, and you can ignore it and continue developing. 12.07.2014 02:23, Andreas Heil пишет: Hi all, I recently started developing for SailfishOS using the latest SDK on Mac OS X. Unfortunately, I encountered an issue trying to use the TextField control in QML.