[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

[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

[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);

[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

[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

[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
://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

[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
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

[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
@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

[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

[flexcoders] Re: Flex Data Service Linux Ubuntu

2006-11-07 Thread devisbalsemin
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

[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

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
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

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
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

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
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

[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

[flexcoders] Re: Flex Builder Linux

2006-11-16 Thread devisbalsemin
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

[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%

[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(

[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] 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

[flexcoders] Re: Flex DataService example

2006-12-14 Thread devisbalsemin
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

[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

[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{

[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?

[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

[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread devisbalsemin
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

[flexcoders] Re: An architectural blueprint for Flex applications

2006-12-19 Thread devisbalsemin
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

[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

[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

[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
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

[flexcoders] Re: It's possibile in flex

2007-01-04 Thread devisbalsemin
: --- 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

[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

[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
://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

[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
, 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

[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
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

[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
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

[flexcoders] Re: CRUD in XML

2007-01-07 Thread devisbalsemin
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

[flexcoders] Re: CRUD in XML

2007-01-08 Thread devisbalsemin
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

[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

[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