I need to check a value of variable which is in my php file in my adobe air application.

please help

The point of syncing is to have the same photos in albums as those on your computer. Being able to delete photos from a synced folder destroys the sync. If you want to be able to delete photos on your iPad then do not sync photos from your computer. Also the Photos app on an iPad is just one app. There are many other photo organizing and editing app in the App Store. Use the app the best suits your needs.

Similar Messages

  • Need better alternative to Adobe AIR Application Installer

    In order to build a double-clickable desktop application,
    apparently one has to use the Adobe AIR Application Installer. This
    is bad for a few reasons:
    It's not scriptable.
    It hard-wires the name of the swf file to load into the
    generated binary.
    For Mac OS X, the "swf launcher" should be a simple "launcher
    stub". The name of the swf file to load should be read from the
    Info.plist file. If it did this, then the stub could be the same
    for all applications. For Windows, there could be a simple XML
    config file in the same directory as the app that serves the same
    purpose as Info.plist on the Mac.
    I hope Adobe addresses this soon.

    quote:
    Originally posted by:
    mattkane
    How about creating your native launcher app with the whole
    AIR client in the Resources folder. When you launch your app it
    launches your server executable, then after its done its stuff it
    launches the AIR app.
    You could make the launcher app itself headless so you don't
    get two dock icons.
    This doesn't address the need to have a non-GUI alternative to
    the Air Application Installer so builds can be completely
    automated.
    It definitely breaks the drag-and-drop of a file onto the
    application's icon.
    I never said I have 2 Dock icons. (I already solved that
    problem by making the server "faceless" by setting LSUIElement to 1
    in the server's Info.plist.)
    Why do I want completely automated builds? Aside from the
    ease of just being able to type "ant" and press Return, any real
    development group has things such that a "build machine"
    automatically rebuilds the app (on all platforms) after ever
    developer check-in to check for accidental build breakage. Those
    builds also become available to QA for them to test.
    Ever time some new development tool comes out where the
    authors provide a GUI tool (presumably because they think GUI =
    easy), I have to wonder, "What were they thinking?" If the authors
    are themselves developers, how can they not see how crippling not
    providing an all-command-line tool-chain is? Don't all non-trivial
    development groups do automated builds as described above? The only
    answer I can think of is that some
    PHB
    somewhere thought it would be a "neat idea" to have an
    "easy-to-use" GUI application (because that sells to other PHBs).
    As to drag-and-drop: presumably, the swf launcher that gets
    generated properly handles drag-and-drop of files onto the
    application's icon and Does The Right Thing when it happens (where
    "right thing" usually means simply opening the document dropped
    onto the icon). Now, since my launcher gets launched instead, that
    breaks drag-and-drop unless I implement that functionality myself.
    The way I've implemented my launcher is such that, after the
    fork(), it's the parent process that exec's itself into the client
    thus keeping the original process ID. The hope is that Launch
    Services on the Mac, when handling and drag-and-drop event, will
    send said event to the original process -- which is now the client
    -- and everything Just Works. I have yet to get around to testing
    this (I'm busy with other things at the moment); but, if it turns
    out that my hope isn't fulfilled, well then I can fall back to
    keeping my launcher running to get and forward the OpenDoc
    AppleEvents from my launcher to the swf launcher.
    So, anyway, back to my original plea: Adobe,
    please just give us a command-line replacement for the Air
    Application Installer (preferably just a launcher stub that reads
    Info.plist). Thanks.

  • Accessing Global variable which is in another script file

    Hi,
    I have 2 scripts as File1.scpt and File2.scpt in desktop. I am in need of having the common global variable 'GG'.
    File1.scpt has only the following code
    *global GG*
    *Set GG to "I am global"*
    File2.scpt has
    +set file1 to (load script file "Macintosh HD:Users:mowri:Desktop:File1.scpt")+
    +display dialog m+ -- not working -- Error message: "The variable m is not defined"
    +display dialog m+ of file1 - not working -- Error message: "Can't make m into type string"
    It will be great help if you can clarify about my mistakes in this?
    Regards
    Mowri

    Another solution, shorter than the previous one:
    File1.scpt
    set GG to "I am global"
    File2.scpt
    set file1 to (load script file "Macintosh HD:Users:mowri:Desktop:File1.scpt")
    run file1
    display dialog GG
    Ref.: [Handlers in Script Applications - run Handlers|http://developer.apple.com/mac/library/documentation/AppleScript/Conce ptual/AppleScriptLangGuide/conceptual/ASLRabout_handlers.html#//appleref/doc/uid/TP40000983-CH206-SW14]
    Message was edited by: Pierre L.

  • Radio button variable not being emailed through php file.

    Dear Forum,
    I have a contact form in a AS 2.0 file that sends the form data just fine to my email. But it doesn't send the radio button selection variable.
    I am definately doing something wrong here.  Either with the setup of the radio buttons in flash, or with the php file.
    I was wondering if someone can tell me the error in my ways.
    I have included a screenshot of flash page, download link with all files, and the php code below.
    Any advice or help would be greatly appreciated.
    Thanks
    Jeff
    Boise, ID
    email: aaajeff<at>hotmail.com
    http://www.thevodkarevolution.com/email.zip
    http://www.thevodkarevolution.com/flashscreenshot.jpg
    Email.php file:
    <?php
    $sendTo = "[email protected]";
    $subject = "revolution - message";
    $headers = "From: " . $_POST["firstName"] ." ". $_POST["lastname"] . "<" .
    $_POST["email"] .">\r\n";
    $headers .= "Reply-To: " . $_POST["email"] . "\r\n";
    $headers .= "Return-path: " . $_POST["email"];
    $body = $_POST["name"] ." ". $_POST["email"] ." ". $_POST["message"] ." ".
    $_POST["industry"];
    mail($sendTo, $subject, $body, $headers);
    ?>

    I solve that problem, you also have to add the property
    radioButton1.setOnClick("common_timeoutSubmitForm(this.form, 'rbID');");
    and with this method will call the othe method :D
    Hope this is not too latte. :D

  • Help Needed in Checking data values.

    There a table which has got the name, address, ph_number of the organisational division.These deailts are fetched from few other tables and stored in a table.
    Could you suggest how to check the details(name,address,ph_number) stored in this table and to create/update a field in a table which has the following number ,along with other the details of the divisions,
    &#8216;2&#8217; &#8211; Creation of the new New Divisions
    &#8216;3&#8217; &#8211; Amendment &#8211; i.e. Changed Division (either in the Address, Name or Ph_number)
    &#8216;4&#8217; &#8211; Not Changed
    blank = undetermined
    Could you pls help in this.
    Thanks a lot.

    Hallo,
    with trigger
    Something like this
    create or replace trigger scott.trg_org
    before update or insert on scott.tbl_org
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    begin
        if inserting THEN
            :new.flag := '2';
        else
            if :old.adress != :new.adress
            or :old.name != :new.name
            or :old.phoneNr != :new.phoneNr
            then
                :new.flag := '3';
            else
                :new.flag := '4';
            end if;
         end if;
    end;Regards
    Dmytro Dekhtyaryuk

  • To check alphabetic character in variable value

    Hi All,
    I have one query within which i need to check the content of variable in which restriction is that the variable should contain atleast one alphanumeric character and that too not at first position.
    eg
    variable var
    var = 'a1234' is not allowed
    but
    var = '123a45' is allowed
    so how can i check whether the var contain alphanumeric number?
    Please provide sample code for reference.
    Thanks & Regards,
    Parag

    DATA a TYPE c LENGTH 10 VALUE '1123d56789'.
    DATA b TYPE c.
    DATA c TYPE c LENGTH 9.
    DATA d LIKE c.
    START-OF-SELECTION.
      b = a+0(1).
      TRANSLATE b TO UPPER CASE.
      IF b CA sy-abcde.
        WRITE 'First character can not be an alphabet letter'.
      ELSE.
        c = a+1(9).
        d = c.
        TRANSLATE c TO UPPER CASE.
        TRANSLATE d TO LOWER CASE.
        IF c = d.
          WRITE 'No alphabet letters in a'.
        ELSE.
          WRITE 'At least one alphabet letter' &
          'in a that is not in the first position'.
        ENDIF.
      ENDIF.
    END-OF-SELECTION.

  • Can I retrieve cursor's value with variable columns?

    I have a loop to check a bunch of columns in a cursor, I'd like to use a variable columns like following:
    cursor cur
    while ....
    loop
    cur.XXX
    end loop;
    here XXX are dynamical generated VARCHAR2.
    Could you please tell me is it possible, or not?
    Thanks alot

    Thanks for reply, first. I have couple of columns like abc_1 to abc_100 in the table, I need to check their value one by one. I want to check them using something like abc_X, in the cursor. my thought is like below,
    while i<= 100
    loop
    cur_name.abc_X
    end loop
    Just replace X with 1 to 100.

  • How to check 1000+ values comming as In parameter in plsql code.

    Hi,
    For a PLSQL procedure
    I am geting in all 5 parameters from front end. One of which is a comma separated list of 1000+ values. Now I need to check these values to retrieve from the database.
    eg. create procedure sp1(param1 date, param2 varchar2,param3.....,param5 varchar2)
    as
    begin
    select col1,col2,col3 from tab1
    where param1 = to_date(date)
    and param2 = 'abcd'
    and param5 = (list coming from front end)
    How should I pass this list to param5 for selection criteria so that each time single value is retrieved and row is returned to the front end
    Also How should I return this resultset to front end. Should I use OUT parameter as sysrefcursor?
    it will really help me if I get any example on above problem.
    Thanks in advance.
    Edited by: 954825 on Aug 24, 2012 7:39 AM

    Solomon Yakobson wrote:
    Bad design. Fifth parameter should be collection. Anyway:
    and ',' || list-coming-from-front-end || ',' like '%,' || param5 || ',%'SY.Unfortunatly there is a high chance that this fails because of the 4000 characters limitation in sql.
    If there are truely 1000+ values. Lets assume 1100.
    This means: 1100 characters just for the comma + at least 1100 characters for single char values.
    Single chars of cause do not make sense. Most languages don't have so much different characters, this means the list would have repeating values.
    If we assume that all values are different, this means we are speaking about a minimum of 3 chars.
    Therefore 1100 + 3* 1100 = 4400 chars. SQL limit broken.
    I think the only solid solution would be to build a collection/array/temp table structure and then work with that.

  • Urgent:capture group values in variables

    Hi,
    I am new to BI publisher, need some help to solve my issue.
    i need to grab group value in variables.
    i have a code like this
    <?for-each-group:contact;./contactname?>
    for example that above code will give 5 contact names. i have to capture 1st contact in one variable. Second contaname in second variable.. etc.
    Thanks,
    lax

    Not concatenation,
    i have for each group statement with contact name
    it is displaying data like this
    Name1
    Name2
    Name3
    now i want to get that values in my each variable. for example variable1 should have Name1 value. variable2 have Name2 value. Variable3 have Name3.
    so that in some other pages i have to query some records based on above variable values.
    Thanks,
    lax
    Edited by: user7498756 on Aug 23, 2012 12:23 PM

  • Getting the value of variable indirectly

    Hi all,
    I want to get a value of variable which is contained in another variable
    for example :-
    data  lc_table1 type string value 'ZTABLE'.
         CONCATENATE 'lc_table'  '1'  INTO lv_tablename.
         lv_estructura ?= cl_abap_typedescr=>describe_by_name( lv_tablename ).
          lt_ls_components = lv_estructura->components.
    In the above value of lv_tablename = lc_table1.
    i want to get a value of lc_table1 , that is ZTABLE ,,can any one please help me to get this
    thanks
    Avinash DM

    Hi Avinash,
    If I have understood your requirement correctly, you need to pass the value of lc_table1 to cl_abap_typedescr=>describe_by_name.
    You can do it like this:
    data  lc_table1 type string value 'ZTABLE'.
    FIELD-SYMBOLS: <fs> TYPE any.
    CONCATENATE 'lc_table'  '1'  INTO lv_tablename.
    ASSIGN (lv_tablename) to <fs>.
    r_descr ?= cl_abap_typedescr=>describe_by_name( <fs> )
    Please let me know if this helps.
    Thanks & Regards,
    Surmeet

  • Need guidance in developing AIR Application based on flex 4.0.0.10396 sdk beta.

    Hi Friends,
                I need to develop a desktop mail client for web based RIA developed in extjs. The air application has to communicate with a flex application hidden inside the web app and get the SMTP Details and send mail using the socket connection.
    Till date i have found few plugins and i am testing out each one of them.
    1) byteArray SmtpMailer for socket mailing which has login authentication, attachment support.
    2) suiggly with halo rich text editor for spell check enabled mail composer.
    3) flash network localConnection for communication between web flex hidden inside extjs ria app and air app, The flex application and extjs application communicate using FABridge.js.
    4) updateFramework for frequently updating the air app with new features.
    Drawbacks i face:
    1) ByteArray SmtpMailer works fine but i am unable to find a plugin for SSL encryption support which is required for connecting with gmail SMTP server.
    2) The flex web application size grows upto 1.8MB(approx) with all SDK librarys which are part of 4.0.0.10396 SDK, which is thrice as big as the extjs RIA app.
    3) The updateFramework for updating a air application throws errors, which is diffcult to troubleshoot or understand by novice like me.

    Ok, just figured this out. The cert I created was somehow malformed. I simply created a new one with the Flash IDE which worked fine. Any other method of creating the cert that I tried failed, including the keytool command line utility.

  • BBC iplayer says Adobe Air needs updating: Adobe Air will not install, but says I have a later version already on my PC!

    Use Firefox. Have BBC iPlayer which will not load, saying I need a newer version of Adobe Air: when trying to instal Adobe Air, get message saying I already have a more recent version. It worked when I was using IE, but not since changing to Firefox.

    Hi there,
    stumbled on this conversation after having problems myself.
    After lots of trial and error, I was finally able to install iPlayer on my MacBook Pro.
    Firstly remove Adobe Air (Applications, Utilities, Adobe Air Uninstaller).
    Reboot (not sure if it is needed but it is what I did).
    Download Adobe Air 2.5 from http://kb2.adobe.com/cps/853/cpsid_85304.html
    Then retry installing iPlayer from the BBC webpage. I ignored the prompt from Adobe Air to upgrade to the latest version (3.1).

  • AS3 send/import variables to/from php file

    Hi
    im new I would like to send some variables from ac3 to a
    php-file. the
    php-file have to copperate with this variable (send
    querystring to
    mysql-server).
    ac3 have to read then new variables and traced it on the
    screen.
    i found some examples on the net but i have not undersood
    any.
    can you please explane that to me????
    Sebastian

    Hi
    im new I would like to send some variables from ac3 to a
    php-file. the
    php-file have to copperate with this variable (send
    querystring to
    mysql-server).
    ac3 have to read then new variables and traced it on the
    screen.
    i found some examples on the net but i have not undersood
    any.
    can you please explane that to me????
    Sebastian

  • Need Adobe Air to support Linux glibc-2.6x - HELP!?!

    In order to continue using Adobe Air applications, like Tweetdeck, I still need a version that will run on glibc versions 2.6 - 2.9 which are used with Fedora 7 and openSUSE 11.1.
    Is it really necessary to abandon the users of these OS releases?

    Hi,
    Fedora 7 is quite old now, so is glibc 2.6. I'm afraid you'll have to upgrade your OS for using AIR.
    However, AIR does(should) work on distros having a glibc version greater than 2.7.
    I'm able to install Adobe AIR on Opensuse 11.1(inbuilt glibc version: 2.9). What is the problem you are encountering on Opensuse 11.1?

  • Need to condense the value of VBELN in to new variable.

    Here in this code..I had defined a Local variable LV_VBELN LIKE VBRK_VBELN and VBELN is Type c (10).
    The function module that I had used in the Import Parameter
    you can see the BRANCH...Its type is C (4).
    I am passing the value of VBELN to the Import parameter in the function module. As it result it is throwing the short dump.
    I need to declare a new Local variable of type c with length 4 and condense the VBELN value into this local variable and pass it to the Functino module.
    Can anyone suggest me with the code.
    Here is the code.
    DATA: ADDRESS LIKE SADR,
              BRANCH_RECORD LIKE J_1BBRANCH,
    CGC_NUMBER LIKE J_1BWFIELD-CGC_NUMBER, 
          ADDRESS_VALUE LIKE ADDR1_VAL.
      DATA : LV_VBELN LIKE VBRK-VBELN. "Local Variable for vbrk-vbeln
    --->Select single bupla into lv_vbeln from vbrk where vbeln EQ is_bil_invoice-hd_gen-bil_number.
    CALL FUNCTION 'J_1B_BRANCH_READ'
         EXPORTING
              BRANCH     = lv_vbeln   
              COMPANY           = is_bil_invoice-hd_org-comp_code
         IMPORTING
              ADDRESS           = ADDRESS
              BRANCH_RECORD     = BRANCH_RECORD
              CGC_NUMBER        = CGC_NUMBER
              ADDRESS_VALUE     = ADDRESS_VALUE
         EXCEPTIONS
              BRANCH_NOT_FOUND  = 1
              ADDRESS_NOT_FOUND = 2
              COMPANY_NOT_FOUND = 3
              OTHERS            = 4.
    IF sy-subrc = 0.
      st_txt-cnm1 = ADDRESS-NAME1.      " Name 1
      st_txt-cnm2 = 'BRAZIL'.   
      st_txt-cnm3 = ADDRESS-STRAS.  " House address & street
      st_txt-cnm4 = ADDRESS-ORT01.   " City
      st_txt-cnm5 = ADDRESS-PSTLZ.   " Postal code
      st_txt-cnm6 = 'Tel:'.         
      st_txt-cnm7 = ADDRESS-TELF1    " Telephone no.
      st_txt-cnm8 = ADDRESS-TELFX.   " Fax number
    *Commmented and added to avoid hard code CNPJ
    st_txt-cnm9 = 'CNPJ ' + CGC_NUMBER.     " CGC number (company,branch,check digits)
    CONCATENATE 'CNPJ' CGC_NUMBER INTO st_txt-cnm9 SEPARATED BY SPACE.
    **End of changes
    ENDIF.

    Hi Kittu,
    The length of BRANCH is 4 but the length of VBELN is 10.
    DATA: LV_VBELN like VBRK-VBELN. "Local Variable for vbrk-vbeln
    The short dump is due to TYPE MISMATCH. So try to declare in the following way...
    Declare like this....
    DATA: LV_VBELN like J_1BBRANCH-BRANCH.
    Best regards,
    raam

Maybe you are looking for

  • How to validate a date in Java

    Hello, I would like to validate dates entered in an GUI. Is there a simple way to do that in Java ? Thanks a lot.

  • Slow in sending mesage of my 3250

    when im sending messages my phone take about 1 minutes or more i fixed it by formatting my phone almost every 2 weeks.. is there any other way that i can fix it?? pls help im new here. tnx in advance..

  • Bitmap DisplayObjects cause a memory peak that kills IOS devices

    Hey there We are creating a game using Starling in Adobe Air for IOS, Android, Kindle and Facebook and are coming across an issue with Bitmap DisplayObjects. The following profiling session was recorded in an android device with 1GB of memory: http:/

  • Error installing CR2008 SP3 FP3.2 and/or FP3.3

    I have installed 2008 SP3 and FP3.1 sucessfully on several machines and am now trying to isntall FP3.2 or FP3.3, but both error during install: FP3.2 ===== Error 1311. Source file not found: C:\DOCUME1\JOHNST1\LOCALS~1\Temp\package\webform v.cab. Ver

  • Can't find value set in values screen of flex field

    Hi, I want to see values associated with a value set. This valueset is for one of the segment of Position Flex field of HRMS. When I go to Application>FlexField>Key>Values and query for the value set, It doesn't appear in the list of value sets. I am