How make custom window with flex 3 ?

Recently version, I was maked custom window by used
<mx:Application> instead of <mx:WindowedApplication>
but <mx:Application> script does not work in flex 3
beta 3 ...
when I changed WindowedApplication to Application. design
view was black out ..
ofcourse, I changed systemchrome and transperate tag in
app-xml .
how make custom window ?
sorry for my poor english ...

Have you tried changing your root tag to WindowedApplication?
I think AIR may not support using Application as the root tag. Is
there a reason you want to avoid WindowedApplication?
- Peter

Similar Messages

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • How make dynamic site with MUSE

    Howdy, i want ask how make dynamic site with muse, can it intergated with CMS like wordpress, joomla, drupal etc?
    Thanks,
    best regard,
    harles

    Hello Harles,
    The CMS functionality till now is only supported with Muse while using Business Catalyst as host.
    Please refer to forum posts : http://forums.adobe.com/message/4418294?tstart=0 and http://forums.adobe.com/message/4776241#4776241 .
    Hope this helps.
    Regards,
    Sachin

  • How to setup Blazeds with Flex builder 3

    I need to setup Blazeds with Flex builder 3. Can anyone help me out regarding this?

    Very helpful! Should be placed in the blazeDS docs!
    Chris

  • How to build VideoPhoneLabs with Flex SDK

    Hi,
    My Flex builder has been expired now, so i would try to build this sample apps with Flex SDK.
    But the following failed.
    >mxmlc -target-player=10 VideoPhoneLabs.mxml
    Dose anyone got success it ?
    My Flex SDK is v.3.2 and os is Vista.
    Any advices welcome.
    Ono Keiji

    Tried successfully!  Needed to download Data Visualization Component ( on the same page where you download the sdk) and I've set target flash player 10 in the .xml config file.
    Hope this helps,
    Alex

  • How make file association with a sgd application

    hi!
    I need to know, how i make file association from a sgd client.
    I need open file .doc with a sgd application just make doble click in the file .doc
    in the client
    SO: rhel5u1
    i have word.desktop file
    [Desktop Entry]
    Version=1.0
    Encoding=UTF-8
    Name=word2003
    Icon=/home/ssa01/.tarantella/icon-cache/srsgd.sunssa.com/windows.gif
    Categories=Application;SGD;
    Type=Application
    Exec="/home/ssa01/.tarantella/tcc/4.50.907/ttatcc" -profile "srsgd.sunssa.com::Default" -application ".../_ens/o=applications/cn=word2003"
    Terminal=false
    please help me!!

    guinn8181
    it showed up as a ProTools (an audio editing application I have installed) plug-in … How can a firmware update meant for a specific hardware but tied to a third party softwareThen this is a bug in ProTools. The "Open with" should show "<None>".
    You need not concern yourself too much with this, since the system will run this updater as and when necessary—you don't need to run it yourself.

  • How make installer java with mySQL database

    How do I create a java installer for windows, because I have a project that uses mySQL database.
    Anyone please help me....

    If you have eg. a desktop application which needs a database, but don't have/ need a database server, which is accessed by several instances of the application (which seems to be the case, otherwise you wouldn't want to install it along with the application), consider an embedded database such as Apache Derby/ Java DB.
    Then all you need is to ship some jars and make sure they are on the classpath.
    If you're using JPA and generate the DB schema, then switching DB vendors should be quite easy. Just reconfigure your persistence.xml.

  • To make Custom window as Interface Window

    Dear Experts,
    I have created a additional window in a Standard Web Dynpro component as Enhancements. But the Check box "Interface' is not checked by default. But when we create a new WD component by default the check box  will be checked. How to make the Check box "Interface' in the Custom wiondow to be checked. Please suggestions.
    Thanks in advance.

    Hi,
    When ever we create a component automatically window will be created . So if we check in the properties(tab) of the Window the checkbox 'Interface' will be default checked.
    But my case is ...I have to create a Window for the Standard Web Dynpro comnponent as Enhancement Framework.So in this case by default check box is not checked and it is disabled in order to avoid manual checking.

  • How make menu button with unrolling thumbnails in as 3.0??

    Hello
    I need help with doing a menu with unrolling and rolling up buttons with thumbnails;  now I have someting like that (attachments) this was made by as 2.0 but I need help with changing this on as 3.0.
    if samobody have some ideas how can I do this or somting similar using as 3.0 I will be grateful

    The only way to convert it to AS3 is to go thru it and replace the code as needed.  While some code may not have to change, quite a bit of it will.  Your best bet for getting thru it is to build it up from scratch one object at a time and get each coded as you go.  Otherwise you will be overwhelmed with error messages.  Here's a few pointers.
    All code is AS3 has to be placed on the timeline.  You cannot place code "on()" objects.  So each object needs an instance name.
    Any interaction or event handling such as mouse controls and file loading involve event listener/event handler pairs.  So you will want to start with looking into the addEventListener() method, which is pretty much used globally for any/all event processing.
    When it comes to loading external swf files, you want to use the Loader class.
    To determinine how to make the code work, I recommend using a practice file.  A file that you can implement one codig sequence in at a time just to determine what works.
    Converting this to AS3 will be a good exercise for you on the road to learning it.  When I wanted to start learning AS3 that's pretty much what I did, though with the sole purpose of the learning as my goal.  I took a fairly complicated menu design that I had created first in AS2, and then rebuilt it from the ground up using AS3.

  • How make menu button with unrolling and rolling up thumbnails

    Hello
    I need help with doing a menu with unrolling and rolling up buttons woth thumbnails;  now I have this made by as 2.0 but I need help with changing this on as 3.0. or if samobody have some ideas how can I do this using as 3.0 I will be grateful

    The only way to convert it to AS3 is to go thru it and replace the code as needed.  While some code may not have to change, quite a bit of it will.  Your best bet for getting thru it is to build it up from scratch one object at a time and get each coded as you go.  Otherwise you will be overwhelmed with error messages.  Here's a few pointers.
    All code is AS3 has to be placed on the timeline.  You cannot place code "on()" objects.  So each object needs an instance name.
    Any interaction or event handling such as mouse controls and file loading involve event listener/event handler pairs.  So you will want to start with looking into the addEventListener() method, which is pretty much used globally for any/all event processing.
    When it comes to loading external swf files, you want to use the Loader class.
    To determinine how to make the code work, I recommend using a practice file.  A file that you can implement one codig sequence in at a time just to determine what works.
    Converting this to AS3 will be a good exercise for you on the road to learning it.  When I wanted to start learning AS3 that's pretty much what I did, though with the sole purpose of the learning as my goal.  I took a fairly complicated menu design that I had created first in AS2, and then rebuilt it from the ground up using AS3.

  • How make cookie cutter with fade-out to white surround - a vignette?

    I have been given a wedding picture and my client wants a soft white vignette,  the picture fading to white all round. I have the Cookie Cutter but can see no way of changing the hard edge to a vignette.

    Okay lets start over:
    1. Drag the locked background layer (drag the layer in the layers panel)
        down to the new layer icon at the bottom of the layers panel.
        This duplicates the background layer.
    2. Make the background layer active (click on the bottom layer in the layers panel).
    3. Go to the bottom of the layers panel, click on the new fill or adjustment layer icon
        and select Solid Color from the drop down menu. When color picker appears, select
        white as the color and click ok.
        (you can change the color later by double clicking on the fill layer icon in the layers
         and choosing a new color)
    4. Make the top layer in the layers panel active by clicking on the top layer in the layers panel.
    5. Select the cookie cutter tool, choose the shape, set the feather, uncheck the crop box and
       draw out the shape on the image.
    The amount of feather depends on how large your image is, so you might have to try a few different settings.
    MTSTUNER

  • How make swiping/scrolling(with finger, NOT MOUSE) faster on android ex Chrome, Dolphin speeds etc.

    Swiping with finger is slow when I quickly just want to swipe through site very quickly this is the only thing that makes me not want to use firefox on android. Just tell me the things that i need to configure in about:config.

    use about:config and see https://wiki.mozilla.org/Mobile/Fennec/Android#Tweaking_UI_prefs

  • How make customized menu default in excel interface

    Hi everybody,
    Experts, i want to change the first screen that opens up when i open the excel Interface, instead of the three globes, i want my costumized menu to open, so the user can start working from there,
    Is there any way to do it?
    Thanks in advance.

    Hi,
    To remove the 3 globes you can follow this:
    First, as I recall, there is a file, u201CLaunch.dllu201D, (?) under the webfolders directory on the server that can be updated with the image you would like to use.
    ----Additionally, A SAP note has been created:
    Note 1287629 - Customizing of Company Logo image in BPC for Excel
    (IM 3220483)
    Symptom
    This purpose is supporting the customized image on default workbook when Logging on to BPC for Excel.
    Other terms
    BPC 7.0M SP3 Microsoft, Company Logo, IM 3220483
    Solution
    This is Supported in BPC 7.0M SP3.
    Customer can change the image on the default workbook.
    Additional Info
    If a customer wants to change the image on the default workbook, it needs to set the Application Set parameter on the Web administration as below.
    1. Image file should be in "Server Install\Data\WebFolders[Appset]"
    2. Add to Application Set Parameter.
    KeyID : COMPANY_LOGO
    Value : image file name. Image file extention only support to "BMP","GIF" and "JPG".
    3. Available value
    u2022 If you want no image on default workbook, you should leave blank in the value field.
    u2022 If you want to show default image; terrestrial globe, you should set Default in value field or remove the key from the application set parameter.
    As for setting a menu as the default I think you would need to either look at using a BPF or use a macro and open a custom menu.
    Santosh

  • How make wireless connection with airport express to  Yamaha Clavinova CVP-403 ?

    I would like to wirelessly connect my Yamaha Clavinova CVP-403. I would like to use a D-link DWA 125 and my airport express. Does anyone has any experience on how to do that?

    Hi Henry - you seem to be a very helpful and knowledgeable person and I am wanting to dive in to the depths of wireless working at home and could probably do with your advice. I certainly don’t have as much knowledge as Jaybee and if he’s had problems I am feeling a little apprehensive.
    I know that the first thing I need to do is get an ethernet modem to use with Airport Express as I currently only have a USB modem. I was wondering if you have any recommendations or if I should go straight for the Netgear DSL modem/router (DG834B) that Jaybee ended up with. Although the bit about ‘disabling the Airport Express resp. Extreme routers’ scares me rigid
    I have looked at ‘About this Mac’ and got the following for you – hope it’s helpful.
    OSX 10.3.9
    1.33 HGz PowerPC G4 processor
    Airport Extreme: Worldwide
    Firmware: 400.17(3.90.34.0.p11)
    Airport admin utility: 4.2 (v420.31)
    My ISP is also Tiscali (UK) - they have said they can only provide modem support on the USB modem they provide so once I switch to an ethernet modem I’ll be on my own. I have checked the Tiscali website and found the following modems, so I would assume (probably unwisely) that they would be compatible with my account...
    Zoom X6 5590 DSL Modem (55907200) 
    D-Link DSL-300T 
    Zoom Hayes ADSL Ethernet (H0-15805) (081580572) 
    Any help is very gratefully received.
    Regards,
    ... LIZ ...

  • How i integrate jsp with flex

    Hi,
    I am having the requirement that i want display my page as flash instead of html as we previously displaying With the help of jsp and now i want integrate through flex.
    Can any one having knowledge about flex.hlep me out.
    I also want sample project which include technologies like Struts, jsp, oracle and flex.
    Cheers
    Srinivasan v

    flex can provided the services called lcds and httpservices. we can use these services to interact with the jsp with flex

Maybe you are looking for

  • Audigy 2 ZS Platinum Pro - Not reading line 1 or any external input po

    I had my soundcard installed, but then I had to reformat a few weeks later. After I reformated, everything worked fine, I can listen to my music through the same speakers, I can use Creative Player and all that good stuff...but when I open the surrou

  • Sound (speech) into mac mini

    How do I get sound for instance speech or music into my mac mini as there is no inlet for a microphone.? Mac mini   Mac OS X (10.4.7)  

  • Classcastexception on portableremoteobject narrow

    I was successfully connecting to an EJB on my WebLogic server from a Java IDL client using the iiop protocol, cosnaming initialcontextfactory. I'm at a loss as to what is different now that is causing this to fail. I'm sure it has something to do wit

  • RAC 10gR2 (10.2.0.4) certification with RHEL5 (5.3).

    Hi, Shall I go with RAC 10gR2 with Red Hat linux 5.3? I am trying to search in the metalink but not able to get any information, giving me no result found. Really appritiated if anyone can answer. Regards

  • JTable - hide colunm names in JScrollpane?

    Anyone got any good ideas on hiding the headers of a jTable when displayed in a scrollpane? i just want the contents visible and nothing else TIA steve