[flexcoders] Sun GlassFish

2007-01-25 Thread devisbalsemin
Hi, i'm using Sun Application Server 9 i have deploy samples.war and
with crm example i'm receiving always this excpetion

Can you help me pls
Thank in advance
Devis

[#|2007-01-25T13:00:50.205+0100|INFO|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=16;_ThreadName=Thread-31;|WebModule[/flex]
ServletContext.log():FlexMxmlServlet: Adobe Flex Web Tier Compiler
Build: 155539|#]

[#|2007-01-25T13:01:22.450+0100|SEVERE|sun-appserver-pe9.0|javax.enterprise.resource.jta|_ThreadID=17;_ThreadName=RTMP-Worker-2;_RequestID=fc9811e4-2673-4fcd-97b7-cb0f6ce74d74;|DTX5001:Exception
in enlistComponentResources.
java.lang.NullPointerException
at com.sun.appserv.util.cache.BaseCache.hash(BaseCache.java:192)
at com.sun.appserv.util.cache.BaseCache.get(BaseCache.java:313)
at
com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.getResourceList(J2EETransactionManagerImpl.java:781)
at
com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.enlistComponentResources(J2EETransactionManagerImpl.java:539)
at
com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.enlistComponentResources(J2EETransactionManagerImpl.java:385)
at
com.sun.enterprise.distributedtx.UserTransactionImpl.begin(UserTransactionImpl.java:150)
at
flex.data.DataServiceTransaction.doBegin(DataServiceTransaction.java:656)
at
flex.data.DataServiceTransaction.begin(DataServiceTransaction.java:624)
at flex.data.DataService.serviceTransactedMessage(DataService.java:474)
at flex.data.DataService.serviceMessage(DataService.java:241)
at
flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:548)
at
flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:302)
at
flex.messaging.endpoints.rtmp.AbstractRTMPServer.dispatchMessage(AbstractRTMPServer.java:682)
at
flex.messaging.endpoints.rtmp.NIORTMPConnection$RTMPReader.run(NIORTMPConnection.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
at java.lang.Thread.run(Thread.java:595)
|#]




[flexcoders] [OT] gnome or kde

2007-01-09 Thread devisbalsemin
Hi to all, sorry if this topic it's ot .
I wish to understand if it is possibile integrate into a desktop
environment (kde or gnome) some Flex/Flash application.
Now for gnome i'm using gDesklets for integrate some applet, i wish to
understand if it's possibile about you.
Thanks again.
our mission it's to write some new apps for linux with flex sdk.
Thank again and sorry if this post it's ot
Devis




[flexcoders] Re: CRUD in XML

2007-01-08 Thread devisbalsemin
tanks for your help but it's possible to write xml only with
ActionScript 
Thanks again for your help
devis

--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote:

 Look at this example.
 
 http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI
 D=544
 
  
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of devisbalsemin
 Sent: Saturday, January 06, 2007 7:49 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] CRUD in XML
 
  
 
 Hi,
 can you help me to find some example how to implment Flex 2 CRUD with
 xml file???
 Thanks 
 devis





[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
Yes it's correctly,
I have a simple xml file, and i wish to understand if it's possibile 
Insert, Selecet update delete record into a xml file
Thanks devis 
ps.
Ok if't possibile only with HTTPSERVICE...

--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 devis,
 
 Could you please provide a bit more detail about what you are trying
to do?
 
 CRUD is an acronym usually associated with the database operations
INSERT,
 SELECT, UPDATE and DELETE.
 
 When you ask for some example how to implement Flex 2 CRUD with xml
 file??? what do you mean?
 
 Have you looked at the Flex 2 documentation sections on:
 
- The E4X approach to XML processing
 
   
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html
- Working with XML
 
   
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
 
 
 g
 
 
 On 1/6/07, devisbalsemin [EMAIL PROTECTED] wrote:
 
  Hi,
  can you help me to find some example how to implment Flex 2 CRUD with
  xml file???
  Thanks
  devis
 





[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
Thanks for your help..
we wish to use only Flex and ActionScript and XML for our demo.
We are testing flex on a linux pos machine ibm touchscreen, for a
simple rental dvd. (sorry for my english)
At the first time we wont use other Adobe tech (Flex data Service or
webServer side)...
Now we are working only with a client than Flash Palyer and local xml
file.
We have 4/5 xml files where we must store, change, delete some
information, thant working with xml file as a small small db.
Thanks for your link
Devis



--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 Devis,
 
 The short answer is yes.  Yes Flex can manipulate your XML data in
whatever
 way you may require.
 
 If you could please describe your overall requirement and architecture?
 
 For instance, where will you XML file be stored?  Are you ultimately
storing
 the XML file on your server?  Or is your requirement to store it on the
 client side?
 
 Also, please also let us know what experience you might have working
with
 XML.
 
 If you might like to review some of the fundamentals of working with
XML in
 Flex, you can refer to the following section in the documentation:
 Programming ActionScript 3.0:  Working with XML

http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
 
 Here are also two titles from the Quick Starts that Adobe has published:
 
 Accessing XML data
 http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/
 
 Loading external data with HTTPService
 http://www.adobe.com/devnet/flex/quickstart/httpservice/
 
 fwiw, I second Patrick's suggestion about using RemoteObject
 over HTTPService.  If you are writing the backend server side code,
there
 are significant benefits of using RemoteObject over HTTPService.  If
you are
 locked into using HTTPService, Flex will still work fine.  Again, if
you can
 describe you overall requirement and architecture we can provide more
 intelligent comments.
 
 hth,
 
 g
 
 On 1/7/07, devisbalsemin [EMAIL PROTECTED] wrote:
 
  Yes it's correctly,
  I have a simple xml file, and i wish to understand if it's possibile
  Insert, Selecet update delete record into a xml file
  Thanks devis
  ps.
  Ok if't possibile only with HTTPSERVICE...
 
  --- In flexcoders@yahoogroups.com, greg h flexsavvy@ wrote:
  
   devis,
  
   Could you please provide a bit more detail about what you are trying
  to do?
  
   CRUD is an acronym usually associated with the database operations
  INSERT,
   SELECT, UPDATE and DELETE.
  
   When you ask for some example how to implement Flex 2 CRUD with xml
   file??? what do you mean?
  
   Have you looked at the Flex 2 documentation sections on:
  
  - The E4X approach to XML processing
  
  
 
 
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html
  - Working with XML
  
  
 
 
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
  
  
   g
  
  
   On 1/6/07, devisbalsemin devisbalsemin@ wrote:
   
Hi,
can you help me to find some example how to implment Flex 2
CRUD with
xml file???
Thanks
devis
   
  
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 





[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/src/XMLAssembleTransform/index.html
your link it's very good, but how i can reflect the change also in the
 xml file? 
Devis



--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 Devis,
 
 The short answer is yes.  Yes Flex can manipulate your XML data in
whatever
 way you may require.
 
 If you could please describe your overall requirement and architecture?
 
 For instance, where will you XML file be stored?  Are you ultimately
storing
 the XML file on your server?  Or is your requirement to store it on the
 client side?
 
 Also, please also let us know what experience you might have working
with
 XML.
 
 If you might like to review some of the fundamentals of working with
XML in
 Flex, you can refer to the following section in the documentation:
 Programming ActionScript 3.0:  Working with XML

http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
 
 Here are also two titles from the Quick Starts that Adobe has published:
 
 Accessing XML data
 http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/
 
 Loading external data with HTTPService
 http://www.adobe.com/devnet/flex/quickstart/httpservice/
 
 fwiw, I second Patrick's suggestion about using RemoteObject
 over HTTPService.  If you are writing the backend server side code,
there
 are significant benefits of using RemoteObject over HTTPService.  If
you are
 locked into using HTTPService, Flex will still work fine.  Again, if
you can
 describe you overall requirement and architecture we can provide more
 intelligent comments.
 
 hth,
 
 g
 
 On 1/7/07, devisbalsemin [EMAIL PROTECTED] wrote:
 
  Yes it's correctly,
  I have a simple xml file, and i wish to understand if it's possibile
  Insert, Selecet update delete record into a xml file
  Thanks devis
  ps.
  Ok if't possibile only with HTTPSERVICE...
 
  --- In flexcoders@yahoogroups.com, greg h flexsavvy@ wrote:
  
   devis,
  
   Could you please provide a bit more detail about what you are trying
  to do?
  
   CRUD is an acronym usually associated with the database operations
  INSERT,
   SELECT, UPDATE and DELETE.
  
   When you ask for some example how to implement Flex 2 CRUD with xml
   file??? what do you mean?
  
   Have you looked at the Flex 2 documentation sections on:
  
  - The E4X approach to XML processing
  
  
 
 
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_03.html
  - Working with XML
  
  
 
 
http://livedocs.macromedia.com/flex/201/html/13_Working_with_XML_169_01.html
  
  
   g
  
  
   On 1/6/07, devisbalsemin devisbalsemin@ wrote:
   
Hi,
can you help me to find some example how to implment Flex 2
CRUD with
xml file???
Thanks
devis
   
  
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 





[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
but about you it's possibile only using Flex tag?
Devis

--- In flexcoders@yahoogroups.com, devisbalsemin [EMAIL PROTECTED]
wrote:

 Thanks
 i have found this
 http://demo.quietlyscheming.com/displayShelf/index.html but it's not
 the same.
 Where i can found about that effect or similar as the effect panel in
 effectiveui.com it's very good.
 Devis
 
 
 --- In flexcoders@yahoogroups.com, oliver langan oliver@ wrote:
 
  --- In flexcoders@yahoogroups.com, devisbalsemin devisbalsemin@
  wrote:
  
   Hi to all,
   it's possibile to write it in Flex 2 (a love the box scrool)
   http://www.effectiveui.com/
   Can you help me pls
   Devis
  
  Yes, it would be possible to do that.  Maybe not easy (and no, I can't
  help you with it), but it definitely looks well within the realm of
  Flex's capabilities.
  
  o
 





[flexcoders] CRUD in XML

2007-01-06 Thread devisbalsemin
Hi,
can you help me to find some example how to implment Flex 2 CRUD with
xml file???
Thanks 
devis



[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
SORRY I HAVE BROKEN MY LAST POST ;-)

THANKS
Alex Uhlmann IT'S VERY GREAT.
bye
Devis

--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 Devis,
 
 From what I have seen, at present experiences like the
effectiveui.com home
 page take a bit of ActionScripting in addition to using tags.  Maybe
when
 Adobe ships Flex 3 (or 4) they will have these type of experiences
distilled
 down into MXML tags ;-)
 
 fwiw, my guess is that effectiveui.com is done in Flex.  And the
point of
 their home page is to sell their services to people and companies
that want
 similar cinematic experiences in their applications and websites.  For
 now, you should consider UIs like effectiveui.com to be advanced
topics for
 Flex 2 development.
 
 btw ... for creating Cinematic Experiences with Flex your reference to
 Ely's DisplayShelf Component is a great source.  And Ely did put up a
 tutorial on it with full source code downloadable at:
 www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/

www.quietlyscheming.com/blog/2006/11/01/using-the-graphics-api-for-richer-flex-the-displayshelf-component-from-my-max-talk/
 
 Another great source regarding creating Cinematic Experiences with
Flex is
 from another Adobe employee Alex Uhlmann.  Alex has put up source
code and a
 PDF presentation on his work at the following link:

http://weblogs.macromedia.com/auhlmann/archives/2006/11/download_distor.cfm
 
 You can get another perspective on Alex's work here too:
 http://www.flashmagazine.com/1340.htm
 
 hth,
 
 g
 
 On 1/6/07, devisbalsemin [EMAIL PROTECTED] wrote:
 
  but about you it's possibile only using Flex tag?
  Devis
 
  --- In flexcoders@yahoogroups.com, devisbalsemin devisbalsemin@
  wrote:
  
   Thanks
   i have found this
   http://demo.quietlyscheming.com/displayShelf/index.html but it's not
   the same.
   Where i can found about that effect or similar as the effect
panel in
   effectiveui.com it's very good.
   Devis
 





[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
THANKS...
YES 
Alex Uhlmann

--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 Devis,
 
 From what I have seen, at present experiences like the
effectiveui.com home
 page take a bit of ActionScripting in addition to using tags.  Maybe
when
 Adobe ships Flex 3 (or 4) they will have these type of experiences
distilled
 down into MXML tags ;-)
 
 fwiw, my guess is that effectiveui.com is done in Flex.  And the
point of
 their home page is to sell their services to people and companies
that want
 similar cinematic experiences in their applications and websites.  For
 now, you should consider UIs like effectiveui.com to be advanced
topics for
 Flex 2 development.
 
 btw ... for creating Cinematic Experiences with Flex your reference to
 Ely's DisplayShelf Component is a great source.  And Ely did put up a
 tutorial on it with full source code downloadable at:
 www.quietlyscheming.com/blog/components/tutorial-displayshelf-component/

www.quietlyscheming.com/blog/2006/11/01/using-the-graphics-api-for-richer-flex-the-displayshelf-component-from-my-max-talk/
 
 Another great source regarding creating Cinematic Experiences with
Flex is
 from another Adobe employee Alex Uhlmann.  Alex has put up source
code and a
 PDF presentation on his work at the following link:

http://weblogs.macromedia.com/auhlmann/archives/2006/11/download_distor.cfm
 
 You can get another perspective on Alex's work here too:
 http://www.flashmagazine.com/1340.htm
 
 hth,
 
 g
 
 On 1/6/07, devisbalsemin [EMAIL PROTECTED] wrote:
 
  but about you it's possibile only using Flex tag?
  Devis
 
  --- In flexcoders@yahoogroups.com, devisbalsemin devisbalsemin@
  wrote:
  
   Thanks
   i have found this
   http://demo.quietlyscheming.com/displayShelf/index.html but it's not
   the same.
   Where i can found about that effect or similar as the effect
panel in
   effectiveui.com it's very good.
   Devis
 





[flexcoders] Apollo

2007-01-04 Thread devisbalsemin
Hi,
have you some Apollo beta news?
Thanks a lot 
Devis



[flexcoders] It's possibile in flex

2007-01-04 Thread devisbalsemin
Hi to all,
it's possibile to write it in Flex 2 (a love the box scrool)
http://www.effectiveui.com/
Can you help me pls
Devis



[flexcoders] Re: Apollo

2007-01-04 Thread devisbalsemin
Ok thanks ... a lot
Devis

--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote:

 That's correct.
 
 - Gordon
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Tom Chiverton
 Sent: Thursday, January 04, 2007 5:17 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Apollo
 
 On Thursday 04 January 2007 11:20, devisbalsemin wrote:
  have you some Apollo beta news?
 
 Last I heard it was in closed beta. Under NDA.
 
 -- 
 Tom Chiverton
 Helping to heterogeneously scale industry-wide developments
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in England
 and Wales under registered number OC307980 whose registered office
 address is at St James's Court Brown Street Manchester M2 2JF.  A list
 of members is available for inspection at the registered office. Any
 reference to a partner in relation to Halliwells LLP means a member of
 Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee
 you must not read it and must not use any information contained in nor
 copy it nor inform any person other than Halliwells LLP or the addressee
 of its existence or contents.  If you have received this email in error
 please delete it and notify Halliwells LLP IT Department on 0870 365
 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links





[flexcoders] Re: It's possibile in flex

2007-01-04 Thread devisbalsemin
Thanks
i have found this
http://demo.quietlyscheming.com/displayShelf/index.html but it's not
the same.
Where i can found about that effect or similar as the effect panel in
effectiveui.com it's very good.
Devis


--- In flexcoders@yahoogroups.com, oliver langan [EMAIL PROTECTED] wrote:

 --- In flexcoders@yahoogroups.com, devisbalsemin devisbalsemin@
 wrote:
 
  Hi to all,
  it's possibile to write it in Flex 2 (a love the box scrool)
  http://www.effectiveui.com/
  Can you help me pls
  Devis
 
 Yes, it would be possible to do that.  Maybe not easy (and no, I can't
 help you with it), but it definitely looks well within the realm of
 Flex's capabilities.
 
 o





[flexcoders] How to sync

2007-01-03 Thread devisbalsemin
Hi,
I'm using Flex with Flex Data Service. I wish to receive some
suggestion from you about:
In my J2ee i'm using some rules for our UserGroup. For example UserGroup 
root can change all TextInput of our Flex Forms, but not for other
UserGroup.
There is some example about this? or i must use RemoteObject for
manage this rules.
Thanks for your  help
Devis



[flexcoders] JBoss Rules

2007-01-02 Thread devisbalsemin
Hi,
 i have need your help.
I'm using Drools for my business roles.
My problem is how to implement a flex ActionScript solution sync
with my business roles message.
How is possibile, about you, sync
Validators?
Alert.Show?
Disable end Enable textInput?
If you have some example i'll appreciate so much.
Happy new year to all
Devis



[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread devisbalsemin
yes we looked Cairngorm, but we think Cairngorm framework is an
alternative (good)...
We are not searching a fremework... but Flex Design Pattern for
implement An architectural..
Thanks for your rply...



--- In flexcoders@yahoogroups.com, Ralf Bokelberg
[EMAIL PROTECTED] wrote:

 Please have a look at Adobe's Cairngorm framework. It serves very
well for
 all kinds of projects.
 Cheers,
 Ralf.
 
 On 12/19/06, devisbalsemin [EMAIL PROTECTED] wrote:
 
Hi,
  We are making some test and study again, as blueprint we have read
  this good article
  http://www.adobe.com/devnet/flex/articles/blueprint.html.
  We wish to understand if you have some other documentation as
  blueprint or do you know other resource where we can get a lot of
  documentation.
  I wish to create here a great discussion and suggestion about Flex 2
  blueprint architectural. We are agree with Joe Berkovitz
  ... Flex 2 s a great product, very easy to make applications go...
  in short: Does the dream of easy Flex development crack up and fall
  apart when assaulted by real-world complexity, change, and schedule
  pressure? Well, it needn't—if you pay attention to the right details.
  A modest up-front investment in structuring your application
  thoughtfully will pay off later, big time, in the face of these
  challenges.
  
  Thanks a lot of yours suggestion..
  Devis
 
   
 
 
 
 
 -- 
 Ralf Bokelberg [EMAIL PROTECTED]
 Flex  Flash Consultant based in Cologne/Germany





[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread devisbalsemin
Great Paul,
we will buy this book, because we haven't a good knowladge about
ActionScript, and to implement some Design Pattern is a hard for us.
Thanks 
so, side Flex we are interesting only model Locator and Prestation
layer...
Devis

--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote:

 - Original Message - 
 From: Oliver Lietz [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, December 19, 2006 9:21 AM
 Subject: Re: [flexcoders] Re: An architectural blueprint for Flex
 applications
 
 
  Am Dienstag, 19. Dezember 2006 09:53 schrieb devisbalsemin:
   yes we looked Cairngorm, but we think Cairngorm framework is an
   alternative (good)...
   We are not searching a fremework... but Flex Design Pattern for
   implement An architectural..
   Thanks for your rply...
 
  There are no Flex Design Patterns but Design Patterns. Design
Patterns are
  language independent.
 
 Yes, but Advanced ActionScript 3 with Design Patterns by Joey Lott
is pretty
 darn good..
 

http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568/sr=8-1/qid=1166537570/ref=sr_1_1/103-0521517-8384642?ie=UTF8s=books
 
 Paul





[flexcoders] DispatcherEvent

2006-12-18 Thread devisbalsemin
Hi to all,
i  wish to understand because if i change the value of my Class 
_cli.name  this change will be reflect into  dd.text.
But if in my ClientiEvent i'm writing _cli=new Cliente(); the binding
into my dd.text don't change can you help me
Devis


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=horizontal creationComplete=init()
viewSourceURL=srcview/index.html xmlns:local=*
  initialize=T()
xmlns:test=com.test.*
mx:Script
![CDATA[
import mx.collections.*;
import mx.collections.errors.ItemPendingError;
import mx.controls.Alert;
import mx.data.*;
import mx.data.events.DataConflictEvent;
import mx.events.*;
import mx.rpc.events.*;
import mx.rpc.AsyncToken;
import mx.controls.Alert;
import com.test.*;

[Bindable]
public var cli:Clienti;

private function Elabora():void
{
var e:ClientiEvent = new 
ClientiEvent(cli,'Update');
dispatchEvent(e);

}


private function T():void
{
cli=new Clienti();
cli.name='?';
}


private function customChanged(cli:Clienti):void
{
dd.text += EventTest:  + cli.name + \n;

}

]]
/mx:Script
mx:Binding source=d.text  destination=cli.name

/mx:Binding
mx:VBox

mx:Button   label=Add click=cli=new Clienti()/
mx:Button   label=Update click=Elabora()/
mx:TextInput id=d text={cli.name}/
mx:TextInput id=dd /

/mx:VBox

/mx:Application






package com.test
{

import flash.events.Event;
import mx.controls.*;


public class ClientiEvent extends Event {
private var _cli:Clienti;
public function ClientiEvent(cli:Clienti, type:String,
bubbles:Boolean=false){
super(type, bubbles);
_cli=cli;
cli.name=type;//Qui modifica anche la maschera
//Qui Implemento una classe DAO
}
public override function clone():Event{
return new ClientiEvent(_cli, type, bubbles);
}



}
}



[flexcoders] An architectural blueprint for Flex applications

2006-12-18 Thread devisbalsemin
Hi,
We are making some test and study again, as blueprint we have read
this good article
http://www.adobe.com/devnet/flex/articles/blueprint.html.
We wish to understand if you have some other documentation as
blueprint or do you know other resource where we can get a lot of
documentation.
I wish to create here a great discussion and suggestion about Flex 2
blueprint architectural. We are agree with Joe Berkovitz 
... Flex 2 s a great product, very easy to make applications go...
in short: Does the dream of easy Flex development crack up and fall
apart when assaulted by real-world complexity, change, and schedule
pressure? Well, it needn't—if you pay attention to the right details.
A modest up-front investment in structuring your application
thoughtfully will pay off later, big time, in the face of these
challenges.

Thanks a lot of yours suggestion..
Devis





[flexcoders] Re: Flex DataService example

2006-12-17 Thread devisbalsemin
Thanks everyone... good i'm very  i have lost some day on the net
when i have this good material on the harddisk
Devis

--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 fyi ...
 
 Flexcab is a sample application in the samples.war. Look in
 \samples\dataservice\flexcab
 
 (The above info was provided by JRun Randy Nielsen of Adobe on a
thread I
 had cross posted to on the forums:

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583threadid=1210688#4397593)
 
 g





[flexcoders] Pls can you help with DispatchEvent

2006-12-17 Thread devisbalsemin
Hi to all,
i wish to build this scenario:
1)I have a simple Customer class (bindable with java pojo)
2)I wish to implement a CustomerEvent 
3)ActionScript class for all CRUD operation
Then in my simple app i wish
private function doCusomterAdd():void{

var o:ProductEvent = new   
ProductEvent(customer,'customerAdded');

this.dispatchEvent(o);  

}

Can you help me to make more clarify...?pls
I'm a bit confusion with example that i founded, because i see they
write into a mxml component the code of CRUD operation.
But if wish to use it in other side i wont to rewrite the code..
I wish that my mxml component use dispatchEvent and it will be my
ActionScript CRUD to do all work.
Last Question :-(
Why propertyChangeHandler don't change the TextInput.text with 'Ciao
Mondo'?

Thanks
Devis













?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=horizontal creationComplete=init()
viewSourceURL=srcview/index.html xmlns:local=*

mx:Binding source=d.text  destination=cli.name

/mx:Binding
mx:TextInput id=d text={cli.name}/
mx:TextInput id=dd /
mx:Button label=Nuovo click=cli=new Clienti()
/mx:Button

/mx:Application


package com.test
{

import flash.events.Event;


public class ClientiEvent extends Event {
public var cli:Clienti;
public function ClientiEvent(prod:Clienti, type:String,
bubbles:Boolean=false){
super(type, bubbles);
cli = prod;
}
public override function clone():Event{
return new ClientiEvent(cli, type, bubbles);
}

}
}




package com.test
{
import mx.collections.*;
import mx.collections.errors.ItemPendingError;
import mx.controls.Alert;
import mx.data.*;
import mx.data.events.*;
import mx.events.*;
import mx.rpc.events.*;
import mx.rpc.AsyncToken;
import mx.controls.Alert;
import com.test.*;
import mx.core.UIComponent;

   [Managed]
public class Clienti
{
public var name:String = ;
public function Clienti()
{
super();
this.addEventListener(PropertyChangeEvent.PROPERTY_CHANGE,
propertyChangeHandler);
   
this.addEventListener(StateChangeEvent.CURRENT_STATE_CHANGE, newHandler);
}

private function
propertyChangeHandler(event:PropertyChangeEvent):void
{
   Alert.show(event.kind.toString());
if (event.kind == PropertyChangeEventKind.UPDATE 
event.property == name)
{
   Alert.show(event.kind.toString());
   event.newValue='CIAO MONDO';

   
}
}

private function newHandler(event:StateChangeEvent):void
{
 //Alert.show(event.newState.toString());
This don't work i have no idea ;-)
}


}
}



[flexcoders] Flex DataService example

2006-12-14 Thread devisbalsemin
Hi,
can you give me some link about flex dataService with java please...
I wish to unterstand better this dataService/AbstractAssembler but a
lot of my google search find only adobe live doc.
Can you help me pls.
I wish to manage better this concept
count(... args):AsyncToken
createItem(item:Object):ItemReference
deleteItem(item:Object):AsyncToken
fill(value:ListCollectionView, ... args):AsyncToken
getItem(identity:Object, defaultValue:Object = null):ItemReference

About refreshFill() pagination behaviour are very intersted but we
can't find more docs or examples
Thanks devis
ps for Adobe
i love this DataService to design some real-time applications 




[flexcoders] Re: Flex DataService example

2006-12-14 Thread devisbalsemin
Thanks good, but i wish to find a lof of docs Flex DataService concepts
I  have also buy Adobe  Flex 2 Training  from source but about Flex
Data Service cover only a few concept.
I hope somebody help me. I'm agree with Adobe that FDS is
powerfull, but the documentation about this... i think that it's very
poor 
Devis





--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 devisbalsemin,
 
 Have you seen this sample app?
 
 Automatically generating code for Flex 2 data access
 http://www.adobe.com/devnet/flex/articles/daoflex.html
 
 I believe that it covers Flex Data Services with Java.
 
 Please post back whether you find the sample app above helpful.
 
 (fyi ... I currently am using neither Java on the back end nor FDS.)
 
 g
 
 On 12/14/06, devisbalsemin [EMAIL PROTECTED] wrote:
 
  Hi,
  can you give me some link about flex dataService with java please...
  I wish to unterstand better this dataService/AbstractAssembler but a
  lot of my google search find only adobe live doc.
  Can you help me pls.
  I wish to manage better this concept
  count(... args):AsyncToken
  createItem(item:Object):ItemReference
  deleteItem(item:Object):AsyncToken
  fill(value:ListCollectionView, ... args):AsyncToken
  getItem(identity:Object, defaultValue:Object = null):ItemReference
 
  About refreshFill() pagination behaviour are very intersted but we
  can't find more docs or examples
  Thanks devis
  ps for Adobe
  i love this DataService to design some real-time applications
 





[flexcoders] Flash Player 9 beta 2 linux

2006-12-02 Thread devisbalsemin
Hi to all,
i have tested my appliction with fsp9 bet 2 and all work fine, also
work my-rtmp chanell.
Only if i call my app.swf work! with app.mxml compile my app but don't
display no data.
Good work adobe!




[flexcoders] Re: lockedColumnCount lockedRowCount

2006-12-01 Thread devisbalsemin
Hi, if you are intersted here my code for use GrandTotal into a lockedRow.
Devis


private function Elabora():void
{
   var
token:AsyncToken=dsBaan.fill(conto,byConto,txConto.text,cbAnno.text);
token.addResponder(new ItemResponder(
function (data:Object, token:Object=null):void
 {
conto.removeItemAt(0);
var catObj:Object=new Object();
catObj.fornitore='Totali';
catObj.gennaio=createSubTotalObject(conto,'gennaio');
catObj.febbraio=createSubTotalObject(conto,'febbraio');
conto.addItemAt(catObj,0);

   }





mx:DataGrid dataProvider={conto} width=100% height=100% 
id=dgridConto

   lockedColumnCount=2 lockedRowCount=2 wordWrap=true
mx:columns
mx:DataGridColumn  id=gen dataField=gennaio
labelFunction=getImporto headerText=Gen  width=100
headerStyleName=centerHeader textAlign=right
visible={cbMesi.text=='TUTTI' ? true :  cbMesi.text=='GENNAIO' ? true
: false}/
mx:DataGridColumn id=feb dataField=febbraio
labelFunction=getImporto headerText=Feb  width=100
headerStyleName=centerHeader textAlign=right
visible={cbMesi.text=='TUTTI' ? true :  cbMesi.text=='FEBBRAIO' ?
true : false}/
/mx:columns
/mx:DataGrid




[flexcoders] lockedColumnCount lockedRowCount

2006-11-29 Thread devisbalsemin
Hi to all,
it's possibile to write a total into my lockeRowCount? also I wish
that my dataProvider start from rowCount 3 into a DataGrid
Thanks for your help
Devis



mx:DataGrid dataProvider={conto} width=100% height=100%  
  hideEffect={ZoomRotateHide} 
showEffect={ZoomRotateShow}
   lockedColumnCount=2 
lockedRowCount=2
  
  
mx:columns




[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
Yes, about flash player you give me good news.
For Flex Builder it's official that Adobe will not support it on linux
platform?
It's not a good news for linux community. 
We are very interested to develop some open source product in flex... 
We are a develop same demo on Erp J2EE with Flex 2 and the first
result is very great...
Adobe don't miss the linux community!


For linux community we are testing this
http://constantiner.blogspot.com/2006/07/flex-builder-2-linux-alpha-01.html


--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Do you mean the Flash Player or Flex Builder?  There is no Flex Builder
 for Linux.  The Flash Player is in beta but will hopefully be released
 early next year.
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of devisbalsemin
 Sent: Wednesday, November 15, 2006 12:04 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Builder Linux
 
  
 
 Hi,
 have you some news about Flex Builder for Linux ? now i'm using a beta
 but the design is not suported and debug don't work.
 Flash Player 9 don't support AMF3 RMTP
 I hope that adobe realese a new beta that fix this future
 Have you some news?
 Devis






[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
 However, it's perfectly possible to build Flex apps on Linux using
the free 
 command line SDK (includes a debugger), and a few free 3rd party
addons for 
 the free Eclipse IDE that FlexBuilder is built on top of anyway.

yes we are now using this free utility and the next month we'll
publish  the first demo into java open business.
Our problem, in this moment, is that linux flash palyer 9 don't
support rtmp protocol .
We Hope in adobe to support linux comunity as windows a mac platform.
Devis


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Thursday 16 November 2006 08:56, devisbalsemin wrote:
  For Flex Builder it's official that Adobe will not support it on linux
  platform?
 
 What Ben Forta said at CFDevCon was there was talk of doing it, but
nothing 
 more yet.
 
  It's not a good news for linux community.
 
 No.
 Make yourself known through adobe.com/go/wish :-)
 
  We are very interested to develop some open source product in flex...
  We are a develop same demo on Erp J2EE with Flex 2 and the first
  result is very great...
 
 However, it's perfectly possible to build Flex apps on Linux using
the free 
 command line SDK (includes a debugger), and a few free 3rd party
addons for 
 the free Eclipse IDE that FlexBuilder is built on top of anyway.
 
 -- 
 Tom Chiverton
 Helping to challengingly incubate 24/365 deliverables
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
I think that rtmp is very interesting to use  with fds express with
pushing and some other fantastic future; i have understand, i hope
correctly, that rtmp protocols are not supported into a Flash Player 9
linux version
Thanks
Devis



--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Thursday 16 November 2006 11:35, devisbalsemin wrote:
  Our problem, in this moment, is that linux flash palyer 9 don't
  support rtmp protocol .
 
 Why is this a problem ?
 
 -- 
 Tom Chiverton
 Helping to heterogeneously revolutionize back-end market-growth
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
yes, it's true, and it's for this that we are hope that flash palyer
support rmtp as soon as possibile.
Now we are developing in linux but we are testing into a windows
machine :-(, but we are hoping in new beta for linux that fix this.
The pushing via RTMP it's great and very very fast to implement it
with flex  2.
Adobe give us this Falsh palyer with complete future as soon as
possbile...
Thanks in advance
Bye
Devis

--- In flexcoders@yahoogroups.com, Darron J. Schall [EMAIL PROTECTED] wrote:

 Tom Chiverton wrote:
  I thought that FDS would run over any transport, not just RTMP.

 FDS can work via client polling, but for true real time sharing via 
 server push, RTMP is the way to go.
 
 -d






[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
Fantastic, but all our test failed (suse 10, ubuntu, kubuntu, mandriva
2007).
In our test only other transport protocol work fine. 
We'll make again some test.
Matt if you install fds with jrun4 integrate and lunch the saples crm
application work fine fine for you? We have failed also crm samples
application.. but if we change rmtp in amf all work, (with some change  ).
doesn't mean it's dead and gone though.
Ok we hope in this,

market size
this the  raw truth
Thank for your answers
Devis 




--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 The FDS team has tested the internal builds of the Linux player and RTMP
 appears to be working.
 
  
 
 As mentioned, we have considered a Flex Builder for Linux but we have to
 take a hard look at lots of factors, technical feasibility, market size,
 time taken away from new features, etc.  So no announced plans at this
 point, doesn't mean it's dead and gone though.
 
  
 
 Matt
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of devisbalsemin
 Sent: Thursday, November 16, 2006 11:32 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex Builder Linux
 
  
 
 yes, it's true, and it's for this that we are hope that flash palyer
 support rmtp as soon as possibile.
 Now we are developing in linux but we are testing into a windows
 machine :-(, but we are hoping in new beta for linux that fix this.
 The pushing via RTMP it's great and very very fast to implement it
 with flex 2.
 Adobe give us this Falsh palyer with complete future as soon as
 possbile...
 Thanks in advance
 Bye
 Devis
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Darron J. Schall darron@ wrote:
 
  Tom Chiverton wrote:
   I thought that FDS would run over any transport, not just RTMP.
   
  FDS can work via client polling, but for true real time sharing via 
  server push, RTMP is the way to go.
  
  -d
 






[flexcoders] Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
Hi,
i'm using linux, ubuntu, eclipse 3 flex builder beta jdk 6
good very good solution fantastic. firefox 1.5 and firefox 2 Flex
Data Service Express (only difficulty that it's not possibile debug 
mxml and working in visual mode into eclipse) 
But i have a strange problem.
Into my application i see my form all componect effect all gui
element but no data from fds.
If i'm using a windows firefox machine that point to my linux machine,
my windows machine see all gui + data.
I hope to write correctly my problem can you help me...
Devis




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
Hi,
i'm using Flash Palyer 9 for windows and linux flash player 9 beta the
e last.
Yeah, i'm using a linux server but when i call
localhost:8700/dataservice  my application run correctly but i don't
see data, but all component run correctly.
But if call my flex app from a windows machine
http://linux:8700/dataservice i see my data.
Can you help me pls
Devis

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 07 November 2006 10:16, devisbalsemin wrote:
  I hope to write correctly my problem can you help me...
 
 You are saying the Firefox 1.5 or 2 on Linux don't work, but the
same SWF when 
 viewed from Windows does ?
 What versions of the plugin do you have on each machine (type
'about:config' 
 in the location bar) ?
 
 -- 
 Tom Chiverton
 Helping to paradigmatically engineer best-of-breed architectures
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
 Do both hosts resolve to the same IP from both machines ?
Yes...
in my linux i have try 
http://linux...
http://192.168.1.5..
http://localhost...
but nothing i can see the data ;-(
Devis


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 07 November 2006 12:19, devisbalsemin wrote:
  Yeah, i'm using a linux server but when i call
  localhost:8700/dataservice  my application run correctly but i don't
  see data, but all component run correctly.
  But if call my flex app from a windows machine
  http://linux:8700/dataservice i see my data.
 
 Try the latter URL from the linux machine.
 Do both hosts resolve to the same IP from both machines ?
 
 -- 
 Tom Chiverton
 Helping to challengingly scale back-end e-tailers
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
  rsppkid = 96.0
  trpr001 = (Ref #8)
  rspnme = BASILIO 
  rspcgn = ZORZI 
[3] = (Typed Object #12 'com.visitatori.vo.Trsp001')
  rspsct = ASFO S.P.A
  rsppkid = 100.0
  trpr001 = (Ref #4)
  rspnme = DEVIS   
  rspcgn = BALSEMIN  
[4] = (Typed Object #13 'com.visitatori.vo.Trsp001')
  rspsct = ASFO S.P.A
  rsppkid = 102.0
  trpr001 = (Typed Object #14 'com.visitatori.vo.Trpr001')
rprdsc = RESPONSABILE DI PRODUZIONE
tbdg001s = (Externalizable Object #15
'flex.messaging.io.ArrayCollection')
  (Array #16)
rprpkid = 103.0
  rspnme = MORENO  
  rspcgn = DAL MOLIN 
[5] = (Typed Object #17 'com.visitatori.vo.Trsp001')
  rspsct = ASFO S.P.A
  rsppkid = 104.0
  trpr001 = (Ref #14)
  rspnme = STEFANO 
  rspcgn = MANFRIN   
[6] = (Typed Object #18 'com.visitatori.vo.Trsp001')
  rspsct = ASFO S.P.A
  rsppkid = 106.0
  trpr001 = (Ref #14)
  rspnme = DAVIDE  
  rspcgn = BUSATO
  sequenceSize = 7

[Flex] Deserializing AMF/RTMP request
Version: 3
  (Command method=null (0) trxId=10.0)
null
(Typed Object #0 'flex.data.messages.DataMessage')
  body = (Object #1)
  operation = 8
  identity = null
  correlationId = 
  headers = (Object #2)
pageIndex = 1
pageSize = 10
sequenceId = 0
DSEndpoint = my-rtmp
  destination = reparti
  timestamp = 0
  body = (Ref #1)
  clientId = A0A963DA-1033-9B0C-EAAA-C2D36061CB25
  timeToLive = 0
  messageId = D3307B2D-399E-F876-9B58-C2D361C9B6C9

[Flex] Serializing AMF/RTMP response
Version: 3
  (Command method=_result (0) trxId=10)
(Typed Object #0 'flex.data.messages.PagedMessage')
  destination = reparti
  sequenceId = 0
  dataMessage = null
  headers = (Object #1)
  correlationId = D3307B2D-399E-F876-9B58-C2D361C9B6C9
  messageId = 920197F4-C0A0-77D9-712D-9B0649D8CB26
  pageCount = 2
  timeToLive = 0.0
  pageIndex = 1
  timestamp = 1.162906206732E12
  clientId = A0A963DA-1033-9B0C-EAAA-C2D36061CB25
  sequenceProxies = null
  body = (Array #2)
[0] = (Typed Object #3 'com.visitatori.vo.Trpr001')
  rprdsc = OUT SOURCING  
  tbdg001s = (Externalizable Object #4
'flex.messaging.io.ArrayCollection')
(Array #5)
  rprpkid = 93.0
  sequenceSize = 11






--- In flexcoders@yahoogroups.com, devisbalsemin [EMAIL PROTECTED]
wrote:

  Do both hosts resolve to the same IP from both machines ?
 Yes...
 in my linux i have try 
 http://linux...
 http://192.168.1.5..
 http://localhost...
 but nothing i can see the data ;-(
 Devis
 
 
 --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiverton@
 wrote:
 
  On Tuesday 07 November 2006 12:19, devisbalsemin wrote:
   Yeah, i'm using a linux server but when i call
   localhost:8700/dataservice  my application run correctly but i don't
   see data, but all component run correctly.
   But if call my flex app from a windows machine
   http://linux:8700/dataservice i see my data.
  
  Try the latter URL from the linux machine.
  Do both hosts resolve to the same IP from both machines ?
  
  -- 
  Tom Chiverton
  Helping to challengingly scale back-end e-tailers
  
  
  
  This email is sent for and on behalf of Halliwells LLP.
  
  Halliwells LLP is a limited liability partnership registered in
 England and Wales under registered number OC307980 whose registered
 office address is at St James's Court Brown Street Manchester M2 2JF.
  A list of members is available for inspection at the registered
 office. Any reference to a partner in relation to Halliwells LLP means
 a member of Halliwells LLP. Regulated by the Law Society.
  
  CONFIDENTIALITY
  
  This email is intended only for the use of the addressee named above
 and may be confidential or legally privileged.  If you are not the
 addressee you must not read it and must not use any information
 contained in nor copy it nor inform any person other than Halliwells
 LLP or the addressee of its existence or contents.  If you have
 received this email in error please delete it and notify Halliwells
 LLP IT Department on 0870 365 8008.
  
  For more information about Halliwells LLP visit

[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
tcp6   0  0 :::8700 :::*   
LISTEN 20690/java 

i have use mxmlc but the result it's the same, don't work..


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 07 November 2006 13:30, devisbalsemin wrote:
  linux
pageUrl = http://localhost:8700/flex/Asfo/viewStack.mxml;
 ...
  Here my Windows Version
pageUrl = http://192.168.1.5:8700/flex/Asfo/viewStack.mxml;
 
 There are not the same.
 
 localhost on your linux box will almost certainly resolve to
'127.0.0.1', 
 whereas your windows box is pointing at 192.168.1.5.
 My guess would be that FDS is only listening to one address.
 You should set things up so that you use the same host (in the URL)
on the 
 linux machine as what works on the windows machine - add a line to
/etc/hosts 
 of you don't have proper a DNS.
 
 What does 'netstat -alpn|grep 8700' on the linux say ? 
 What happens if you use mxmlc to compile the swf (and hard code a
host and 
 port in the services config XML) rather than the FDS on-the-fly
compiler ?
 
 -- 
 Tom Chiverton
 Helping to paradigmatically establish integrated platforms
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
Sorry but i don't understand very well.
I have made some check ping, netstat and all work fine.
in my linux
http://localhost
http://192.168.1.5
http://linux
http://127.0.0.1
the fds server responde correctly mxml is compiled and i see my
content. But if you look my last post , flex log, it's very strange
the data don't arrive. :-) but arrived into a client windows machine i
have no client linux to test ...
Sorry again
Devis


--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 07 November 2006 14:05, devisbalsemin wrote:
  tcp6   0  0 :::8700 :::*
  LISTEN 20690/java
 
 K.
 That means FDS is listening on all IP adress' on that port.
 
  i have use mxmlc but the result it's the same, don't work..
 
 Hmm.
 Stuck then, if trying http://linux/ on the linux box doesn't work
and 'ping 
 linux' on the linux box reports the 192 address.
 
 -- 
 Tom Chiverton
 Helping to elementarily cultivate user-centric networks
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
i'm not using cfc.
I'm using fds collection with amf with java-dao 
Devis
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 07 November 2006 15:28, devisbalsemin wrote:
  content. But if you look my last post , flex log, it's very strange
  the data don't arrive. :-) but arrived into a client windows machine i
  have no client linux to test ...
 
 Are you using FDS collections, or just Remoting a ColdFusion CFC ?
 
 -- 
 Tom Chiverton
 Helping to heterogeneously synthesize best-of-breed convergence
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] getItemIndex it's a bug Complex Data

2006-11-05 Thread devisbalsemin
Hi if you look my code,
if i remove  update Function all work, i have made a mistake into my
ActionScript class or is it bug?
Thanks for your help devis



Here throw 
TypeError: Error #1034: Assegnazione di tipo forzata non riuscita:
impossibile convertire mx.collections::[EMAIL PROTECTED] in
mx.data.IManaged.


...
private var dsResponsabili:DataService;
[Bindable]
private var responsabili:ArrayCollection = new ArrayCollection();






private function Update():void
{

dgResponsabili.selectedIndex = 
responsabili.getItemIndex(responsabili);

}


This my object 
package com.visitatori.vo
{
import mx.utils.ArrayUtil;
import mx.collections.ArrayCollection;

 [Managed]
 [RemoteClass(alias=com.visitatori.vo.Trsp001)]


public class Trsp001
{
 public function Trsp001() {}
 public var rsppkid:int;
 public var rspcgn:String=;
 public var rspnme:String=;
 public var rspsct:String=;
 public var trpr001:Trpr001;
   

}
}





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] ComboBox dataBinding complexData

2006-11-05 Thread devisbalsemin
Hi i have a problem to binding a comboBox with a complex data can you
help me pls.
Here my code

[Bindable]
private var lkreparti:ArrayCollection = new ArrayCollection();
private var dsReparti:DataService;
dsReparti = new DataService(reparti);
dsReparti.fill(lkreparti);
dsReparti.autoCommit = false;


mx:Binding source=cbReparto.selectedItem
destination=responsabile.trpr001/


   mx:ComboBox id=cbReparto
dataProvider={lkreparti}   labelField=rprdsc
selectedItem={responsabile.trpr001}/
 /mx:FormItem




Here my class ActionScript 


package com.visitatori.vo
{
import mx.utils.ArrayUtil;
import mx.collections.ArrayCollection;

 [Managed]
 [RemoteClass(alias=com.visitatori.vo.Trsp001)]


public class Trsp001
{
 public function Trsp001() {}
 public var rsppkid:int;
 public var rspcgn:String=;
 public var rspnme:String=;
 public var rspsct:String=;
 public var trpr001:Trpr001= new Trpr001();
   

}
}


package com.visitatori.vo
{
import mx.collections.ArrayCollection;

 [Managed]
 [RemoteClass(alias=com.visitatori.vo.Trpr001)]
 
public class Trpr001
{
 public function Trpr001() {}
 public var rprpkid:Number;
 public var rprdsc:String=;
 public var tbdg001s:ArrayCollection=new
ArrayCollection();
}
}









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Re: getItemIndex it's a bug Complex Data

2006-11-05 Thread devisbalsemin
Sorry i'm sleep is my mistake..

i have correct  it 
 dgResponsabili.selectedIndex = 
 responsabili.getItemIndex(responsabile);
Sorry again
Devis



--- In flexcoders@yahoogroups.com, devisbalsemin [EMAIL PROTECTED]
wrote:

 Hi if you look my code,
 if i remove  update Function all work, i have made a mistake into my
 ActionScript class or is it bug?
 Thanks for your help devis
 
 
 
 Here throw 
 TypeError: Error #1034: Assegnazione di tipo forzata non riuscita:
 impossibile convertire mx.collections::[EMAIL PROTECTED] in
 mx.data.IManaged.
 
 
 ...
 private var dsResponsabili:DataService;
 [Bindable]
 private var responsabili:ArrayCollection = new
ArrayCollection();
 
 
 
 
 
 
 private function Update():void
 {
 
 dgResponsabili.selectedIndex = 
 responsabili.getItemIndex(responsabili);
 
 }
 
 
 This my object 
 package com.visitatori.vo
 {
   import mx.utils.ArrayUtil;
   import mx.collections.ArrayCollection;
   
[Managed]
  [RemoteClass(alias=com.visitatori.vo.Trsp001)]
 
 
   public class Trsp001
   {
  public function Trsp001() {}
  public var rsppkid:int;
  public var rspcgn:String=;
  public var rspnme:String=;
  public var rspsct:String=;
  public var trpr001:Trpr001;

 
   }
 }






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Urgently Hibernate Flex

2006-11-02 Thread devisbalsemin
I wish to make this check into my application.
When an user insert some data 

Name
Surname
password
email! here 

I wish to check email if already exits into a dabase and display a
message to client that email is invalid? Have you some suggestion?
But if the email don't exists i won't to lose all user data insert?
Bue it email exists i wish to load data that exist into a db
Thks devis.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/