IPad dev FB4.5, create a setting panel for my app

Hi to everyone,
I'm working on an iPad app, with FlashBuilder 4.5 sdk 4.5.1 air3.
I'd like add a setting panel to edit some values.
To avoid misunderstanding... i'm talking about the app setting menu in the "Setting" tool of iPad ( the cog icon )
I need to set some value outside my app context.
At first time i thought to <InfoAddiotions> tag in the descriptor, but i can't find doc about it, actually i don't know if it is the right way.
Some one can help me ???
Thanx a lot !!!

The iPad 1 can't run the newer operating systems. It'd be like trying to play a bluray disc in your 6 year old dvd player....it simply lacks the hardware to make the software run.
No suggestion about the camera, but given that Apple's attitude seems to be to focus more on the more mobile devices for photography (the iPhone and Touch cameras got features, the iPad and mini didn't), that is highly unlikely. You can tell Apple what you want, but you'd probably be money ahead to get a digital camera.
as to the photos, anything put on via iTunes has to come off via iTunes.Your main alternative would be to look for photo apps that offer file exchange that may give you more functionality.

Similar Messages

  • I have only 1 ipad device, can I create 2 icloud accounts for the same ipad?

    I have only 1 ipad device, can I create 2 icloud accounts for the same ipad?

    Of course.
    To create the first iCloud account, open Settings > iCloud, type your Apple ID and follow the steps to set up iCloud.
    Then, to add a second iCloud account, open Settings > Mail, Contacts & Calendars > Add Account > iCloud, type the second Apple ID and set up iCloud for this Apple ID.
    Note that one iCloud account will work as the primary account and the other one as the secondary account. See > http://support.apple.com/kb/TS4020

  • Creating a splash screen for your app.

    Im trying to create a splash screen for my app but im not too sure how it's done.
    Im using the following piece of code.
    public static void main(String[] args)
              JPanel display = new JPanel();
              display.setPreferredSize(new Dimension( (300), (200) ));
              display.setBackground(Color.white);
                   // I WILL PUT AN IMAGE ICON ON A JLABEL HERE              
              display.setVisible(true);
                   // I WILL NEED A DELAY HERE
              test.instance();
    }The problem I am having is that the JPanel is not being displayed. I will also need a way to create a delay, I know that I can't just use Thread.sleep(5000); because the JPanel will require the thread to be running in order to display the panel.
    Does anyone know how I could get my JPanel to display and somehow insert a delay before test.instance();?
    Thanks.

    I made my own a few days before for a database program. It can be easily done with Threads.
    I recommend you create a new class to be used as the spalsh screen , it has to extends JFrame and implements Runnable.
    I ll give you an example. I used the spash screen to display the screen and also to laod the main GUI form so that when the spash screen dispose, the main GUI form displays instantly, making the user think that the application loads faster.
    public void run ()
            try
                 this.setVisible(true);
                 Thread.sleep(2000);
                 // sets the menu visible before disposing
                 guiMenu.setVisible(true);
                 // disposes the object and returns the resources to the OS
                 this.dispose();
            catch(InterruptedException exception)
                exception.printStackTrace();
    // this method must be implement in the class
    // that implements Runnable interface
    //MAIN
    public class Main
        public static void main(String[] args)
            Menu menu = new Menu();
            SplashScreen introScreen = new SplashScreen(menu);
            ExecutorService splashExecutor= Executors.newFixedThreadPool(1);
            splashExecutor.execute(introScreen);       
    }ExecutorService is a subinterface of Executor that declares methods for managing the threads. It also has the method execute (that provides the Executor interface) which when invoked calls the method public void run() of the argument class that must implement Runnable.
    Executors.newFixedThreadPool(1); creates a poll consisting of a 1 thread which is been used by splashExecutor to execute the Runnable.
    Hope i've been of some assistance!

  • How to create a single login for multiple apps on tomcat server?

    Hello,
    I am running the most recent versions of apache and tomcat on several dells with XP pro.
    When I login to an app I have created, a session variable is set, but when I browse to one of the other apps on the same computer, it does not recognize that the session variable has been set and I have to login again.
    Can somebody please suggest how, or where I can find docs, to configure tomcat to pass the session variables to other apps?
    Thank you very much.
    Or, can anybody suggest the most effective strategy for creating single-logon functionality for multiple apps with tomcat and apache running on one computer? and with tomcat and apache running on multiple computers? (i.e., each computer has tomcat and apache integrated).
    The database is Oracle 10g running on each computer.
    Thank you again.

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • I currently have one iTunes account for my personal iPod Touch and for my work iPhone and iPad.  Can I create a separate account for work and keep my current account for my personal use - on the same computers?

    I have an iTunes account for my personal iPod Touch - have had for several years.  When my work provided me with an iPhone and now and iPad 2, they all fall under my personal iTunes account.  Is it possible for me to create a separate account for my work devices and apps, while leaving my personal account intact?  I use both my compter at home and at work to sync occasionally.

    A much simpler solution would be to go into Settings > Store and turn off Automatic Downloads

  • How to create the Set ID for report writer

    Hi
    I am suppose to create the Set id . Please suggest me the t-code etc for creating set id.
    Thanks
    Shiv

    transaction for  creating the set ID GS01
    further, the menu path  in the application menu is
    information system->Ad Hoc Reports ->Report Painter ->Report Writer ->Set
    if helpful, plz assign point as way of thanks

  • So my daughter just bought an iPad mini I have my account set up for purchases and app downloads, I made a new email and verified it for her to use facetime and iMessage

    As the question says. So I sent a text to myself from her ipad it then popped up her name with the message but then also my name. I am trying to make it so she can send texts out but I will not get them also. I don't have my number or email checked under send and receive but it is still sending to me. iCloud is disabled on her device.  Any ideas?

    Why not just create an Apple ID for her and then you wont have any problems. Login on iMessage and Facetime using her ID and do the rest with your ID. It will work i tried it on my iPad

  • Why Dev Guide says "create a separate project for each ADF task flow ..."

    Hi,
    We have a BPM process application which is having a few human tasks. The form for each of the human tasks is similar. We’d like to be able to share some page fragments or code between them and create single web application to handle all the human tasks for this BPM process application. Then I found the following in the Oracle document “Developer’s Guide for Oracle SOA Suite 11g Release 1 (11.1.1.4.0)”:
    “If the SOA composite contains multiple human tasks, create a separate project for each ADF task flow associated with each human task.”
    I wonder if we have to do that and if so, what is the reason.
    Do you have any clue? Please help.
    Thanks a lot,
    Helen

    Hi Helen
    1. I do not know the reason why they mentioned like separate project for each human task. NO, this is not required and we can have just one UI Project like MyTaskForms and have all the JSPs in this same project for each Human Task.
    2. On our side, we have like 10 Human Tasks, all using the same Payload. So we have 10 .task file. For the very first .task file, we used Auto Generate Project and gave project name like OurAppTaskForms. The reason we did this is, so that it adds all the required dependent libraries, tag libs etc properly. For all remaining 9 .tasks file, we did NOT use auto generate. Instead we used standard New -> JSF From Human Task and select one task at a time and follow the steps. These steps are covered in the online documentation. At the end in our BPM App, we have just one UI Project with all the 10 screens.
    3. ALSO, all the 10 screens have some common data. This we put in a reusable JSF Fragment page. And associated a custom Managed Bean for this to set and get values from this fragment and also some Actions for some buttons in the JSF. Then we included this JSF in each taskform jsf file, uisng the include tag. We added this include tag, somewhere in the top. So all screens share common jsf fragment page.
    4. We can refine the above stuff further. As per above, we still have 10 JSF screens for each one of the 10 .tasks. Ofcourse all these 10 jsf have same common jsf fragment. BUT instead of 10 individual jsf screens, we can have only ONE Jsf screen also. Refer online docs for the details. The challenging part is, since we have only one jsf, there may be some bussiness stuff, validatoin stuff to take care of in custom ValidationCallback Handler classes. Say for Task1, we had to show some buttons, but NOT for Task2. So we had to handle this logic. Also in validation call back, we can always get each Tasks, title also. So we can workaround this issue also. We are in the process of doing this right now. But first 3, we already did and they are working fine.
    My personal suggestion is first go with single jsf fragment and include in all tasks jsp files. Any changes to common elements need to make only in one place i.e fragment page.
    Thanks
    Ravi Jegga

  • Creating a custom panel for Snapping....??

    I'm trying to create a custom panel in Flash CS3 that will
    allow me to turn snapping on and off (i.e. 'Snap Align', 'Snap to
    Grid', 'Snap to Guides', etc.) by just checking or unchecking some
    checkboxes, but I can't find any JSFL code that will change the
    snapping options. When I try changing the snapping in a document,
    it doesn't list it in the history panel. Is there any way to do
    this? PLEASE! Someone help me!

    Thanks for the link, but it is broken for me. I think I see where you are sending me. Only one
    problem....I am an artist...not a programmer. So I guess what I am asking for is a development tool that would be easy for this type of thing. Beyond the kid friendly interface it would be nice to be able to skin your art specific interface that you make. I mean really all it is is making fancy icons in photoshop and attaching PS actions or commands to the icons. Looks like the tools that are out there already will do this for me, they are just ugly right now. If we could skin these then it would be a little more appealing for the target audience that you are making the UI for.
    Thansk again for the help!
    NickZ.

  • How can I create multiple front panels for a single block diagram?

    Hello,
       I have developed a VI with multiple controls and indicators that needs to run on computers with screen resolutions ranging from 800x600 to 1680x1050. The problem I'm having is that the front panel does not properly scale for this range of resolutions by checking the options in the "VI properties" option. Is there a way to create multiple front panels of various sizes for my block diagram and programmatically select the appropriate front panel based on the screen resolution?
    Solved!
    Go to Solution.

    See the attached Zip file.
    I have two different front panels.  Open either one and run it.  They both call MainCode.vi which takes the references passed to it and register for events.  From there, it does all the work of the code you would have put in your front panel .vi.
    This way each front panel can be laid out however you want for each screen resolution.
    Attachments:
    MainCode.zip ‏22 KB

  • I have the original iPad 5.1.1.  I am looking for an app to send message by voice . It's for a family member with physical limitations .. So if anyone has a recommendation please let me know thanks

    I Have the original iPad 5.1.1
    iam looking for an app that can use voice to send text/messages its for a family member with physical limitations

    I have the free version of this app that limits you to a 5MB file, but it does work. It requires iOS 3.1. I'm not sure how well the paid version works or what the limitations are.
    https://itunes.apple.com/us/app/quickvoice2text-email-pro/id285877935?mt=8

  • I have an iPhone 4S, iPad and MacBook Air.  I'm looking for an app or program where I can track time spent of specific projects each day and also document details of each project.  Is there anything available that is synced through iCloud?

    I have an iPhone 4S, iPad and MacBook Air.  I'm looking for a program or app that I can sync though iCloud that will allow me to us all of these devices to track time spent on projects each day along with the ability to add specific information about each project.  Any suggestions are appreciated! Thanks!

    I recommend you consider Omnifocus.  It is a task management program which runs on the Mac, Iphone & Ipad. I use it for task management and project management.  It let's you store additional information as well.   I sync all three devices through a Mobile Me account and I can enter data on any device and it is available on all devices.  I believe you can also sync through Dropbox.  I'm not sure that you can sync through iCloud yet.  The link to their website is:  www.omnigroup.com.  There may be less expensive alternatives, but this one meets my needs and syncs very well across all devices.

  • Want to set mailto for google apps;tried editing the gecko...mailto.2.uritemplate as per instructions found on web; set 3 related config values to "true" as per instructions; does not work; tried javascript method without success

    I want to set the mailto app for google apps gmail.
    I tried editing the gecko...mailto.2.uritemplate as per instructions found on web (https://mail.google.com/a/MYDOMAIN/mail/?extsrc=mailto&url=%s.
    Set 3 related config values to "true" as per instructions (network.protocol-handler.expose.mailto ; network.protocol-handler.warn-external.mailto ; AND, third, gecko.handlerService.allowRegisterFromDifferentHost.
    Does not work, no Google Apps in the mailto app spot.
    Tried javascript method in address bar without success:
    javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/a/MYDOMAIN/mail/?extsrc=mailto&url=%s","Google Apps GMail")
    Any light anyone can shed will be appreciated. Cheers, jlf

    Great howto Steve! This further increased my understanding of the MVC patterns used by BC4J.
    Some remarks:
    [*]Select New Business Components...
    This should be 'New Business Components Package', or you won't be able to add business components.
    ename as "Name",
    sal as "Salary"
    from emp
    where empno = ?That should be deptno.
    [*]Select the EditEmpsInDepartment view objectThat should be EmpsInDepartment.
    Greetings,
    Ivo

  • Creating a plugin system for my app

    Hi there,
    I want to create a plugin system for my application, but I have no idea how to start. I've programmed C# before, and with that language I could dynamicly load .NET assemblies (.dll files), but how can I do such a thing in java? And I would like to let it work on al platforms.
    Does anybody have a tutorial or something?
    Thanks in advance.

    In Java you can load classes and create objects from
    dynamically loaded classes. The convention in Java is
    that a plugin is a Java Bean (not to be confused with
    Enterprise Java Bean, this is different). Search for
    and read up on Java Beans. Also study the Class class.No, they don't have to be beans, but it makes life a lot easier if they
    1) Have no-args constructors
    2) Implement a known inteface, which characterises the behaviour the plugins will provide.
    The interface will ofen include some kind of initialise method (as a substitute for constructor arguments).
    The common interface is known at the time of compiling the framework, and new instances of the dynamically loaded classes are cast to it, and so become accessible.

  • My wife and I both have iPhones, we just got a iPad air. Can we use iPad together or can we only set up for one?

    My wife and I both have iPhones, we just got a new iPad air. Can we set it up for both of us or should we give it it's own setup separate from our phones?

    It's a trust issue. You can set them up so you don't receive each other's messages as long as you each have your own email address.
    The trust issue is the fact that either of you can change the separation at any time via Settings by checking the appropriate (inappropriate?) email address.
    To be absolutely sure you can never receive each other's messages will require two Apple IDs.

Maybe you are looking for

  • Backup through RMAN

    Hi guys. I am new in oracle database.my database is in no archive mode i want to take backup through RMAN . rman target sys/oracle backup database; but fail to backup. please see error ORA -19602: cannot backup or copy active file in noarchivelog mod

  • Saving files and attachments

    I have a Blackberry 8330 Curve and i can't figure out how to save files and attachments. I can open them but when I click the menu, as one person suggested, it does not give me an option to save. I have version 4.3 Thanks for your assistance.

  • Share and Sync same library from 2 computers wirelessly

    Hello, I am trying to have the same library between my laptop and desktop wirelessly. I want to be able to update my ipod w/ other song on the go, on the desktop at home, and share the same library. Is there another way besides just sharing the music

  • Am trying to register my credit card information, but i cant do that, half way

    trying to get an itune gift card code, i have to fill out my credit card info and then am told to contact itune suport to complete it

  • FUNCION DE TRANSFERENCIA

    FUNCION DE TRANSFERENCIA Attachments: FUNCION DE TRANSFERENCIA.vi ‏15 KB