Hi Kanu,

here are some answers:

1) If want to use FDS to data sync, meaning that when one client updates some 
data all other clients will receive the updates then u need to use a Java 
back-end. If you are using .NET I believe this might be accomplished using 
WebORB (someone with more knowledge can perhaps jump in here).

2) Flex has the E4X syntax is uses to work with XML: 
http://livedocs.adobe.com/flex/201/html/13_Working_with_XML_169_01.html

3) I dont understand this one sorry

4) Always create little sample programs to figure things out when u are just 
starting... but basically do:

<mx:ComboBox id="myCombo" />

<mx:TabNavigator selectedIndex="{myCombo.selectedIndex}">
...
</mx:TabNavigator>

Best of luck!

Dimitrios Gianninas
Optimal Payments Inc.



-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of kanu kukreja
Sent: Thu 5/10/2007 2:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS+tab Navigator+XML QUERIES
 
Hello,
  need to ask some very small small queries:
   
  how to do data syncronization in flex?
  Pls don't send me any articles URL i already read about FDS but need to 
implement that too instead of studying i want some practical example and i'm 
using .net in backend.
   
  how to get values from XML string?
  i'm getting data in format of XML through web services:
  <crm><user id="1" name="kau kukreja"/></crm>
   in flash professional 8 there are some basic steps to do thsi like:
   
  var str:String=<crm><user id="1" name="kau kukreja"/></crm>
  var data:XML=new XML(str)
  data.ignorewhite=true
  trace(data.firstChild) and so on.........
   
  But in flex this is not working can anybody tell me how to get data through 
XML in flex?
   
  How to do this?
  i need to show a data in which a row contains checkbox and 3 text boxes.
  All those text boxes are clickable and every text box click takes us to 
different location.
  i'm not able to understand how to do this.
  Is there any component for this? 
   
  TabNavigator component
  i'm using a tabNavigator component and in the left panel there is a combobox 
which contains a data with the names of menu buttons.
  I need to do is clicking on anhy specific data in combobox takes me to that 
tab label canvas?
   
  i hope these are enough for today :)
   
  Pls tell me solution for all these its very urgent 'll be gr8ful to all of u 
and thanx in advance to everyone.
   
   
  regards
  Kanu kukreja


Best Regards
  Kanu Kukreja

 
---------------------------------
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.

-- 
WARNING
-------
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--------------
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.

<<winmail.dat>>

Reply via email to