12-01-2012 07:05 AM
Hi,
I have updated to beta4 with few changements. I have still resize my icons to 114x114.
So, I don't see real new features... only modifications for users and for developpers.
1°/
Unfortunatly, there is new issues and in particular in the ListView object. This object is fully bugged !
I have some items in double. So I add 10 items in my list, and I can have 18 items !
2°/
At last, now switch between tabs in slower than before. With beta3, it was quiet flow... now the UI is blocked ![]()
3°/
From the API, we can't know the SD-Card mount point... So I don't know to find the SD-Card ; and I can't test since I have the Dev Alpha A. If someone with a Dev Alpha B can bring me the answer ![]()
4°/
Invokation framework with an external URI doesn't work well...
Invokation query with URI : http://www.domain.tld/audio.mp3 & Mime-types: audio/mpeg doesn't return the mediaplayer. Whereas if I have URI : /accounts/...../audio.mp3 & Mime-types: audio/mpeg3 returns the mediaplayer.
=> If I invoke directly the mediaplayer with the URI and target sys.mediaplayer.previewer ; the mediaplayer streams my audio file... so it works well... so InvokeRequest should work ![]()
5°/
About BBM update profile permissions, if I disable the permissions (so forbid), my application can always change the personnal user message. And in the all cases I have always the popup to confirm the modification.
Also we can't really test the notifications system... since HUB is missing ; and notifications on home screen aren't displayed.
So, today my application has more issues than with the beta3... but the issues are in cascades framework. How can I submit my application to "built for BlackBerry" program with these issues ?
Nicolas
12-01-2012 03:36 PM
I've got one more issue: I cannot use SqlDataAccess
In Beta3 needed only to add LIBS += -lbbdata to the .pro file and add in header/source file: #include <bb/data/SqlDataAccess>
During compilation I've got a following error: target_10_0_9_1101/qnx6/usr/include/bb/data/SqlDat
It regards the #include <QtSql> file in SqlDataAccess.hpp file. Please advise if it is a bug or should I do something to correct this error?
12-01-2012 03:49 PM
At least you can use QML editor... because IDE crashes for me if I use beta 4. Will keep using beta 3.
12-02-2012 09:54 AM
klz, It seems the frequency of crashes one can reduce by blocking workspace refreshing (Window->Preferences->General->Worspace->Refresh on access). At least for me this dramatically reduced the number of crushes. Before I had at least one in 5 min, now 4 hours, still without crashes ![]()
12-02-2012 11:27 AM
Unfortunately doesn't work for me. My IDE crashes when I try to open a QML file to edit.
12-02-2012 11:32 AM
I too have just updated to Beta 4 and the IDE freezes when loading any QML file!
Does everyone have this issue?
12-02-2012 11:59 AM
Ok I now have the QML editor working.
I am running on Windows 8. To fix I edited the properties of the SDK installation exe and set compatibility mode to Windows 7. I then ran the installation again but this time I ran it as administrator. This seems to have worked. For those of you on windows 7 just try re-installing but running the installation exe as administrator.
12-03-2012 04:06 PM
I'm using Mac, so this helped me:
Try to install beta 4 in different folder (do not use a default one, where you already have beta 3). I"ve just done that and QML editor works fine for me.
12-04-2012 12:22 AM
rcebryk wrote:
I've got one more issue: I cannot use SqlDataAccess
In Beta3 needed only to add LIBS += -lbbdata to the .pro file and add in header/source file: #include <bb/data/SqlDataAccess>
During compilation I've got a following error: target_10_0_9_1101/qnx6/usr/include/bb/data/SqlDat
aAccess.hpp:13:17: fatal error: QtSql: No such file or directory
It regards the #include <QtSql> file in SqlDataAccess.hpp file. Please advise if it is a bug or should I do something to correct this error?
Have you been able to resolve this particular problem?
As soon as I add
#include <bb/data/SqlDataAccess>
I get the following error when compiling:
C:/bbndk/target_10_0_9_1101/qnx6/usr/include/bb/da
12-04-2012 02:10 AM
The only solution I found is going back to Beta 3.. It works correctly there.