How to create a chat app in flex

I don't really know how chat apps work... how can you connect
two computers directly?
Or is it that chat messages are stored and retrieved from
database?

Check out this link:
http://coenraets.org/blog/2006/10/building-collaborative-applications-with-flex-data-servi ces-and-flash-media-server/
Tracy

Similar Messages

  • How to create iTune or App Store without credit card for my existing Apple ID without create new Apple ID or email?

    I got 2 Apple ID and the first time to I use it to iTune or App Store, a box will pop out and telling me this:
    "This Apple ID has not yet been used with the i Tunes Store. Please review your account information."
    Then, I click on the button, "Review". Bla bla... but ended up, I must provide a credit card in order to complete it.
    I do not have credit card, so I search 'How to create iTune or App Store without credit card', same link and same tactic only valid for New Apple ID.
    So, it seem no other option to create iTune or App Store without credit card for existing Apple ID, right?

    The same thing is happening to me!

  • How to create new themes in adobe flex projects

    How to create new themes in adobe flex projects 

    I too would like to understand this and find more information about this.
    I would like to produce my own theme. But how??

  • How to create file system datagrid in flex web application

    how to create file system datagrid in flex web application

    Hi,
    Check this out:
    http://shigeru-nakagaki.com/flex_samples/FileReference/FileUploadExample2/FileUploadExampl e2.html
    Johnny
    Please rate answer.

  • How to create a SWC file in flex

    Can any one help me giving step by step information of how to create .swc file in flex..Iam a starter to this...Pls reply

    You need to create Flex Library project & after compilation you will find project_name.SWC in bin-debug folder.
    referr
    http://www.adobe.com/devnet/flex/articles/flex_swc.html
    http://www.daveoncode.com/2009/04/07/deploy-and-work-with-flex-swc-library/
    http://kennethsutherland.com/2009/06/12/simple-tip-3-utility-swc-library-project/
    *If this information is useful, then mark this post as such.

  • How to create folder for apps?

    How do create anew folder to hold apps that are similar in nature?

    Just drag one app onto another to create the new folder.
    Please Get the iPad User Manual for iOS 5

  • How to create a web app list which is divided by months

    Hi,
    I'm trying to create a list of calendar events similar to the one on this site 2015 Event Schedule - g20.org but not as complicated, as I don't need any animation, just to list but have the months as section headers.
    I presume I can start of by creating a web app with the bespoke fields that I need, and it can be weighted by the date that I set within the app? The only thing that I'm not quite working out is how to get the months to display, would it be a matter of creating classifications for the months? That sounds as if it may become to over complicated.
    Thanks
    J-P

    Thanks Liam - I just checked out the Blog, for anyone else interested - http://www.businesscatalyst.com/_blog/BC_Blog/post/January_2013_System_Update_-_Fresh_UI_i mprovements,_Web_App_enhancements_and_more/
    "Render Web App items inside a sub-folder, such as /folder/subfolder/webapp-name. For example, you could have /blog/authors/bogdan (where Bogdan is the Web App item name)"

  • How to  create a chat application

    What i need:
    i want to create a chat application .
    Registered user can reply to the Questions .
    i want to store the full thread in db
    Eg:posting doubts in forum by strating new  thread.
    how can i do it in jsp

    try with this sample application
    http://www.web-tech-india.com/software/jsp_chat.php

  • How to create a chat between portals

    Hi,
    I would like to know if it's possible to create a chat (into Collaboration) between two portals. For example, to communicate a portal from Spain with another portal in EEUU.
    if so, how could I create it? Do I need federate portals for it?
    Thanks in advance,
    Samantha.

    Activate the collaboration launch pad and do the following ...you should have the chat session working.....
    Instant Messenger
    In order to be able to use the Real-Time Collaboration functions (sending instant messages or sharing applications), you must activate the RTC Session Manager after installing Collaboration.
    To activate the RTC Session Manager, perform the following steps:
    1.     Go to the default framework page.
    Enterprise Portal     Portal Content  ® Portal Users ® Standard Portal Users ® Default Framework Page.
    2.     Double-click Default Framework Page.
    3.     Select the Tool Area iView checkbox and choose Open.
    4.     Choose Show All in the Property Editor drop list menu.
    5.     Expand the Enable Real-Time Collaboration properties. 
    6.     Select Yes radio button.
    7.     Choose Save.
    8.     Choose Close.
    9.     Choose F5 to refresh your portal screen.
    Two synchronous collaboration service providers are included with the initial installation of the Collaboration for SAP Enterprise Portal. The initially installed synchronous collaboration service providers are:
    •     Real Time Collaboration (SAP RTC), which provides application sharing.
    •     WebEx, which provides the WebEx meeting center service.
    Upon installation of Collaboration for SAP Enterprise Portal, synchronous collaboration services are not activated. You must activate synchronous collaboration service types before they can be used.
    10.     Review the list of activated service types.
    Go to System Administration  System Configuration  Knowledge Management  Collaboration  Synchronous Collaboration Services  Activated Service Types
    11.     Choose New button.
    12.     Check the RTC_ApplicationSharing checkbox.
    value points if this helps you !!

  • How to create Universal Mobile App in XCode 4.6.2?

    I am new to Xcode, when I create Universal Mobile App project creating with out IPhone & IPad Folder and it's related files in XCode 4.6.2Version.
    Even I created IPhone folder and created the Application Under IOS->UserInterface it's only creating .xib file it's not creating it's related .h and .m files.
    Can you tell me how can I create the Universal Project. or If I want to add .h & .m files how can I add?
    I don't want to Upgrade XCode version. I want create XCode 4.6.2 Only.
    thanks

    As already provided:
    Wrong forum. You need to post this in the iOS Developer's forum.

  • How to create a simple app using the MVC approach?

    Hello gurus i'm trying to learn the SAPUI5 and i'm trying to create a simple app using the MVC i created the app and trying to add a lable to the view but there is nothing appear when i run it the code for the HTML page
    <!DOCTYPE HTML>
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
      <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_mvi" theme -->
      <script>
      sap.ui.localResources("mytestapp");
      var view = sap.ui.view({id:"idshell1", viewName:"mytestapp.shell", type:sap.ui.core.mvc.ViewType.JS});
      view.placeAt("content");
      </script>
      </head>
      <body class="sapUiBody" role="application">
      <div id="content"></div>
      </body>
    </html>
    the code for the view
    sap.ui.jsview("mytestapp.shell", {
      /** Specifies the Controller belonging to this View.
      * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
      * @memberOf mytestapp.shell
      getControllerName : function() {
      return "mytestapp.shell";
      /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed.
      * Since the Controller is given to this method, its event handlers can be attached right away.
      * @memberOf mytestapp.shell
      createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      oLabel.placeAt("content");
    i dont know what is wrong or if i should use a container to display my controls
    any help will be appreciated
    thanks in advance

    Hi,
    Instead of   oLabel.placeAt("content"); use return oLabel;
    so it will as below,
    createContent : function(oController) {
      var oLabel = new sap.ui.commons.Label("l1");
      oLabel.setText("Test label");
      return oLable;
    Regards,
    Chandra

  • [Solved] How to make Jabber chat apps work on Noki...

    I had a problem with any third-party chat apps not being able to connect to the network.
    Nokia Asha 210 Dual Sim - Chat apps fail to connect
    My Nokia 210 works well both with GPRS and WiFi. The internet browser works ok, as well as Nokia Chat.
    However, the third-party XMPP chat applications fail to connect to the server (this is true for GPRS and WiFi ):
    - Nimbuzz (installed directly from Ovi Store):
    "nimbuzz needs your permission to connect to the internet"
    - Talkonaut (downloaded from the official site, run from the SD card, http://www.talkonaut.ru/download.shtml )
    Simply tries to reconnect all the time, never manages to connect.
    - Bombus (downloaded from the official site, run from the SD card, http://bombus-im.org/wiki/bombus/help_english)
    Shows some Java exception, but obviously seems being unable to connect after trying for a few seconds.
    I have checked:
    - my Access Point settings which seems to be ok (the internet browser works ok);
    - access rights for the chat apps (all of them are allowed to access the data connection).
    SOLUTION:
    1. I followed the advice here: http://discussions.nokia.com/t5/Asha-and-other-Nok​ia-Series-30/check-your-connection/m-p/2380795#M10​...
    2. Menu > Sim mgr > Sim 1 > Mobile data (set checkmark ON)

    I had a problem with any third-party chat apps not being able to connect to the network.
    Nokia Asha 210 Dual Sim - Chat apps fail to connect
    My Nokia 210 works well both with GPRS and WiFi. The internet browser works ok, as well as Nokia Chat.
    However, the third-party XMPP chat applications fail to connect to the server (this is true for GPRS and WiFi ):
    - Nimbuzz (installed directly from Ovi Store):
    "nimbuzz needs your permission to connect to the internet"
    - Talkonaut (downloaded from the official site, run from the SD card, http://www.talkonaut.ru/download.shtml )
    Simply tries to reconnect all the time, never manages to connect.
    - Bombus (downloaded from the official site, run from the SD card, http://bombus-im.org/wiki/bombus/help_english)
    Shows some Java exception, but obviously seems being unable to connect after trying for a few seconds.
    I have checked:
    - my Access Point settings which seems to be ok (the internet browser works ok);
    - access rights for the chat apps (all of them are allowed to access the data connection).
    SOLUTION:
    1. I followed the advice here: http://discussions.nokia.com/t5/Asha-and-other-Nok​ia-Series-30/check-your-connection/m-p/2380795#M10​...
    2. Menu > Sim mgr > Sim 1 > Mobile data (set checkmark ON)

  • How to create a new app using existing Dev & Dist certificates

    Okay, I have already created one app that has been approved by Apple. Now we're ready to create a second app and we're trying to create the .p12 certificates using the existing Apple Dev and Dist Certificates. For some reason we can not get the .p12 certificates for the new app to link up with the existing Apple Dev and Dist certificates. I don't understand what I'm missing. Any help would be appreciated. Thanks!

    You must have 2 folders with the following :
    Dev:
    aps developer identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats.P12 (already created for your previous app)
    Certificats Push Dev.P12
    Mobile Provision
    Distri
    aps prodution identify.CER
    CertificateSigningRequest.certSigningReq
    Certificats distri.P12 (already created for your previous app)
    Certificats Push Prod/distri.P12
    Mobile Provision
    Try, you will know quickly if you havent do it well

  • How to create a "cart" app

    Alright, I am not an amazing programmer but I have some basics on how to use Xcode (I know how to open it and how to build an app but don't know Objectives-C) and I have a developper account.
    And I would really like to create an application which sales my products. The best thing I found so far was "mobi-cart" but I would like to be able to program it myself, so I can change whatever I want and don't need to pay a third party.
    Does anyone know of a tutorial or anything similar to mobi-cart which is free?
    Important to know: I can learn fast but I am also lasy...

    I feel very lonelly in here...
    Does anyone have any ideas?
    Ok, I give 5 points to the first person answering me... at least I won't be so lonelly anymore

  • How to create tshirt design tool using flex

    hi all,
    i want to create a tshirt design tool using flex,user can customize using this tool to create his tshirts and designs,
    how to get the layouts and requiremnts in flex?
    if any useful suggesion please share guys,
    cheers,
    B.venkatesan.

    Shanila,
    I cannot open the document reference you provided. However, in my view, a workflow design document is no difefrent than any other technical design documen (TDD)t. It may have few different sections to enumerate the process and actual steps.
    I have always used a standard TDD, per my client templates, and then added the sections needed to list the workflow specific items.
    Prasanna Adavi,PMP,MCTS,MCITP,MCT TWitter: @prasannaadavi Blog: http://www.prasannaadavi.com

Maybe you are looking for

  • What compressor setting should I use in order to convert my m4v file to an mov that wont need to be rendered when I bring into FCP 7?

    When I have an m4v file of course I cant edit it in FCP so I convert it in mpeg stream and/or compressor but no matter what mov format I convert it to, it always has to render in FCP7.  The render files are also HUGE, upwards of 50 gigs.  The m4v fil

  • E-Rec ,Candidate Appears twice in fast search

    Hi We are using Standalone E-rec system EHp4 , Done with all the ALE Related configuration for Data Transfer b/t  ECC to E-rec System , While Running PFAL(RHALEINI) for the first with the object type 'P' we missed to update the infotype 0006 , subtyp

  • My time zone!

    I live in Las Cruces, New Mexico. In my iPhone the time zone is set for Denver. I don't know my time zone but I'm pretty sure it's not Denver. What time zone should I select?

  • Can't open eps file

    I received a .eps file (actually two of them) and cannot open it. I tried two different macs (Tiger & Leopard). Tried Illustrator CS 2, 3, 4, & 5. Tried Distiller and preview. Tried to import to InDesign, Illustrator & Quark. I keep getting "The file

  • InDesign CS5 crashes when I attempt to delete a table

    After importing a table into a layout, I found that attempting to merge a couple of the cells crashed InDesign. I've reimported the table, and the new table gives me no problems.  However, I can't delete the old one.  Whether I try to delete the whol