Is there a way to inform all Applications in a Workspace...?

Hi,
I can inform the developers of an instance in the login Page and Home Page from the internal WS. Under Shared Componants I can send a message to the developer Homepage too, but I haven't found a way to inform all Applications of a Workspace or of a Apex-Instance.
Any Ideas...?
Thanks,
Juergen

Hello,
Inform them of what? You just want a Message Of The Day sort of thing?
Why not store messages in a globally accessible table/schema that all the applications have permission to read from and then display any messages? You could put this logic into a packaged procedure so it's easily sharable between apps?
Lots of solutions I can see really, but would need lots more detail about your actual requirements to suggest a 'best way'.
John.
Blog: http://jes.blogs.shellprompt.net
Work: http://www.apex-evangelists.com
Author of Pro Application Express: http://tinyurl.com/3gu7cd
REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

Similar Messages

  • Is there a way to download all applications that were previously purchased?

    In the past I have many different applications for the iPhone however I have formatted my pc and my phone since then. Is there a way other than to review my entire purchase history to redownload all of my applications from the apps store?

    planb77 wrote:
    Actually there is.
    I'm very much aware of that, but the user wanted to know if there was a way she could download them all at once instead of having to go through them one by one using her purchased history.
    B-rock
    Yes I edited my post about 2 seconds after posting it, but hit 'save' rather than 'post'... apologies, I misread the original question.
    I now cannot edit the response, because it's been replied to...
    Message was edited by: Zoolook

  • I have downloaded an update for my ipod 4th, and after that all my songs, pictures and apps have been erased, Is there some way to recover all my information without have done a security copy?

    I have downloaded an update for my ipod 4th, and after that all my songs, pictures and apps have been erased, Is there some way to recover all my information without have done a security copy?

    I supsect you did the update on other than your syncing computer. If yu did the app, music and synced photo will not be on the iPod after the update since those items are not in the backup that iTunes makes. See:
    iOS 5: Updating your device to iOS 5
    The above applies to all updates performedvia USB on a computer. To get stuff back, restore from backup on the syncing computer.
    The above in my educated guess since you provided litle information about how you did the update.
    You can redownload many iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Is there a way to move all information from the iPhone onto a USB drive without using a computer?

    Is there a way to transfer all information from the iPhone to a USB device/drive without the use of a computer?  Can this be done via USB hookup with an app?

    Thank you for your quick response.
    Are there any apps that can do this, or is there a way to create an app to do this?

  • If you decide to move up to an iPad with greater storage, is there a way to transfer all of your apps and information from the old to the new.

    If you decide to move up to an iPad with greater storage, is there any way to transfer all of your apps and information from the old to the new.

    Transferring from old to new
    http://support.apple.com/kb/HT2109

  • Is there any way to get an application to load automatically on server start?

    We're trying to implement a load-balancing mechanism between FMS hosts in a virtual "farm".  The mechanism we're using is to have the FMSs periodically send "load" data (along with a timestamp) to an application server.  That server will then use that load information and timestamp to detect when an FMS server has gone down and to make stream assignments to FMSs.
    Right now, I've implemented this code via a setInterval() in live/main.asc.  I've added a "return false" to Application.onAppStop() to (according to the docs, I haven't tested this yet) keep the server from shutting down an idle instance.  So I've left with a "chicken and egg" issue: how do I get the interval running before the first request hits the application (and forces the load of the application)?  I've tried putting the setInterval in onAppStart() and as a global.  In both cases, it only gets executed after application is loaded.
    So, is there any way to force an application to load (via a config file parameter or local command-line)?

    Hi,
    I am sorry i have not read the full details what you wrote, but if you are looking for loading of application on start of the server, there is a configuration tag in application.xml called loadonstartup and by default it is set to false. Set it to true to enable it and all the apps will be loaded on server start.
    alternatively , you can make an application.xml inside the application folder and set this tag to true, to have this applied only to a particular application,
    Also, the fms admin console can launch a new instance of an app without any connection being made initially.
    Thank you !

  • I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc?

    I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc so I don't lose all of that information and can easily switch to a singular apple id?

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • Is there a way of selecting all files within multiple folders?

    Let's say I have a folder called 'text books' and within that folder I have 100 more folders named by author.  Inside the folders are .txt files of their work.  Is there any way I can select all the .txt docs and paste them in one big folder?  In other words, is there a way of removing all the sub-folders and putting all the .txt files together in one place?
    regards
    Rob

    Thanks Niel.  Worked a treat!  Took me a short while to figure out how to get it to run in the directory I wanted it to (as the file was also on NAS)  as I have never used AppleSript before.
    So, for posterity, and if anyone else is interested in trying to do this, here is my final script:
    set pa to "/Volumes/Public/etc - whatever your path is"
    set aspa to POSIX file pa
    set tpa to "/Volumes/Public/ directory you are moving them to"
    set as2pa to POSIX file tpa
    tell application "Finder"
      move every file of entire contents of folder aspa to folder as2pa
    end tell

  • Is there a way to view all the table names in a certain schema?

    Is there a way to view all the table names in a certain schema?

    SELECT table_name FROM user_tablesThat won't do much good given this piece of information:
    i am trying to finish a lab for school but i don't know what tables are in my
    professor's schema. The appropriate solution is
    SELECT table_name
    FROM all_tables
    WHERE owner = 'PROFESSOR_YAFFLE'
    /This will show the names of the tables which Prof. Yaffle has granted to us.
    Cheers, APC

  • Is there a way to "Quit" all running apps in dock at the same time verses right-clicking each one individually?

    Is there a way to "Quit" all running apps in dock at the same time verses right-clicking each one individually?

    IIRC, OPTION-click on the Apple icon on the menu bar and select either Restart or Shutdown. Alternatively,
    Control-Command-Eject
    Quit all applications (after giving you a chance to save changes to open documents), then restart the computer
    Control Option-Command-Eject
    Quit all applications (after giving you a chance to save changes to open documents), then shut down the computer

  • Is there a way to extract ALL my music from my ipod touch 1st gen?

    My ipod touch has been really gritty and slow the past few months and im planning in getting a new touch. But ive manually installed music onto it from random computers but i want keep my recent music. I have around 2,000 songs.
    So is there a way to extract all that? I dont really care about my videos, apps, or pic's.
    Im running on windows.

    iTunes will only give you the option to copy your iTunes Store purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    Purchased applications can be downloaded over again, see this article for details: How to redownload purchased applications from the App Store
    For everything else (music from CDs etc.) there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod Touch or iPhone. You'll find that they have varying degrees of functionality and some will transfer data (such as playcounts and ratings), movies, videos, photos, podcasts and games as well.
    A selection of iPod/iPhone to iTunes utilities:
    Senuti Mac Only (iPod Touch & iPhone compatible)
    SharePod Windows Only (iPhone and iPod Touch compatible)
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    iPodRip Mac & Windows (iPhone and iPod Touch compatible)
    Music Rescue Mac & Windows (iPhone and iPod Touch compatible)
    iPod Music Liberator Mac & Windows (iPhone and iPod Touch compatible)
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)

  • Is there a way of wiping ALL Safari data, i.e. restoring Safari ? I think my Safari has a virus..as every time I open it, a web page called 'search quick' comes up. Its bombarded my Safari with constant pop up adverts almost every time I click!

    is there a way of wiping ALL Safari data, i.e. restoring Safari ? I think my Safari has a virus..as every time I open it, a web page called 'search quick' comes up. Its bombarded my Safari with constant pop up adverts almost every time I click!

    There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware. Follow Apple Support's instructions to remove it.
    If you have trouble following those instructions, see below.
    Malware is always changing to get around the defenses against it. This procedure works as of now, as far as I know. It may not work in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
    The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
              com.something.daemon.plist
    and
               com.something.helper.plist
    Here something is a variable string of characters, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes it's a meaningless string such as "e8dec5ae7fc75c28" rather than a word. Sometimes the string is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
    If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
    /Library/LaunchAgents
    In this folder, there may be a file named
              com.something.agent.plist
    where the string something is the same as before.
    If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
    Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
    The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
    Open this folder:
    /Library/Application Support
    If it has a subfolder named just
               something
    where something is the same string you saw before, drag that subfolder to the Trash and close the window.
    Don't delete the "Application Support" folder or anything else inside it.
    Finally, in this folder:
    /System/Library/Frameworks
    there may an item named exactly
                v.framework
    It's actually a folder, though it has a different icon than usual. This item always has the above name; it doesn't vary. Drag it to the Trash and close the window.
    Don't delete the "Frameworks" folder or anything else inside it.
    If you didn't find the files or you're not sure about the identification, post what you found.
    If in doubt, or if you have no backups, change nothing at all.
    The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Is there a way track who you have distributed the form to and who has responded? If yes, is there a way to message all that have not responded?

    Is there a way track who you have distributed the form to and who has responded? If yes, is there a way to message all that have not responded? This would be a great way to manage supplier questionnaires to ensure everyone is providing information back to you.

    FormsCentral, itself, does not have a method of distributing forms, so it would not know about your distribution list. It's either an open online form, which can be gotten to by anyone with the URL, or it's a pdf, which could be distributed via e-mail or a web page download.
    You can always track the completion of the form by looking in the form's collected data set. Then, you could work backward to contact those recipients who have not yet responded. But that means you need to keep track of where the form was sent, or at least know which people/companies were supposed to get the form.
    I hope that helps,
    Brian

  • 5800XM Is there a way to rename an Application?

    I have installed the Sudoku widget obtained from the Nokia Hong Kong website onto my 5800 XpressMusic.  I assume because I don't have the Chinese language installed on my phone, the widget is showing up in my Applications menu with 2 boxes (੡੡) where the Sudoku App name should be.  Strangely when you play the game it is all in English.  Anyway, is there a way of renaming the Application so it shows the word Sudoku?
    Solved!
    Go to Solution.

    Unfortunately it's not possible.  I've also tried that app and it is annoying to see.

  • Is there any way to see all available taskflows to use in jdev.

    Hi,
    I am developing a ADF application, i want to know if my UI project has consumed a number of other UI (ADF Lib) jars. Is there a way to see all the available taskflows to use in my application which is there due to the imported jars.
    To Iterate my question, I have a Ui project say AUI and it has imported BUI and CUI but using only one taskflow from BUI.jar, while BUI and CUI has some more taskflows which I have not used but is there any way to see all of them.
    Thanks
    Vipin

    Hi there,
    One thing is to have access to a repository of libraries containing taskflows that you may use within an specific project. Once you import this library into the project usually depending on how you did it, it means that you are using it at some level. In my opinion the best way it to create a connection to your repository and see all the libraries and choose the available taskflows that you might want to include. Instead of searching from the inside out (where is a library used at?) You could always find usages and validate where things are coming from.
    Also in future releases we are working on visually displaying those mapping between elements.
    Another option for validating what's inside and what's being used could be to use Maven in order to keep all dependencies from your project in order: http://donatas.nicequestion.com/2012/06/using-jdeveloper-maven-integration-to.html
    Juan Camilo

Maybe you are looking for

  • How to insert a picture into excel file using ALE AUTOMATION

    Hi every body, I have to write report that export data from abap to exel the data contain a logo but I don't know how to insert picture to excel using ALE AUTOMATION. Please help me! Thank you!

  • When trying to Export Movie, I get an error saying Unable to prepare project for publishing. Can anyone help?

    I have been trying to Export a 48 minute movie (stills, titles, transitions, and background music using iMovie 11 Ver 9. After a couple of hours of rendering, it stops with th efollowing error: "Unable to prepare project for publishing. The project c

  • Developer 6.0 and oracle 8.1.5 personal for 98 connectivity problem

    I have see a couple postings on this. Most say to move the sqlnet.ora and tnsnames.ora files from the oracle 8i(home)/network/admin/ to developer(home)/network/admin or /net80/admin/ directories. My problem is that there isnt an sqlnet.ora file in th

  • Using multiple drives for iMovie 10

    Previoiusly, I have used multple drives to store my business & personal video files.  I don't see how to do that now with iMovie 10.  Now everything is in different Libraries.  When I click on any of my older Events, iMovie shows that it is empty.  H

  • Report Viewer fails in IE11

    I installed IE 11 yesterday and now all my SSRS reports do not display in the viewer.  We are using url to access reports on our report server and when the report tries to open it sits on the spinning wheel and never displays.  It worked perfect unde