Is it possible to control IP devices from within Muse?

I want to create a simple iPad app for my own use that will send IP commands wirelessly to devices on a LAN like video projectors. So simply explained these devices have a unique IP port and IP addresses that will accept ASCII strings to call inbuilt routines such as "PowerOn" or "Run Main Timeline", etc. I know this can be dine itch Flash or Air but I don't know how to code on those platforms. Is there a simple way to add buttons in Muse to send these kinds of IP messages?

Muse is not the right product for this.  You're trying to build a native iOS device application. 
Look at  Dreamweaver CS6 with PhoneGap Build: 
(2 min video)
http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-web/updated-phonegap-support -in-dreamweaver-cs6/
(5 min video)
http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-web/using-the-phonegap-build -panel-in-dreamweaver-cs6-to-build-native-applications-for-android-and-ios-devices/
Nancy O.

Similar Messages

  • Is it possible to control itunes dj from other computers on the same network?

    is it possible to control itunes dj from other computers on the same network?  we have a computer running itunes connected to our speakers here at work, and we'd like to be able to control it through the other comptuers on the network.  is this possible, or do you have to use iphones/ipads/etc?

    AC is corret you can do that.  It might work a bit better for you if you use a wired connection vs a wireless one for the ATV's.

  • So my brother is using my e-mail address and number for iMessage on his iPad and i do not want that but he is far away, is it possible to remove a device from using my e-mail address from my macbook ?

    So my brother is using my e-mail address and number for iMessage on his iPad and i do not want that but he is far away, is it possible to remove a device from using my e-mail address from my macbook ?

    Hi ShantellePhilips,
    Thanks for visiting Apple Support Communities.
    If your brother's iPad is using your Apple ID and phone number, and you want to remove this association, you can reset your Apple ID password. See this link for more information:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    Note: If you no longer have access to the [iOS device] that is using the number you want to remove, reset your Apple ID password.
    Apple ID: Changing your password
    http://support.apple.com/kb/HT5624
    All the best,
    Jeremy

  • Is it possible to fire DDL queries from within a trigger?

    Hi,
    In Oracle 8.0.5, Is it possible to fire DDL queries from within a trigger?
    e.g. when no. of rows is multiple of 1000, I wish to call a procedure which
    analyzes the table and finds the size of the table. I am getting :
    "ORA-04092: cannot COMMIT in a trigger" error message.
    Regards
    Sanchayan

    One way around this is to use the AUTONOMOUS_TRANSACTION pragma, but I think that was introduced in 8i. Check your docs. Another way is to set up a procedure to do the ANALYZE and in your trigger submit a job using DBMS_JOB to run that procedure.
    Anyway, the second option is best because you really don't want to impose the overhead of running an ANALYZE onto a DML transaction.
    You are also going to run into the mutating table problem: you can't find out how big the table is, because you can't run queries against the table from within a trigger. You could use DATE_LAST_ANALYZED from USER_TAB_COLUMNS, but really you should just schedule jobs to run ANALAYZE at regular intervals - once a day, once a week, once a month, depending on the volatility and usage of any given table.
    Cheers, APC

  • Control symbian device from PC

    Hi,
    Can anybody suggest software that will allow to control my Symbian device from PC (i want to see phones screen on PC, send key presses etc).
    Thanks,

    Try this
    http://www.warelex.com/products/remotecontrol/index.php

  • Is there a possibility to know mobile device from which the request comes?

    Hi Experts,
    Iam developing mobile UI and I have the following requirement.
    Mobile user launches my application with the help of a URL. I need to know what is the name of the mobile
    device from which user is launching the application. For eg. i need to know if he is using blackberry, nokia etc.
    Is there any way to find this?
    Thanks,
    Satish Challa

    you can get this info from the useragent header info that most web browser include in there http header.  Here is some more info in the case of BlackBerry.
    http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800878/800733/How_To_-_Retrieve_information_about_the_BlackBerry_Browser.html?nodeid=1033750&vernum=0
    cheers
    ed

  • Controlling printer formatting from within program

    Hi Experts,
    I have a requirement in which the user wants to that the printer's default setting of format 'X_65_1024'  should be changed to 'X_65_255' in case of if he executes this perticular report.
    The output of the report is ALV list display.
    Is it possible to control printer's setting from within the program?
    I serached and found two FMs.
    'SET_PRINT_PARAMETERS' and 'GET_PRINT_PARAMETERS' .
    But I am unable to understand how to use these FMs.
    Is there any other way to achieve this?
    Any pointers to resolve this issue would be very helpful.

    Hi,
    look here:
    http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dba56d35c111d1829f0000e829fbfe/content.htm
    All Print Parameters are described.
    And a little code example:
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          destination    = lv_pdest
          copies         = lv_count
          list_name      = lv_lnam
          list_text      = lv_prtxt
          immediately    = lv_flg_prn
          release        = ' '
          new_list_id    = 'X'
          expiration     = lv_days
          line_size      = 255
          line_count     = 65
          layout         = 'X_65_255'
          sap_cover_page = ' '
          cover_page     = ' '
          receiver       = lv_prrec
          department     = lv_prabt
          no_dialog      = 'X'
        IMPORTING
          out_parameters = ls_params
          valid          = lv_valid.
      IF lv_valid <> space.
        NEW-PAGE PRINT ON
          PARAMETERS ls_params NEW-SECTION NO DIALOG.
    ENDIF.
    Hope it helps.
    Regards,
    David

  • Possibility to abort the execution from within the PreUUT and MainSequence

    Hello,
    This is probably a TS newbie question that most of you can answer right away!
    I'm using the sequential model to develop my test. I cannot figure out how to do terminate the execution from within the PreUUTLoop or MainSequence callback.
    In the PreUUT you can manipulate the parameter ContinueTesting to indicate to the process model that you want to stop testing.
    For the PreUUTLoop and MainSequence callback this parameter is not available.
    I could modify the process model itself to also supply me this parameter for the PreUUTLoop and the MainSequence. (and check for it on return from these callbacks)
    But, I was wondering, is there another (maybe even better) way to do this?
    Thanks for the help!
    noxus.

    Thanks, that's what I was looking for.
    One extra question:
    - From the PreUUTLoop callback it is working fine. (immediately stops the execution)
    - From the MainSequence callback I still get the popup message "Next UUT" or "Terminate". Can I avoid this popup message and just Terminate the execution? (preferably without modifying the process model)
    or, another alternative is that I disable the "Test UUT" entry point and only allow the user to select "Single Pass". Is that possible? Is it possible to disable the "Test UUT" entry point for the sequential process model?
    Message Edited by noxus on 02-22-2007 04:17 AM

  • Is it possible to correct converging verticals from within Aperture?

    Need to correct converging verticals can it be done from within Aperture 3.5.1

    Need to correct converging verticals can it be done from within Aperture 3.5.1
    Sorry, no.
    Aperture does not support lens correction or perspective correction.
    Aperture can however be extended with plug-ins or use external editors for this kind of correction. You can do lens correction with the PT Lens plug-in, or correct converging  verticals with external editors like Photoshop or Gimp.

  • Is it possible to control which devices connector to which router

    I have an dual band (N/G?) AP extreme with what I guess is a N-band AP express extending the network.
    When I open airport utllity and select each device it gives me a list of devices connected to each router.
    We have 2 ipods, 3 iphones, 1 ipad and 1 imac and 1 apple TV connecting among each of the devices.
    The apple TV is connected to the airport express.  Does this mean it is operating at less than G speed and could it be the reason why my streaming to apple TV is slow at times?
    Can one control which of the two routers, extreme or express the various devices in our house connect to?

    Never mind, i figuered it out. "RunState.Caller" were setting values in the wrong sequence.

  • Help: Is it possible to control Google Map from Director?

    Hello:
    I am hoping that someone could help me on this.
    I wonder if it's possible to include Google map in a
    shockwave dcr? I am trying to include the map in the dcr, I also
    want it to be able to call Google Map API and have a fully function
    Google map in my movie. if it can, how to write the lingo?
    At the moment, I put the Google map as a div on the html
    page, then embed the shockwave dcr as an object, however, the dcr
    is always on top of every other div, is it possible to set the dcr
    movie stage background to be transparent, so that I can put my
    Google Map div underneath the movie? or is it possible to let other
    div float on top of the dcr?
    Many thanks!

    Someone has hacked to Google database allowing them to create
    a Flash
    google interface, perhaps this will provide some inspiration
    if not
    actual source code.
    http://www.flashearth.com/

  • Problem with reading consistent Language readings from device from within universal app

    Friends,
    I am working against a Class a wrote the other day. But I get unconsistent Uri results after pulling language and region on windows/Phone?!
    As a beginner to all this, great of someone could tell me whats going on;
    public void SetLanguageCode()
    GeographicRegion userRegion = new GeographicRegion();
    string LocalLanguageString = userRegion.CodeTwoLetter;
    string LocalLanguage = Windows.Globalization.Language.CurrentInputMethodLanguageTag;
    // string for NavigationUrl
    string LocalLanguageID = LocalLanguage + "-" + LocalLanguageString;
    Uri TestUriBase = new Uri("http://test.test.com/");
    Uri UserUri = new Uri(TestUriBase, LocalLanguageID);
    UriBuilder UrlBuild = new UriBuilder(UserUri);
    Uri UriFinal = UrlBuild.Uri;
    _languageCode = UriFinal.ToString();
    Last field _languageCode returns "buggy" Uri on some regions/devices. How could you feed it a more static/solid language reading than above?
    Thanks again for any pointers...
    Regards, Kato.

    Thanks for taking the time here;
    To your question - its not correct.
    But my problem is this - if I change my regional/keyboard settings to "Norwegian" - away from your US.
    I get a string that is working and is correct;
    http://test.test.com/nb-NO 
    But to get YOUR US Region to work - I need to tweak this line with commenting out the end;
    string LocalLanguageID =
    LocalLanguage; // +
    "-" + LocalLanguageString;
    And then its suddenly correct, but wrong if I change the  region/language again to something "Scandenavian"...Then the final Uri for "_languageCode" is to short - like
    http://test.test.com/nb
    Which results in a "en-US Setting" - when hitting my MVC site from my App.
    My MVC site that will answer to this "Uri" request from the app, has a fallback to "en-US", which is great if the Region/Language is missing/not offered. But now my final "_languageCode" field seems to change
    its pattern based on different regions?!
    And sometime it seems to give me a mix of region/language too?! Like this;
    "http://test.test.com/en-US-NO"
    So whatever pointers anyone has here?!
    Thanks.
    Regards, Kato.

  • Controling document functions from within an iframe

    I'm interested in embedding a pdf document within an HTML iframe along with an iframe panel where i could manipulate the document via javascript.  I've been told that this is possible by inserting some javascript on both the document and the panel iframe so that the two can communicate but i cannot find any documentation or examples of this.  Can anyone point me in the right direction?

    well that was quick, thanks! 

  • Why are my pages different in browser from within muse and preview

    this is how it looks in browser.this is how it looks in muse.

    Hi
    Does this happens with any browser you check ? without site url it would be difficult to check , but can you try to copy the text and in a new page with a larger text frame try the same text with browser preview, this would isolate if you have used spacing in between lines or if the text frame is stretched.
    Thanks,
    Sanjit

  • Is it possible to control a GPIB instrument by the instrument through GPIB

    I'm having a Function generator, it has an in built GPIB, I'm writing an application on oscilloscope which also as GPIB, I have connected the GPIB port of oscilloscope to the FG GPIB port. I tried to send a GPIB command from the oscilloscope to the function generator. I wanted to know whether it is possible to control an instrument from a instrument through GPIB.

    The answer is yes and no. There are three categories of devices:
    talker/listener
    talker/listener/controller
    talker/listener/controller/system controller
    Most instruments are "talker/listen-only". All they can do is act like a device on the GPIB.
    You do run across a few instruments that are "controllers' as well. These instruments can be passed control from the system controller to temporarily control the bus, perhaps to calibrate themselves with a collaborative instrument. To find out if your instrument supports this, you probably need to look in the instrument's user manual.
    The other option is for the device to be a system controller. This means that the device can control the bus at bootup (system controller) and run a host-side API (i.e., NI-48
    8.2) to control an instrument. This sounds like what you are interested in.
    I hope this helps.

Maybe you are looking for