Hi,
you can use my article as a reference.
http://www.developer.nokia.com/Community/Wiki/Creating_custom_user_control_in_Expression_Blend_for_Windows_Phone
Examine the header of the MainPage.xaml...
Type: Posts; User: manikantan; Keyword(s):
Hi,
you can use my article as a reference.
http://www.developer.nokia.com/Community/Wiki/Creating_custom_user_control_in_Expression_Blend_for_Windows_Phone
Examine the header of the MainPage.xaml...
Yes, what Yogesh mentions is right..
Look for Storyboard; DoubleAnimation classes in Silverlight.
Creating the animation ( Storyboard ) can be easier in Blend but if its dynamic you code it.
...
I had an app for free for first month in which I recvd approx 50,000 downloads. When I changed to app to priced, I seem to have lost all the reviews, reports and download data of the free app.
Now,...
Hi,
I am not sure if you have solved your issue...
If you dont want any Button to be checked, you should also set exclusive = false in the ButtonRow.
Hi there,
Here is a compilation of a simple QML based Video player. www.developer.nokia.com/.../Wiki/Simple_video_player_in_QML
Also, have you found the address of the Youtube video ? Because it...
To find a child item from parent, we can use findChild() in Qt.. What are its parallels in QML ?
Cool... Thank You both.. :)
Here is a JSON parser written in Javascript.
INclusion of the JS file and an example is below..
http://developer.qt.nokia.com/forums/viewthread/2057
I understand QML is not a fully functioning language, but I wish to know if I can download and save a file via Javascript in QML.
If not, can someone point me to a Qt C++ example for the above case ?
Hi all,
Solved the problem with Parse error.
Can someone tell me how to unescape characters ?
This is the first time I fiddling with opening a web browser from QML to do a facebook share.
I get a parse error when the following executes... I feel this is quite a minor thing and will be glad...
Solved it.. Thanks.. :)
it was the namespaces.. removing it solved..
I put out the RSS Feed in a XML Tree structure and dont see the mistake in hierarchy.
I also changed the source to something more simpler(standard RSS) like ...
I am pretty much a newbie to QML and have been experimenting just recently..
The following is a code that was working well, but in incremental devlpt I made some mistake and I am unable to recover...
You can use this as a sample.
http://wiki.forum.nokia.com/index.php/Creating_specialized_TextFields_in_Flash_Lite
Write a similar validation
The adobe ux design team created several ui components. U can use them.. Search - mark Doherty as2 mobile components.
There is also the shrunken ui components by Jesse warden
Can you please tell us which which ver of Flash lite u are targetting and which phone u are testing it on ?
It is also worth checking the PUBLISH SETTINGS and sandbox issues.
Greetings Atila,
Flash can still be deployed on the 150m Symbian devices that Nokia would sell in the next 2 yrs.
Nokia is also working vigorously on revamping S3, so Symbian is going to be...
I havent seen a Facebook API for AS 2. But what you can certainly do is, have the LIKE button and launch the browser to that desired URL from Flash Lite.
The newer firmwares have FL 3.1 installed. You can check with firmware version.
Not sure... Should be a good thing to experiment..
Yes. use of shared object can handle this case... But if u want an online maintenance / registry for ur own bookkeeping, shred object is not the best way.. Use the webservice logic...
Shared object,...
I think u can deal with this by just software...
Simply create a Shared Object that set a boolean upon First launch...
was I clear ? Would this tackle ur case....
There is actually a trick that sometimes works...
overlay an movieclip over ur image with the lower Brightness / contrast feature... U can actually have a black tile ( as movieclip ) with...
Yes u have touch event in AS3 / FL 4.. Apart from that, u can have Multi - touch detected from Flash Lite 4.. Gestures like Swipe, Pan, Rotate, Zoom are possible... Please check the AS3 reference..