Sdk 4.6 mobile viewMenuItem

Hello,
I was using sdk 4.5 with view that contains:
<s:viewMenuItems>
        <s:ViewMenuItem label="Ocorrência de Não Venda" click="viewmenuitem1_clickHandler(event)" id="menuItem"/>
</s:viewMenuItems>
Until flex 4.5  this works perfect in my android device. But in the flex 4.6 the menu button im my android device (Motorola Xoom) dont appear.
Any suggestions?

The menu button on Android 3.0 (Honeycomb) devices has been deprecated.  Google instead recommends using a button on the screen: http://developer.android.com/guide/practices/optimizing-for-3.0.html

Similar Messages

  • SAP Jam Mobile SDK

    Hi all,
    I've an urgent question on whether SAP JAM has mobile SDK to extend the product for building custom apps?
    Thanks,
    Deepak

    Hi Deepak,
    You can use the SAP Jam API (http://help.sap.com/download/documentation/sapjam/developer/index.html#intguide/concepts/intro.html) to build a custom mobile app. There is no dedicated SDK for the mobile app.
    Best,
      Rüdiger

  • Java ME - JRE distributed with SDK 3.0

    Hi,
    What I want to do is to develop a program which is based on CDC 1.1 with PBP 1.1 and AGUI optional package.
    I just downloaded the new Java ME platform SDK 3.0 EA. Its specification is saying that the SDK is coming with a runtime environment for windows mobile devices. After checking the manuals corresponding to Java ME, I found out that the Java CDC Hotspot Implementation (cdc-hi) is the JVM which I have to use. Checking the folder structure in the new SDK there is a folder "runtimes", containing the subfolders "cdc-hi" and "cldc-hi". By now the problem I have is that I absolutely don't know how to install the runtime environment (which is actually distributed with the new SDK) on a mobile device. Furthermore, I'm not sure if it is only a runtime environment or emulator for CLDC configurations.
    I hope you can help me out!

    I don't know if this is what you are asking for, but if you want to install the runtime, you have to copy the .cab file to your Windows Mobile device, and run it there... It will install... however, I still don't know how to install or copy your own program there... when you open the program, an empty screen appears and there is no menu to intall applications....
    I hope this helps you a bit...

  • Running CLDC applications in Mindows Mobile using sun-java-cldc-emu.cab

    How to run CLDC applications in Windows Mobile using sun-java-cldc-emu.cab present in Java Me Platform SDK 3.0. I read the 'Java ME Platform SDK and windows mobile integration.pdf' before installing the cab. But after installing the cab the jar or jad files aren't getting associated with the JVM. When I click the jar it says 'there is no application associated with "filename". Run the application first, then open this application from within the application.' I can't find any option to open the jar file from within the Sun Java CLDC Emulator application.
    I'm using Windows Mobile 6.1 Professional Images.
    Is it possible to run this JVM like IBM J9 and CrEme? Is it actually a JVM??
    Please help.

    Threre are many JSR's to give extensive support for developers, however, it is phone manufactures would impl. JVM/spec support on their devices. This is similar to JVM api for desktop, one can't extended the JVM features which take native os support, even if they do one machine.. others using it will not be able run your application as these systems relay upon standard jvm from Sun.
    Wish you good luck.. if you are building the entire phone stack..
    Regards,
    Raja Nagendra Kumar
    Edited by: rajanag on Jul 29, 2009 10:44 PM

  • URLLoader bug with AIR SDK

    Environment:
    Flash Builder 4.7
    AIR SDK 3.4
    Mobile ActionScript project
    Problem severity:
    Use URLLoader class to get data from server; use URLVariables to send data containing a single field (Note, this issue happens only when you're sending only one field), as:
    var urlVariables : URLVariables = new URLVariables();
    urlVariables.contactid = "mycontactid";
    var request : URLRequest = new URLRequest();
    request.data = urlVariables;
    request.url = "https://myserver.com/flex/GetContactDocument?OpenAgent";
    var loader : Loader = new URLLoader();
    loader.addEventListener( Event.COMPLETE, onSuccess );
    loader.addEventListener( IOErrorEvent.IO_ERROR, onIOError );
    loader.load( request );
    Everytime it turns into IOErrorEvent returning stream error with the used URL path. I eventually noticed it didn't add any "&" after the URL! So what was supposed to be is this:
    https://myserver.com/flex/GetContactDocument?OpenAgent&contactid=mycontactid
    But instead URLLoader seeing this as:
    https://myserver.com/flex/GetContactDocument?OpenAgentcontactid=mycontactid
    Note, there's no & sign after OpenAgent word!
    This doesn't happens when there are more then 1 fields in URLVariables class! This is strange, and looks like a bug to me!
    Any suggestion would be appreciated. Thanks!

    Hello,
    1 . If you used more then 1 field in URLVariable, then is this ever worked for you with any of the AIR SDK version.Could you please share the use of OpenAgent here in the url.
    2.  One should not used “?” without assigning any value in the url for the specified field which is incorrect ("https://myserver.com/flex/GetContactDocument?OpenAgent") , please try to implement like (“https://myserver.com/flex/GetContactDocument?OpenAgent=”+value+””) as url schema needs “?” before the first parameter and “&” before the following ones. OR  Try to use (https://myserver.com/flex/GetContactDocument”) and then pass the url variable through which “?” and “&” is append by the request automatically.
    Please update if this will work for you.
    -Nimit

  • Air3 Beta SDK invalid Namespace 3.0 ?

    Hi,
    I downloaded Trial of Flash Builder 4.5 and Air 3 SDK to give it a try for my Mac OS.
    I installed it and an Air 2.6 HelloWorld works fine.
    Then I downloaded the air3 beta2 sdk and copied the sdk to
    /Applications/Adobe Flash Builder 4.5/sdks/air3_b2_sdk_mac_080811 where the folder air3_b2_sdk_mac_080811 was the folder extractet by the archive.
    I added in the project the compiler argument '-swf-version=13' but I get always the error about the wrong namespace (error 102) in my xml, but I putted in:
    http://ns.adobe.com/air/application/3.0
    What did I forgot or left out?

    Well I copied the files over the 4.5.1 SDK and the Project afterwards worked and showed on my Device with the Air 3 beta print in the corners.
    When I now want to develop a new Flex mobile Project it tells me I can not use that SDK for Flex mobile projects..
    how did you guys get this going?

  • [SOLVED] Why does android-sdk remain in AUR?

    It seems that with 1500+ votes it might be worthy of being put in [community]. I'm just curious.
    Last edited by amadar (2013-01-14 00:07:12)

    The two most common reasons that popular packages stay in the AUR:
    1. Licensing
    2. No dev or TU uses them and can't maintain them.
    A quick search through the license turns up this, emphasis added by me:
    3.3 You may not use the SDK for any purpose not expressly permitted by this License Agreement. Except to the extent required by applicable third party licenses, you may not: (a) copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK; or (b) load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.
    Last edited by Scimmia (2012-12-27 15:58:41)

  • Adobe reader sdk for OS-X?

    hi is the RMSDK (Adobe Reader Mobile SDK) available for OS-X platform? (64bit)
    i'm talking about the newest version which is 11.
    thanks

    The Adobe Reader Mobile SDK is for mobile devices:
    Adobe Reader Mobile SDK

  • Error in pda load image file performanc​e in PDA

    hello
    i am using Windows CE with labview mobile module 8.6 in evaluation version. When trying to use "pda load imege file.vi" i get an error code 1, regardless of loading a .bmp, .gif or .jpg, of only 80kb (no diference in the color depth i use). I have tryed the same program in the windows mobile 5 emulator with the same error code. When i use "pda load bmp.vi" to load a .bmp, everything is OK. Some hints about this error?
    some hints about missing dll are provided here
    http://forums.ni.com/ni/board/message?board.id=170​&message.id=185995&query.id=129565#M185995 -> can that be my problem? but then, why same error in the emulator?
    Aditionally, if .gif or .jpg have to be "flatened" to pixmap for opeation inside my VI , is there any difference (in terms of speed and memory allocation) in loading .gif .jpg or .bmp? i have to operate with the raw pixmap data in "real time", and flatened .bmp images (320x220) do not load and update fast enough... any advice for that?

    Michiel
    acording to the info provided 
    LabVIEW 8.6 Mobile Module
    The
    LabVIEW 8.6 Mobile Module includes the necessary Microsoft tools. The
    Mobile Module installs ARM Pocket PC and Windows Mobile targets. You
    only need to download and install the following additional Microsoft
    tools (linked below) if you need x86 emulator targets:
    Microsoft eMbedded Visual C++ 4.0
    Microsoft eMbedded Visual C++ SP 4 or later
    SDK for Windows Mobile 2003-based Pocket PCs
    Note: If you are upgrading from version 8.0 or later of the PDA Module, you probably already have the additional tools. 
    Since
    i have  an ARM pocket PC, i understand from the above that  no extra
    software is needed. Anyhow, i will try to install the recomended tools.
    About the VI, well, basically not even the library examples work in my
    pocket PC, so, you may try those to see if they work on your devices. I
    am afraid that the pocket PC i got (it is actually a PNA and not a PDA)
    has a reduced version of WINDOWS CE 5.0 installed and that can be the
    reason for the error...
    regards 
    regards

  • Could not resolve sparks component with Air 3.6 Beta

    Description
    Resource
    Path
    Location
    Type
    Could not resolve <s:SolidColor> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 59
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 33
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 34
    Flex Problem
    Could not resolve <s:Transition> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 38
    Flex Problem
    Could not resolve <s:Transition> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 47
    Flex Problem
    This is what i get with the latest Air 3.6 Beta SDK with a mobile project !
    FB 4.7 shows the <mx:Transition> potential match but not the <s:Transition>. Its the same for all the other errors it shows the potential matches
    Can someone provide a solution I even tried to add sparks.swc as external SWC but it doesn t work.

    I Still have theses errors :
    Description
    Resource
    Path
    Location
    Type
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 129
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 130
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 131
    Flex Problem
    Even if I added the spark.swc
    But the other errors are gone !

  • Problem while creating setup package

    Hi all,
    A week i created a setup package With SP18 0.0 . Everything worked fine..
    I download the Sca file for NWMADMIN AND NWMCLIENT and
    Today i deployed Patch 0.2  to NWMADMIN and Patch 0.6 to NWMCLIENT .
    I am getting these errors..
    0050 tc.mobile.admin.bl  170005 20070327 Error while trying to save the download url in setup package
    0050 tc.mobile.admin.bl.setup  170005 20070327 Error while trying to create the cab archive for setup package.
    0050 tc.mobile.admin.bl.setup  170005 20070327 Error while trying to create a cab file for setup package.
    0050 CAB CREATION LOG  170004 20070327 Error: Required file "D:\cabwiz.ddf" not found.
    Thanks and Regards
    Neha Kapoor

    Hi Prashantha,
    I could download SDK for Windows Mobile 2003-based Pocket PCs  from site http://www.microsoft.com/downloads/details.aspx?FamilyID=9996b314-0364-4623-9ede-0b5fbb133652&displaylang=en&Hash=%2fiQ91xWkO3zOCMv67Sphd8Q0HdCZtTMdWz3Ec5iPNq7%2fhrGF7rmyOcGv3trXOdGA8c6Qyc%2bVOlTpsmrahqFb5A%3d%3d.
    Now should i follow the steps given in http://help.sap.com/saphelp_nw04/helpdata/en/45/1eb142a174c811e10000000a1550b0/frameset.htm
    And create a Cabwiz file . Can i do this on my pc and zip the file and send it to basis and copy it on server or this should  be done on server itself.
    Thanks and Regards
    Neha Kapoor

  • Android Deployment Issue

    Hi,
    I've been trying to deploy an Android application to my Asus TF101 for testing and I cannot get past the following error:
    Error occurred while packaging the application:
    aapt tool failed:/var/folders/n8/rrrd15fx21106k5zrpqgcl700000gp/T/82e6dd6b-da03-4c3b-bf4d-29a273248 194/AndroidManifest.xml:5: error: Error parsing XML: not well-formed (invalid token)
    Flash Builder recognizes my device connected via USB.  I get the same result when I attempt instead to comile a release build.  Here is the code from the Android section of my application descriptor xml file:
    <android>
            <colorDepth>16bit</colorDepth>
            <manifestAdditions><![CDATA[
                                  <manifest android:installLocation="auto">
                                      <!--See the Adobe AIR documentation for more information about setting Google Android permissions-->
                                      <!--Removing the permission android.permission.INTERNET will have the side effect
                                                      of preventing you from debugging your application on your device-->
                                      <uses-permission android:name="android.permission.INTERNET"/>
                                      <!--<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>-->
                                      <!--<uses-permission android:name="android.permission.READ_PHONE_STATE"/>-->
                                      <!--<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>-->
                                      <!--The DISABLE_KEYGUARD and WAKE_LOCK permissions should be toggled together
                                                      in order to access AIR's SystemIdleMode APIs-->
                                      <!--<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/>-->
                                      <!--<uses-permission android:name="android.permission.WAKE_LOCK"/>-->
                                      <!--<uses-permission android:name="android.permission.CAMERA"/>-->
                                      <!--<uses-permission android:name="android.permission.RECORD_AUDIO"/>-->
                                      <!--The ACCESS_NETWORK_STATE and ACCESS_WIFI_STATE permissions should be toggled
                                                      together in order to use AIR's NetworkInfo APIs-->
                                      <!--<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>-->
                                      <!--<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>-->
                                  </manifest>
      ]]></manifestAdditions>
        </android>
    It's pretty much the default content that Flash Builder creates for you when starting a new mobile application. 
    My Dev environment:
    MacBook Pro
    OS X Mountain Lion
    Flash Builder 4.7 Beta
    Asus Transformer TF101
    I should note that the same application and descriptor file compile and deploy perfectly to iOS Simulator and actual iOS devices.  Any ideas???
    Thank You,
    M. McConnell

    More info:
    I installed FB 4.7 on one of my Windows VMs, imported the mobile project from my Mac and it successfully compiled and deployed to Android.
    When I initially installed FB 4.7 on the Mac, I overlaid Air SDK 3.4 into the Flex 4.6 SDK in FB 4.7 so that I could take advantage of iOS emulator support.  I figure this may have hosed something about the Android build process.  To test the theory, I added the original Flex 4.6 SDK (which I'd backed up before overlaying Air 3.4) back to the FB 4.7 configuration and selected it as the SDK for my mobile project.  I then changed the name space back to Air 3.1 (from 3.4) in the app.xml file.  It successfully built an APK file for Android.  The problem seems to be with the Air 3.4 framework.  Is this a known issue?  Is there a workaround or configuration setting I need to update to use Air 3.4 with Android?
    Thank You,
    M. McConnell

  • AIR 2.6 performance on iOS devices

    When I first tried iOS packager it looked too raw and slow to use in real applications. But the technology was very promising and product was obviously far from release. A new version of AIR (2.6) was released recently and it is claimed that performance on iOS devices was improved. I downloaded new AIR SDK and repackaged sample iOS application. However, I wasn't able to detect any significant performance boost. In fact, application seemed to work even slower on iPad. What is weird, I could see some speed increase on iPhone 4. But neither execution performance on iPad, nor on iPhone is not even close to the execution speed of the same application (although packaged with AIR 2.5) on Android device (Galaxy Tab). I can imagine that Android packaging could work for me. But execution on iOS devices is definitely too slow so far. Btw, I use Flash Builder Burrito and Flash Hero SDK with new mobile flex components for the development.
    The question is, what is your experience with AIR 2.6 iOS packager? Any significant increase in performance? Are there any special steps required to turn on iOS performance optimization in builder or packager?
    I'm going to try AIR 2.6 Android packager next. Will post an update when done.

    sorr for the dupe, but i already posted this in the iOS packager forum:
    the one big  advantage with 2.6 publishing is, that the app behaves as it should when  it comes to moving objects performance slowdown.
    Before performance  would break down in strange ways if I inserted too many moving objects  in my sandbox. Now the framerate just goes down when raising  the  objects count.
    If you want, check out the video of my proto: http://www.youtube.com/watch?v=uE56XCG06FM
    Same principle as with FlashKevin. Just Sprites and scripting no timeline stuff, one enterframe thats handles all the object controllers. GPU accelerated.
    You absolutely have to use cacheAsBitmapMatrix or else Sprites/Bitmaps will look jaggy and performance just sucks bigtime. I am also setting cacheAsBitmap = true.
    I had some bad performance, when i packaged a project that ran fine with the old packager due to a stage scaling issue.
    Performance  on the ipad seemed to be really bad when publishing a iPhone project  without "stage.scaleMode = StageScaleMode.NO_SCALE"  with 2.6.
    I am actually pretty happy with this release (at the moment).
    Simon

  • IOS Security Msg On AIR 3.7

    Hi,
    I am using the new 3.7 SDK with my mobile Flex application, and have a situation where my externally loaded swf is generating mysterious messages in the debugger console. The mobile app downloads and caches swf files from a server, then loads them on an as needed basis, and unloads them when the Flex View is discarded. The swf files contain no AS3 code, but some of the symbol instances on stage have been assigned names if that matters. When I load these swf files and turn on/off the named symbols on stage by setting their visibility property to true/false, the app spits out these trace messages in the debugger console when I debug on the device:
    [trace] IDS_CONSOLE_SANDBOX
    [trace] IDS_CONSOLE_SECURITY_CONTEXT
    These are listed in the console as trace statements, but I have not coded these anywhere. Everything works as expected and there are no errors in the app. So my question is, what could be causing this, and could these messages cause an App Store rejection?
    thx

    Thanks for the info. I found this which helped provide some more details on the messages: http://www.seatoa.org/2013confspkrpresentations/2013.03.21/CBB%20State%20BBND%20Mapping/Ba iley%20White%20Georgia%20SBI%20Seatoa/Prezi.app/Contents/Frameworks/Adobe%20AIR.framework/ Versions/1.0/Resources/en.lproj/PlayerUILocalizable.strings
    It seems I have a security sandbox violation error at runtime, and it seems there is no way to correctly fix this because of AIR's rule that it cannot load any swf into it's security sandbox. The docs for LoaderContext say: "Content in the air application security sandbox cannot load content from other sandboxes into its SecurityDomain."
    It would seem that in my LoaderContext object that I pass to the Loader object to load the external swf that I could set the security domain property to the security domain of the AIR app, but that does not work at all and throws a security error and program halt. So is this a limitation of AIR or is there a correct way to load an external swf and manipulate it's movieclips on stage?

  • Programming and EOS 7D

    Hi all
    I would like to connect to my EOS 7D using a laptop, and control its settings, and program its shooting, using a programming language. I know that this is possible but I typically only find information that has jumped many miles past the initial introductory tutorial stuff of "how to make the connection", "what language to use", "how to use it".
    Can anyone direct me to any ressources, introductions or tutorials to programming with the EOS 7D?
    Cheers

    I don't know about tutorials, but Canon does publish an SDK to allow you to develop your own software that communicates with and controls the camera.
    You can find more information on it here:  http://www.usa.canon.com/cusa/consumer/standard_display/sdk_homepage
    You do have to apply for the SDK -- once approved they'll give you instructions and a password to download it.
    The SDK is available for only certain Windows and Mac operating systems.  I don't know if they make an SDK available for mobile platforms such as iOS or Android (though certainly they at least have one for internal use since Canon has some mobile apps.)
    The developer page says the SDK is written in C.  You don't necessarily have to write in C if you understand how things work at the lower level.  I've developed large applications using a combination of C, Fortran, and assembly and then linked them all together.  The key is in understanding that once something is compiled to a library, it becomes a library full of entry points which expect parameters to be passed.  You then need to know if they expect a pass-by-value or pass-by-reference.  As long as your program passes what they expect (and accepts what they return in the way they plan to return it) it'll work... even if your program is written in a different language than their library.
    Tim Campbell
    5D II, 5D III, 60Da

Maybe you are looking for

  • Installed mavericks server and now some users don't have access to folders!? Why and how do I fix it???

    I have just upgraded the server and os to mavericks and now users that used to be able to open and save or even log in are now locked out with the server saying wrong password. I reset their password and still nothing. I created a new user and they c

  • How can I insert an image into a cell in Numbers for iPad?

    Hi, is there any way to insert an image inside a cell using Numbers for iPad? I tried doing it on desktop version and it works, then I shared it through iwork.com and downloaded into my iPad and it's showing fine on the iPad ( although there's no way

  • How to install hp deskjet 3900 in windows 8

    Please let me know how to install hp deskjet 3900 in windows 8

  • Real time processing in formula node

    hello all, I'm using LabVIEW for data acquisition of an analog signal.My sampling frequency is KHz. Now if I've to process these data's in formula node what type of variable I need to define in formula node.? For example,if I want to add add all the

  • How to manage guests clocks?

    Hi all! I have a one physical server with 4 paravirtualized guest Linux OS. And after a while I've found that all guests clocks have a different values for system clocks. And the root OS with the hypervisor has a different value for it's clock. As pe