See all room and send message

hello, first sorry for my english.
i' m developing a multyplayer games whith multi-rooms
application.onAppStart = function(){
application.player_so = SharedObject.get("player_so",
false);
application.nextId = 0;
application.onConnect = function(newClient,name){
application.nextId++
newClient.id = application.nextId
application.player_so.setPrope rty(newClient.name, name);
application.acceptConnection(newClient);
newClient.sendMessage = function(testo) { ;
for(var c=0; c<application.clients.length;c++) { ; ;
application.clients[c].call("sendMessage", null,"hello i'm:
"+name);
ok.. i have 10 rooms .. then the client
var client_nc:NetConnection= new NetConnection();
client_nc.connect("rtmp:/myapplication/room1","ciao");
// i create 10 room
client_nc.onStatus = function(info) {
client_nc.sendMessage = function(msg) {
dbg_txt.text +="Debug: "+ msg+"\n";
dbg_txt.scroll += 1;
dbg_txt.scroll = dbg_txt.maxscroll;
mybutton.onRelease= function(){
_root.client_nc.call("sendMessage", null,
_root.testo_txt.text );
how can i send a message for all client?
if i send a message this message is received only clients of
a determinate room, i want send message for client of all
room

As I said the problem is in delta pull mechanism. Talk to your Basis or EP guy and check the following link
http://help.sap.com/erp2005_ehp_03/helpdata/EN/eb/101fa0a53244deb955f6f91929e400/content.htm
Regards, IA

Similar Messages

  • Way to receive and send Messages.......................

    Hello All!
    Is there a Way to receive and send Messages with attachments From Forms 6i?
    Could you give us one actual example i really cant understand this how to do this through forms?
    Arona

    What kind of messages? If you are referring to email, then if you search this forum, you will find many threads. Here are a few:
    Sending email with a pdf attachment
    email attachment
    Re: CLIENT_OLE2 and Outlook to send an email..

  • I can't see the text and video message - Cirrus Sample Program???

    Hello,
    I dowload the Cirrus Sample (http://labs.adobe.com/technologies/cirrus/samples/), then tested that with my friend. But I couldn't see the video and text message. But my friend saw that, after refresh browser, we both can see all. I tested several times with different computers, but it has still problem. Any clue will be greateful, thanks a lot in advance.
    Sincerely,
    Azura.

    at oracle E-Business Suite
    We add-on a form program
    and i execute the program to use program.
    but there is no button and text item at form. ^^

  • Bridge NOT able to connect to one server and send message

    I have configure JMS bridge between MQ queue and a distributed queue ( which is targeting JMS servers in a cluster ).
    Bridge is able to connect to all servers and transfer messages, except one.
    Messages arriving on the MQ queue are delivered by the JMS bridge to all the JMS servers except one
    We turned on debug on MessagingBridge on affected server and got the error msg in the attached log.
    Following is the exception strace:
    <Jan 21, 2010 7:22:19 PM EST> <Warning> <MessagingBridge> <BEA-200026> <Bridge "TsysTIPSBridge" encountered some problems in one of
    its adapters or underlying systems. It stopped transferring messages and will try to reconnect to the adapters shortly. (The excepti
    on caught was java.lang.Exception: javax.resource.ResourceException: Error sending message
    at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1470)
    at weblogic.jms.adapter.JMSBaseConnection.send(JMSBaseConnection.java:714)
    at weblogic.jms.adapter.JMSConnectionHandle.send(JMSConnectionHandle.java:144)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessageInternal(MessagingBridge.java:1325)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessage(MessagingBridge.java:1251)
    at weblogic.jms.adapter.JMSBaseConnection$29.run(JMSBaseConnection.java:2070)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.adapter.JMSBaseConnection.onMessage(JMSBaseConnection.java:2066)
    at com.ibm.mq.jms.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:2969)
    at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:406)
    at java.lang.Thread.run(Thread.java:595)
    -------------- Linked Exception ------------
    javax.resource.ResourceException: Error creating producer or sending message
    at weblogic.jms.adapter.JMSBaseConnection.throwResourceException(JMSBaseConnection.java:1470)
    at weblogic.jms.adapter.JMSBaseConnection.sendInternal(JMSBaseConnection.java:815)
    at weblogic.jms.adapter.JMSBaseConnection.access$200(JMSBaseConnection.java:84)
    at weblogic.jms.adapter.JMSBaseConnection$6.run(JMSBaseConnection.java:707)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.adapter.JMSBaseConnection.send(JMSBaseConnection.java:704)
    at weblogic.jms.adapter.JMSConnectionHandle.send(JMSConnectionHandle.java:144)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessageInternal(MessagingBridge.java:1325)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessage(MessagingBridge.java:1251)
    at weblogic.jms.adapter.JMSBaseConnection$29.run(JMSBaseConnection.java:2070)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.adapter.JMSBaseConnection.onMessage(JMSBaseConnection.java:2066)
    at com.ibm.mq.jms.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:2969)
    at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:406)
    at java.lang.Thread.run(Thread.java:595)
    -------------- Linked Exception 2 ------------
    javax.jms.MessageNotWriteableException: MQJMS0008: JMS Client attempts to write a read-only message
    at com.ibm.jms.JMSMessage.newMessageNotWriteableException(JMSMessage.java:4782)
    at com.ibm.jms.JMSMessage.setStringProperty(JMSMessage.java:5738)
    at weblogic.jms.client.WLProducerImpl.send(WLProducerImpl.java)
    at weblogic.jms.adapter.JMSBaseConnection.sendInternal(JMSBaseConnection.java:773)
    at weblogic.jms.adapter.JMSBaseConnection.access$200(JMSBaseConnection.java:84)
    at weblogic.jms.adapter.JMSBaseConnection$6.run(JMSBaseConnection.java:707)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.adapter.JMSBaseConnection.send(JMSBaseConnection.java:704)
    at weblogic.jms.adapter.JMSConnectionHandle.send(JMSConnectionHandle.java:144)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessageInternal(MessagingBridge.java:1325)
    at weblogic.jms.bridge.internal.MessagingBridge.onMessage(MessagingBridge.java:1251)
    at weblogic.jms.adapter.JMSBaseConnection$29.run(JMSBaseConnection.java:2070)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.jms.adapter.JMSBaseConnection.onMessage(JMSBaseConnection.java:2066)
    at com.ibm.mq.jms.MQMessageConsumer.receiveAsync(MQMessageConsumer.java:2969)
    at com.ibm.mq.jms.SessionAsyncHelper.run(SessionAsyncHelper.java:406)
    at java.lang.Thread.run(Thread.java:595)
    I am new to JMS
    Please help

    What version of WebLogic and MQ are you using?
    Have you ensured that the target Destination and Connection Factory are both WebLogic artifacts (neither should reference an MQ resource)?
    Tom

  • Why mine iphone 5c cannot normal receive message  and send message to another phone?   I also cannot receive any message form Digi Centre~  I am form malaysia~

    Why mine iphone 5c cannot normal receive message  and send message to another phone?   I also cannot receive any message form Digi Centre~  I am form malaysia~

    Sorry, forgot to add this and I can't find the edit button.
    -I am using build: 9A406
    -One funny thing I want to add too: when I put the iPhone in the Apple dock and connect it with my PC, I open iTunes and select my phone. There you can see the build, software version,.. But after telephonenumber it says N/A: not applicable.. Something I only just noticed. I'm pretty sure my number was displayed back in Nov. when I first got my iPhone 4S.
    And the very last thing: Most of the time I have a very good signal, 4 out of 5 bars. It is only rarely that I have only 1 or 0 bars.

  • I'm unable to use Fiverr with Firefox. Last year I was able to order Fiverr gigs and send messages inside Fiverr but for the last 3 weeks I've been unable to.

    I'm unable to use Fiverr.com with Firefox. Last year I was able to order Fiverr gigs and send messages but for the last 3 weeks I've been unable to do either. I can login to Fiverr but I'm unable to use the service.
    I'm using Windows 7.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • ı wanna delete my purcahe but it did hide and where is the hidding ı wanna delete my purchase please because I am not looking a few purchase (dowloaded at the apple store) help me and send message to my email thank you have good work.

    ı wanna delete my purchase but it did hide and where is the hidding ı wanna delete my purchase please because I am not looking a few purchase (dowloaded at the apple store) help me and send message to my email thank you have good work.

    what?

  • Mobile Version: How to see all highlights and notes we made in a PDF document?

    Mobile Version (Android): How to see all highlights and notes we made in a PDF document?

    I'm moving your topic to the Android forum.

  • Enter and send message from portal

    Hi
    I am able to allow user to enter rejection reasons using task TS20000139 (Enter and Send Message) when the user clicks the Reject button in SAP Gui. However when the user clicks Reject from the portal, the Enter and Send Message does not appear immediately. Instead it appears as a new task in the portal. Is there a way for the Enter and Send Message to appear immediately in the portal when the user clicks on the Reject button ?

    Hi Ronaldo,
    Also, as Jocelyn says...
    <i>Hi folks,
    Actually advance with dialog will work under some specific scenarios from the UWL.
    1. If you are launching work items using WinGUI.
    2. If you are launching work items using SAPGUI for HTML and are on a high enough release .
    In other words, it depends on the launch mechanism - not the UWL.</i>
    Try checking the launch mechanisms.
    Regards
    <i><b>Raja Sekhar</b></i>

  • After Clicking Rejection(Enter and send message from portal )

    Hi
    I am able to allow user to enter rejection reasons using task TS20000139 (Enter and Send Message) when the user clicks the Reject button in SAP Gui. However when the user clicks Reject from the portal, the Enter and Send Message does not appear immediately. Instead it appears as a new task in the portal. Is there a way for the Enter and Send Message to appear immediately in the portal when the user clicks on the Reject button or any other task is there for Enter and Send Message supporting SAP portal...
    please let me know the solutions...
    Thanks
    ram

    Ram,
    the Advanced with Dialog works fine only in certain scenarios, as Jocelyn mentioned in the following thread. pl go thru' this.
    Extended Notification-Submethods and advance with dialog not supported...
    COming to your requirement, if you want to provide a box for the user to enter Rejection reason on the portal side, you can use the User decision Actiion Handlers as given in the below link. It is very simple and fast implementaion.
    I have done this recently, so if you need more details, let me know.
    But go thru' the following help.sap link on ACtion Handlers.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/df014b037141ca9afc6433ed42b519/frameset.htm
    Hope this helps.
    Regards,
    venu

  • I bought a used i pod 4 for my daughter and it does not have the message icon on it: how can i put the icon on the i pod and get it receive and send messages

    I bought a used i pod 4 for my daughter and it does not have the message icon on it ( not even in settings) how can I get the message icon on it so it can receive and send messages

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:       
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Making DB updates and sending message to JMS queue enclosed in a single transaction

              using a container managed transactions can we achieve sending a message to the JMS
              queue and updating DB as part of single transaction with the data base driver not
              supporting XA. If yes what all configurations setting I need to do. I tried to achieve
              this using 2PC but I am getting the error that "javax.transaction.xa.XAException:
              JDBC driver does not support XA, hence cannot be a participant in two-phase commit.
              To force this participation, set the enableTwoPhaseCommit property on the corresponding
              JDBCTxDataSourceproperty, to true. Pool = ejbPool".
              

    As far as I know, your only options is to do as the exception you cut-and-pasted below
              states:
              "To force this participation, set the enableTwoPhaseCommit property on the corresponding
              JDBCTxDataSourceproperty, to true. Pool = ejbPool"
              The "enableTwoPhaseCommit" property has definite drawbacks
              see the javadoc and/or documentation for configuring
              a "JDBCTxDataSource".
              This problem is specific to non-XA resources in general, not JMS (which is an XA resource),
              you may wish to get more info by posting to the transaction newsgroup.
              Tom
              Manoj Bansal wrote:
              > using a container managed transactions can we achieve sending a message to the JMS
              > queue and updating DB as part of single transaction with the data base driver not
              > supporting XA. If yes what all configurations setting I need to do. I tried to achieve
              > this using 2PC but I am getting the error that "javax.transaction.xa.XAException:
              > JDBC driver does not support XA, hence cannot be a participant in two-phase commit.
              > To force this participation, set the enableTwoPhaseCommit property on the corresponding
              > JDBCTxDataSourceproperty, to true. Pool = ejbPool".
              

  • My ipad mail is synced to my iMac mail account. On iPad, I can only see my inbox and sent messages. I can't see any of the folders I have created on my iMac. How do I do that? Probably a dumb question, but I know there's a lot of smart people out there!

    My iPad mail is synced to my private email account, which I organise on my iMac. On iPad, I can only see inbox and sent messages folders, not any of the other folders in my email account I have created on my iMac. How do I get iPad to show my other folders? Probably a dumb question, but I know there's a lot of smart people out there.

    If you select a mailbox, you should get an Edit button (easier to see in landscape mode). Clicking the button will provide you with check circles for the messages. You also get Delete and Move buttons at the bottom. Check the messages you want to move and then navigate to the mailbox you want to drop them into. I think as long as you can navigate to a mailbox you can move the messages to it.
    In the Mac Mail application and probably Outlook on the Windows side, you also setup rules to move messages to specific mailboxes. If the mailboxes are stored on the server, then you can have the sorting done on the server and they should appear that way on the iPad. If your later messages do not show up, you may need to have the iPad app pulled down more messages until they are all showing.

  • Bpm,COLLECT AND SEND MESSAGES

    Hi all,
    My scenario is as follows:
    Get user ids from SAP(receive step) ->
    Make syncronous call to get Roles from SAP(send sync) ->
    Append response message to message list ->
    Make syncronous call to get roles from SRM(send sync) ->
    Append response message to message list(both are same MT) ->
    Transform message list to new message ->
    Send message with to external system
    The problem is that only the roles from the first message are sent to the external system. It did not map and send the second message. What do you have to do to get both messages sent in the same send step? Is it possible?
    I set the message occurs for the source to 0...unbounded and the message occurance for the target to 1 per the pattern for both the message map and the message interface.
    Regards,
    chris

    Sorry
    Wrong place to post this question
    regards.

  • Is There A Way To See All Apps And Songs You Purchase?

    I wanted to buy a song from iTunes with my gift card credit. When I scrolled to see my credit i didnt think it was right .So after adding up all the things I know I purchased the amount left over wasn't the same as the credit it was showing. So is there a way to see all of your purchases from the app store and iTunes store at one time?

    iTunes Store & Mac App Store: Seeing your purchase history and order numbers

Maybe you are looking for

  • How to tell what version of a document the workflow ran against?

    I am using the OOB Approval workflow and in the workflow information I see a Document field, but that links latest version of the document. How can I tell what version of the document the workflow actually ran against?

  • Master and Subprojects problems with Apps

    Hi all, What is going on with Master and Subprojects in an Online tenant with apps?? I will show some pictures about, cause Apps (no-one) is getting information about Master and Subprojects: - This picture shows the Project Center, and the project "M

  • Getting a corrupt file message

    i keep getting a corrupt file message when i connect the i-pod to my computer....and when i try to transfer songs to the i-pod they wont go into the device...i also noticted while trying to transfer songs to the device the bar on top of the screen ne

  • User Tracking in Essbase 11.1.2.2

    My client requires the follwing information from Essbase. I can get the below information when i expand my security and click on display user table. however is there any maxl command which would give the below information in 11.1.2.2 when i say "disp

  • Photo RAW (NEF) et Element 5.0

    Bonjour  Je ne peux plus ouvrir mes photos en format Raw. Je suis en Windows XP, j'utilise PhotoShop Element 5.0 (dont je suis enchanté), J'utilise un Nikon 300s. Je suis persuadé que je pouvais ouvrir le format.Nef de Nikon avec mon D200. Depuis le