[flexcoders] Plse print help

2006-06-29 Thread Devis





Hi can you help how to integrate flashpaper with 
flex 2?
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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] Pls help me

2006-06-06 Thread Devis





Hi,
i wish to integrate Jbuilder X with flex beta 3, 
but i have no idea where i can find the xmi file or xml schema 
catalog!
Can you help me pls
Devis
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



Re: [flexcoders] help me

2006-06-06 Thread Devis





no,
i wish to use only code completition.
Adobewrite

IDEs and Text Editors
Flex provides an XML schema to enable IDEs that support XML with code 
coloring, code hinting, etc., including IntelliJ IDEA, Borland JBuilder, and 
Altova 
xmlspy. You can also use code editors such as VI and emacs with Flex.

but i can'f find it this schema! Any suggestion 
pls
Devis

  - Original Message - 
  From: 
  Antoine 
  Malpel 
  To: flexcoders@yahoogroups.com 
  Sent: Tuesday, June 06, 2006 3:30 
PM
  Subject: Re: [flexcoders] help me
  
  
  You need to tell if you allready have the remote Object coded... in JSP 
  ?DIBYADYUTI CHAKRABORTY a écrit: 
  

i am new to this group and also in flex tools.
please if any body can help me over the flex remote object data 
service.
i want to devlop a simple web project using flex,and want to run it on 
the tomcat server.
please help me.

dibyadyuti chakraborty
software associate
eforce india

Dibyadyuti Chakraborty
19/2a lala babu shair road 
belur math,howrah
pin-711202
Mob:-(0)9433219471
hello:-(033)26540632
e-mail:[EMAIL PROTECTED]

"ARISE,AWAKE AND STOP 
NOT TILL THE GOAL IS REACHED"


Yahoo! India Answers: Share what you know. Learn something new Click 
hereSend free SMS to your Friends on Mobile from your Yahoo! 
Messenger Download 
now 
  
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[flexcoders] IViewCursor don't work help

2006-05-30 Thread Devis





Hi,
i'm using IViewCursor with java Complex 
Object but i receive always this warning but don't work

Warning /JExhibition2006.mxml:139 
140 141

Data binding will not be able to detect assignments to 
"cursor".


  
  
138:
mx:Label text="{contact.id.descr}"/ 
  
  
139:
mx:TextInput 
  id="tx1" text="{cursor.current.id.codArt}"/
  
140:
mx:TextInput id="tx2" 
  text="{cursor.current.id.descr}"/ 
141: 
mx:TextInput id ="tx3" text="{cursor.current.barcode}"/

Why about you? i have also 
used

mx:TextInput id ="tx1" 
text="{IbArt(cursor.current).id.codArt}"/

mx:TextInput id ="tx1" 
text="{IbArt(cursor.current).id.descr}"/

mx:TextInput id ="tx1" 
text="{IbArt(cursor.current).barcode}"/

but don't work have you some 
suggestion?
Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









IbArtID.as
Description: Binary data


IbArt.as
Description: Binary data


test.mxml
Description: Binary data


[flexcoders] IViewCursor don't work help

2006-05-30 Thread Devis





sorry i'have found my mistake, i have not put 
[BINDABLE].
But how i can sync my cursor with my DataGrid? then 
the end user can click directly into dataGrid...
Devis

  - Original Message - 
  From: 
  Devis 
  To: flexcoders@yahoogroups.com 
  Sent: Tuesday, May 30, 2006 5:39 PM
  Subject: [flexcoders] IViewCursor don't 
  work help
  
  Hi,
  i'm using IViewCursor with java Complex 
  Object but i receive always this warning but don't work
  
  Warning /JExhibition2006.mxml:139 140 141 
  
  Data binding will not be able to detect assignments to 
  "cursor".
  
  


  138:
  mx:Label text="{contact.id.descr}"/ 
  

  139:
  mx:TextInput 
id="tx1" text="{cursor.current.id.codArt}"/

  140:
  mx:TextInput id="tx2" 
text="{cursor.current.id.descr}"/ 
  141: 
  mx:TextInput id ="tx3" text="{cursor.current.barcode}"/
  
  Why about you? i have also 
  used
  
  mx:TextInput id ="tx1" 
  text="{IbArt(cursor.current).id.codArt}"/
  
  mx:TextInput id ="tx1" 
  text="{IbArt(cursor.current).id.descr}"/
  
  mx:TextInput id ="tx1" 
  text="{IbArt(cursor.current).barcode}"/
  
  but don't work have you some 
  suggestion?
  Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









test.mxml
Description: Binary data


[flexcoders] Fds with Composite ID

2006-05-29 Thread Devis





Hi to all,
why if don't implment in an external primary key 
class the toString() method? fds beta 1 2 3 don't work correctly?
Attention toString it's necessary for ActionScript 
ID class not in java, and i the Fds documentation i haven't found that this is 
necessary?
I hope this helpother people, i have lost 2 
days for understand because fds won't work.
Bye 
Devis








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] [ResourceBundle(language)]

2006-05-17 Thread Devis





Can you help with a simple example to use 
ResourceBundle with beta 3?
I'm writing a simple Form with a ComboBox for 
language and i wish to change to runtime the label description.
Thank's for your help
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Jrun with update 6

2006-05-16 Thread Devis





Can you help to configure Jrun 4 updater 6 with 
Flex data Service beta 3 pls.
Thank's devis






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex builder 2

2006-05-16 Thread Devis





Hi,
how i can use java file into a flex 
project?
Thank's
Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Jrun with update 6

2006-05-16 Thread Devis



Sorry, now work fine, i have made mistake with configuration.
Devis

- Original Message - 
From: Thomas Rühl -akitogo- [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, May 16, 2006 11:31 AM
Subject: Re: [flexcoders] Jrun with update 6



 What is the issue you're having?

 Greetings, Thomas



 Devis wrote:
  Can you help to configure Jrun 4 updater 6 with Flex data Service beta 3
  pls.
  Thank's devis
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
 
 
  SPONSORED LINKS
  Web site design development
 
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site
+design+developmentw2=Computer+software+developmentw3=Software+design+and+
developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
66.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer software development
 
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+si
te+design+developmentw2=Computer+software+developmentw3=Software+design+an
d+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s
=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software design and development
 
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+
site+design+developmentw2=Computer+software+developmentw3=Software+design+
and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5
s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
  Macromedia flex
 
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+deve
lopmentw2=Computer+software+developmentw3=Software+design+and+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6n
PIrz7_EpZI36cYzBjw
  Software development best practice
 
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=W
eb+site+design+developmentw2=Computer+software+developmentw3=Software+desi
gn+and+developmentw4=Macromedia+flexw5=Software+development+best+practice
c=5s=166.sig=f89quyyulIDsnABLD6IXIw
 
 
 
  
  YAHOO! GROUPS LINKS
 
  * Visit your group flexcoders
  http://groups.yahoo.com/group/flexcoders on the web.
 
  * To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
mailto:[EMAIL PROTECTED]
 
  * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/.
 
 
  
 






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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] mxml.xsd Flex 2

2006-05-15 Thread Devis





Hi,
where i can find mxml.xsd 
? please
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Jbuilder X Flex 2

2006-05-15 Thread Devis





Hi,
pls someone have integrate flex tag, code 
completition into Jbuilder? Pls can you help me.
Thank's
Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex 2 beta 3 with Flash Paper

2006-05-09 Thread Devis



Please have some docs or examples about generate report by Flash Paper with
Flex 2?
Thank's devis








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Flex Beta 3 with TOMCAT JTOM ACTIVEMQ Work

2006-05-09 Thread Devis



Hi, i have read more question about flex and Tomcat 5.5, if you wish i have
attach a very simple step by step configuration.
Devis






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









tomcat.doc
Description: MS-Word document


[flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
Hi to all i have this problem but i have no idea how to implent:
Here my DataGrid

CODENAME QTY
1 ALL  100
054 PIPPO1

I wish when the end user click on dataGrid row to create a dataGrid likeThis
CODENAME QTY
1 ALL  100
cons 14/10/2006   (this row i must put it at runtime in
the secondcolumn)
054 PIPPO1
cons 15/10/2006  (this row i must put it at runtime in
the secondcolumn)

Can you help me please
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/

* 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/
 




Re: [flexcoders] CellRender DataGrid create row Runtime

2006-03-09 Thread Devis
THANK'S FOR YOUR SUGGESTION
DEVIS

- Original Message - 
From: Tracy Spratt [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Thursday, March 09, 2006 4:43 PM
Subject: RE: [flexcoders] CellRender DataGrid create row Runtime


 I would consider creating a cellRenderer that will create the entire
 line, and use it in a List, instead of trying to use DataGrid.  I have
 not done this and am not sure how the List would respond to changes in
 individual line heights.

 If that doesn't work, use a custom component(nearly the same as the
 cellRenderer) in a repeater.

 Tracy

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Devis
 Sent: Thursday, March 09, 2006 8:42 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] CellRender DataGrid create row Runtime

 Hi to all i have this problem but i have no idea how to implent:
 Here my DataGrid

 CODENAME QTY
 1 ALL  100
 054 PIPPO1

 I wish when the end user click on dataGrid row to create a dataGrid
 likeThis
 CODENAME QTY
 1 ALL  100
 cons 14/10/2006   (this row i must put it at runtime
 in
 the secondcolumn)
 054 PIPPO1
 cons 15/10/2006  (this row i must put it at runtime
 in
 the secondcolumn)

 Can you help me please
 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 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 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/

* 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] HibernateAdapter

2006-03-09 Thread Devis





hi,
i'm new with flex 2 beta 1, can you give some 
examples with HibernateAdapter pls
Thank's devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] dataService with pk

2006-03-09 Thread Devis
Hi,
this my pojo class

public class ItemPK()
{
  private int code;
  private int seria;
..
}


public class Item{
 private ItemPK pk
 private String cdc;
 private String dsc;
..
}

what i'm writing into my flex-data-service
metadata
identity property=pk.code/ ???
identity property=pk.seria/ ???
/metadata

Thank's for your help





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

* 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] Image WMF/JPG/GIF

2006-03-07 Thread Devis
Hi,
i have my java app that read some picture format and return the relative
path for flex client.
But i have a problem with the format (wmf for example), about you it's
possibile to pass imagebuffer to a Flex application,
in this way my flex will read it always my picture, independently from the
file format.
Sorry if this question is very stupid, but i have no idea how to resolve
this problem, also because for our project is impossibile to change image
format.
Pls have you some suggestion for this question
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/

* 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/
 




Re: [flexcoders] Image WMF/JPG/GIF

2006-03-07 Thread Devis
Ok thank's
 but it's possibile to with amf to pass an java imageBuffer?
Devis
- Original Message - 
From: JesterXL [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, March 07, 2006 5:29 PM
Subject: Re: [flexcoders] Image WMF/JPG/GIF


 Flex 1.5 supports JPEG (non-progressive), and SWF.

 You can build a Flash 8 SWF bridge to allow it to support JPEG (non 
 progressive), GIF, PNG, and SWF, but the client will need to have Flash
 Player 8 installed in their browser.

 WMF is not supported in any fashion.

 - Original Message - 
 From: Devis [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Tuesday, March 07, 2006 11:19 AM
 Subject: [flexcoders] Image WMF/JPG/GIF


 Hi,
 i have my java app that read some picture format and return the relative
 path for flex client.
 But i have a problem with the format (wmf for example), about you it's
 possibile to pass imagebuffer to a Flex application,
 in this way my flex will read it always my picture, independently from the
 file format.
 Sorry if this question is very stupid, but i have no idea how to resolve
 this problem, also because for our project is impossibile to change image
 format.
 Pls have you some suggestion for this question
 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 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 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/

* 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] FLEX 2 DATASERVICE TUTORIAL

2006-02-14 Thread Devis





Hi to 
all,
i have donwload today 
flex 2.
I have work fine with 
FLEX 1/1.5 and for my backend ihave usedAMF. Now i wish to use 
for some our demo flex 2.
Can you help me to 
find some example or tutorial with DataService with java, if i dont' wrong i 
can't use AMF with flex 2 with current release!
Have you some very 
very simple code about DataService with flex 2
Bye
Devis





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] windows xp embedded

2005-12-07 Thread Devis





Hi,
i wish to understand if flash player 8.5 run with 
windows xp embedded? 
Pls 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] File IO Flex 1.5 with Flash Palyer 8

2005-11-29 Thread Devis





Hi, to all,
i'm using flex 1.5, but if i use this 
application where server running all it's ok, but my remote client 
recevice always "fileReference: [object Object] type: onIOError "?
Pls can you help me ? i must set something into 
flex-config.xml
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  







?xml version=1.0 encoding=utf-8?
config
	uploadURL
		http://www.wb-service.it:8000/jportal/view/temp/flex/download/config.xml
	/uploadURL
	downloadURL
http://www.wb-service.it:8000/jportal/negozi/download
	/downloadURL
/config

FileIO.mxml
Description: Binary data


fileIO.swf
Description: application/shockwave-flash


LibLoader.mxml
Description: Binary data


main.mxml
Description: Binary data


simpleFileUpload.mxml
Description: Binary data


[flexcoders] StringValidator don't work

2005-11-17 Thread Devis





Hi, i don't understand because my Validator return 
always false plas help me.
Devis


public function Salva():Void{ 
if(mx.validators.Validator.isStructureValid(this,'ModelLocator.getInstance().nota')==true) 
{ if(ModelLocator.getInstance().nota==undefined) 
{ var c:CNoteVO = new 
CNoteVO(); 
c.pk=new CNotePK(); 
c.pk.STAGNT=pfvo.pfvopk.stagpf; 
c.pk.MODENT=pfvo.pfvopk.modepf; 
c.pk.MATENT=pfvo.pfvopk.matepf; 
c.DE50NT=tdsc_1.text; 
c.DE20NT=tdsc_2.text; 
 
c.pk.POSINT=ModelLocator.getInstance().note.length+1; 
ModelLocator.getInstance().note.addItem(c); 
 
EventBroadcaster.getInstance().broadcastEvent("note_insert",c); 
 
 
} 
 
else 
{  
EventBroadcaster.getInstance().broadcastEvent("note_insert",ModelLocator.getInstance().nota); 
 
ModelLocator.getInstance().nota=undefined; 
}  } 
else  mx.controls.Alert.show("Non posso 
salvare informazioni non valide!!", "Controllo di 
validità", 
Alert.OK);   
}








?xml version="1.0" 
encoding="utf-8"?mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml" 
height="100%" width="100%" visible="true" 
xmlns="*"mx:Script 
source="../as/StringEx.as"/mx:Script 
source="SchedaNoteViewer.as"/

!-- NOTE --mx:Binding 
source="{ModelLocator.getInstance().nota.DE50NT==undefined ? 
'':ModelLocator.getInstance().nota.DE50NT}" destination="tdsc_1.text" 
/ mx:Binding 
source="{ModelLocator.getInstance().nota.DE20NT==undefined ? 
'':ModelLocator.getInstance().nota.DE20NT}" destination="tdsc_2.text" 
/ mx:Binding source="tdsc_1.text" 
destination="ModelLocator.getInstance().nota.DE50NT" / 
mx:Binding source="tdsc_2.text" 
destination="ModelLocator.getInstance().nota.DE20NT" / 

!--Imposto i campi obbligatori 
--mx:StringValidator field="ModelLocator.getInstance().nota.DE50NT" 
minLength="1" maxLength="100" requiredFieldError="Campo 
obbligatorio" tooLongError="Max 100 caratteri" listener="tdsc_1" 
/mx:StringValidator field="ModelLocator.getInstance().nota.DE20NT" 
minLength="1" maxLength="100" requiredFieldError="Campo 
obbligatorio" tooLongError="Max 100 caratteri" 
listener="tdsc_2"/

  mx:Panel 
id="panel6" width="100%" 
 
panelBorderStyle="roundCorners" 
headerColors="[#7D8FA8,#FF]" 
title="{PfVO(pfvo[0]).de50pf}"

mx:DataGrid 
dataProvider="{ModelLocator.getInstance().note}" 
cellPress="ModelLocator.getInstance().nota=event.target.selectedItem" 
width="100%" 
id="dgnote"mx:columnsmx:Arraymx:DataGridColumn 
columnName="DE50NT" headerText="Note per il laboratorio" 
width="300"/mx:DataGridColumn columnName="DE20NT" 
headerText="Abb. Filo per ricamo" 
width="300"//mx:Array/mx:columns/mx:DataGridmx:Form 
width="100%"

 mx:VBox 
 mx:FormItem label="Note 
Laboratorio" required="true" 
 
mx:TextInput id="tdsc_1" width="300" 
text="{ModelLocator.getInstance().nota.DE50NT}"//mx:FormItem

 
 mx:FormItem 
label="Abbinamento filo per ricamo" 
required="true" 
mx:TextInput id="tdsc_2" width="300" 
text="{ModelLocator.getInstance().nota.DE20NT}"//mx:FormItem 
 /mx:VBox 
 
/mx:Formmx:ControlBar 
width="100%"mx:Spacer 
width="100%"/

mx:Button 
icon="@Embed('/images/icons/note_add.png')" 
label="Nuovo" click="Nuovo()"/

mx:Button 
icon="@Embed('/images/icons/note_edit.png')" 
label="Salva" click="Salva()"/ 
mx:Button label="Elimina" 
icon="@Embed('/images/icons/note_delete.png')" 
click="Delete()"/

/mx:ControlBar

/mx:Panel/mx:Canvas





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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] UI help

2005-09-26 Thread devis
please it's possibile to find a code of this UI? I won't the code of
application but i only ui sekeleton
http://www.macromedia.com/devnet/flex/example_apps/zones/fig03_lg.html
Please can you help me
Devis




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

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

* 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] DataGrid it's possibile

2005-09-13 Thread Devis






sorry, it's possibile with flex to build a table like below?
First 2 rows are column for me, and 3^ row it's a "dataProvider", can
you help me with an example or link please
Thank you very much
Devis


   

  CODE
  WORKING
  DAY


   
  DAY
  NIGHT
  WEEK
  MONTH


  
  ..
  
  
  


  
  ..
  
  
  


  
  
  
  
  
  
  
  
  
  

  







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Software design and development
  
  
Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  













Re: [flexcoders] Re: DataGrid it's possibile

2005-09-13 Thread Devis
Great and thank's for your help,
Devis

bhaq1972 ha scritto:

2 ways you can do this. i can think of. 

1) (simplest way) put a line break in headertext for your datagrid 
column eg
mx:DataGrid headerHeight=70
mx:DataGridColumn columnName=blah headerText=Working #13;Day/

or

2) use a headerRenderer in your DataGridColumn eg
mx:DataGridColumn columnName=occupation 
headerRenderer={multiHeader}/

create a VBox container called multiHeader.mxml eg
mx:VBox
mx:Label text=blah/
mx:Label text=blah/
/mx:VBox

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






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



 


  




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~- 

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

* 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/
 




Re: [flexcoders] Re: Need help on Fliping the components

2005-09-13 Thread Devis
Hi i have download also i'm this great package but i have some trouble 
for using and configuration in with Flex, pls help us?
Devis

Sandip Patil ha scritto:

 First of AllThanks to all for your quick response, I already 
 download the zip file... to work with earlier example we need 
 animation component file.
  
 it will be great if any one send me the file.
  
 Thanks
 Sandip
  
 */vnice Cute [EMAIL PROTECTED]/* wrote:

 Hi,
 You can download the AnimationPackage for ActionScript 2.0 from
 the URL:
 http://www.swftools.com/tools-details.php?tool=5505655915


 Thanks
 Saleh



 */Sandip Patil [EMAIL PROTECTED]/* wrote:

 yeah I know my dear friend, we need the animation component,
 do you know where I can get this animation component, if you
 help me out in this it will be great help..BTW: have you
 worked on this type of sample application, if so can you send
 me some links or sample application.
  
  
 Thanks
 Sandip


 */sanjayd [EMAIL PROTECTED]/* wrote:

 yes, you need the 'animation' component.


 
 
 Yahoo! for Good
 Click here to donate
 http://store.yahoo.com/redcross-donate3/ to the Hurricane
 Katrina relief effort. 

 
 Yahoo! for Good
 Click here to donate http://store.yahoo.com/redcross-donate3/ to
 the Hurricane Katrina relief effort. 

 
 Yahoo! for Good
 Click here to donate http://store.yahoo.com/redcross-donate3/ to the 
 Hurricane Katrina relief effort.

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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

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

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


 




 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~- 

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

* 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] ActionScript POS function

2005-08-12 Thread Devis
Hi, exits in ActionScript a function like this
String txt=CIAO;
if(txt.Pos('IA')  0)
  return true;

Bye Devis

ps.
can you give this example in ActionScript thank's


  




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hnq6oua/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123856748/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In
 low income neighborhoods, 84% do not own computers. At Network for Good, help 
bridge the Digital Divide!/a./font
~- 

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

* 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/
 




Re: [flexcoders] ActionScript POS function

2005-08-12 Thread Devis
Thank's work,
Devis

Dimitrios Gianninas ha scritto:

 I think what you are looking for is: txt.indexOf(IA)
  
 You can read more here:
  http://livedocs.macromedia.com/flex/15/flex_docs_en/1706.htm
  
 *Dimitrios Jimmy Gianninas*
 *RIA Developer*
 *Optimal Payments Inc.*
  

 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Devis
 *Sent:* Friday, August 12, 2005 8:25 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] ActionScript POS function

 Hi, exits in ActionScript a function like this
 String txt=CIAO;
 if(txt.Pos('IA')  0)
   return true;

 Bye Devis

 ps.
 can you give this example in ActionScript thank's


  
 



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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

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

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


 




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hpc0999/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123857218/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

* 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] Performace please some suggestion

2005-08-02 Thread devis
Hi, if you can see my code, work fine ok, but when flex go to render the
performance it's very very slow.


1) Before this function i call a AMF response it's very fast
2) Some other flex component are rendered very fast.

About you, this is a bad approach? can you give some better solution
Thank's
 devis


function Init_Taglie()
  {
  dgmisure.removeAllColumns();   
  myColumn= new DataGridColumn();
  myColumn.headerText = Stato;
  myColumn.width=50;
  myColumn.columnName=strecz;
  dgmisure.addColumn(myColumn);
  
  myColumn =new DataGridColumn();
  myColumn.headerText = Descrizione;
  myColumn.width=150;
 
myColumn.labelFunction=mx.utils.Delegate.create(this,getDsc_Misura);
  dgmisure.addColumn(myColumn);
  
  
  myColumn =new DataGridColumn();
  myColumn.headerText = Calo;
  myColumn.width=50;
 
myColumn.labelFunction=mx.utils.Delegate.create(this,getTipo_Calo);
  dgmisure.addColumn(myColumn);

  
  for(var
row=0;rowmx.core.Application.application.taglie.length;row++)
  {

  myColumn= new DataGridColumn();
  myColumn.headerText =
mx.core.Application.application.taglie[row];
  myColumn.width=50;
  myColumn.columnName=ma+(row+1)+cz;
  dgmisure.addColumn(myColumn);
  }
  }   
   




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12hsgbt8n/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122977600/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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

* 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/
 





Re: [flexcoders] Tree with 3 different AMF is it possibile?

2005-08-01 Thread Devis
Great your code WAS my problem
Bye
Devis

João Fernandes ha scritto:

Davis,

What I usually do is to set a function that accept those variables as 
arguments and then build the treeNodes with the information, when any of them 
changes, the tree is automaticly updated.

Something like this:

mx:tree dataProvider ={myfunction(amf1Result,amf2Result,amf3Result)}/

mx:Script
function myfunction(arg1,arg2,arg3) : mx.controls.treeclasses.TreeNode { 
var rootNode = new mx.controls.treeclasses.TreeNode('my root 
node',{dataOfNode});
// Buid the treeNodes where
...
Return rootNode;
}
mx:Script/

João Fernandes
Secção de Desenvolvimento
Departamento de Informática


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devis
Sent: segunda-feira, 1 de Agosto de 2005 11:06
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree with 3 different AMF is it possibile?

hi to all, i have this question,

i have 3 AMF that return an array of ActionScript class

1°  COLOR[]
2°  SIZE[]
3°  WEIGHT[]

this is my goal:

tree
   COLOR
RED
GREEN
YELLOW
   SIZE 
10
 20   
 20
  WEIGHT
   40
   78
  90
/tree

but  i haven't  an xml file, i  have 3 amf function that returns array 
of ActionScript class, pls can you help me, if you can post some code 
will be appreciate.
Thank's in advance

For you it's better to use 3 TREE component?
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 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



 


  




 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h1raome/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122901310/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992
Fair play? Video games influencing politics. Click and talk back!/a./font
~- 

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

* 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] DataGrid labelFunction AMF

2005-07-19 Thread Devis
Hi,
it's possibile to write a LabelFunction for DataGrid  with  an AMF?

for example i wish

getNumberOrder(item)
...
   RemoteObject.getOrder(item.cod_cli).result.NUMBER_ORDER?
...

pls can you give me some suggestion
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/

* 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] DataGrid auto Sort

2005-07-12 Thread Devis
Sorry for my stupid question

i have a simple dataGrid i wish when my application  start, that the 
DataGrid are sorted with column number 3?
It's possibile please
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/

* 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/
 




Re: [flexcoders] DataGrid auto Sort

2005-07-12 Thread Devis
Very good, your code work fine.
Regards

Devis

Nick Watson ha scritto:

 Here you go, this also includes the direction arrow as well

 mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
 backgroundColor=#FF

 mx:Script

 ![CDATA[

 function showArrow(){

 myGrid.sortItemsBy(value,asc);

 myGrid.sortIndex = 1;

 myGrid.sortDirection = ASC;

 myGrid.placeSortArrow();

  }

 ]]

 /mx:Script

 mx:Panel title=DataGrid Panel marginTop=10

 mx:VBox initialize=showArrow()

 mx:DataGrid id=myGrid showDataTips=true width=350 
 height=150

 mx:dataProvider

 mx:Array id=arr

 mx:Object name= a Value=Test_1 /

 mx:Object name= b Value=Test_2 /

 mx:Object name= a 
 Value=Test_3 /

 mx:Object name= a 
 Value=Test_4 /

 mx:Object name= b 
 Value=Test_5 /

 /mx:Array

 /mx:dataProvider

 /mx:DataGrid

 /mx:VBox

 /mx:Panel

 /mx:Application


 Regards

 Nick

 *From:* flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of* Devis
 *Sent:* 12 July 2005 14:51
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] DataGrid auto Sort

 Sorry for my stupid question

 i have a simple dataGrid i wish when my application  start, that the
 DataGrid are sorted with column number 3?
 It's possibile please
 Devis








 --
 Flexcoders Mailing List
 FAQ: _http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt_
 Search Archives: 
 _http://www.mail-archive.com/flexcoders%40yahoogroups.com_

 SPONSORED LINKS

 _Computer software testing_ 
 http://groups.yahoo.com/gads?t=msk=Computer+software+testingw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=kh2CguJwmatU5oBXjFo9Rg
  
   _Macromedia flex_ 
 http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=dAUcEV7do91-wrRtVS641g
  
 _Development_ 
 http://groups.yahoo.com/gads?t=msk=Developmentw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=AlxNUQBOI7Io7S7nhmxV0Q
  

 _Software developer_ 
 http://groups.yahoo.com/gads?t=msk=Software+developerw1=Computer+software+testingw2=Macromedia+flexw3=Developmentw4=Software+developerc=4s=93.sig=QWIit8JayomoIHLVkV3FDg
  
 

 YAHOO! GROUPS LINKS

 §Visit your group _flexcoders_ 
 http://groups.yahoo.com/group/flexcoders on the web.
  
 §To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]
  
 §Your use of Yahoo! Groups is subject to the _Yahoo! Terms of 
 Service_ http://docs.yahoo.com/info/terms/.




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

 *  Visit your group flexcoders
   http://groups.yahoo.com/group/flexcoders on the web.

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

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


 




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

* 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] How i can do it?

2005-05-26 Thread devis
Hi, i  have a dataGrid into a panel with a controlBar.
In my control bar there is a TextInput, 
i wish then a user press keyDown  put focus in the dataGrid row.
I have used indexof of research but don't work here a bit code

function Find():Void
{
  for(var x;xdg.dataProvider.length;x++)
{
 if(dg.dataProvider[x].name.indexOf(TextInput.text) -1)
{
//Here i wish to set dataGrid Row
   dg.selectedIndex=x;? here don't work, and if my dataGrid show 
scrollBar this function   don't scroll
   // break because i wish to stop the reserch at first Element
break;
}
} 
Can you help me please?
Devis

ps.
sorry, i don't know very well ActionScript.
But there is an other method for searching subString into a String, 
sometimes indexof don't work well




 
Yahoo! Groups Links

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

* 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] Resource bundle utility classes for Flex (Benoit Hediard)

2005-05-23 Thread devis
Hi,
i'm using this utility http://groups.yahoo.com/group/flexcoders/message/8730,
and Benoit Hediard has worked very good, thanks.
But i wish to use this utility, also, into a dataGrid labelFunction
but i have no idea how to do, 
for examples here the code work
mx:Label text={helper.labels.bundle.DESCRIPTION}/

but if i wish to  use this labelFunction

  function getTipo(item)
  {
 // return item.description;

 return helper.labels.bundle?
  }

Can you help me please
Devis






 
Yahoo! Groups Links

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

* 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/
 




RE: [flexcoders] Some suggestion

2005-05-18 Thread devis
yes, it's good, in this way i can personalize also the menu.
But about you that component i can use for put image,line and text( 2 text
exactly)?
Devis

-Original Message-
From: Tracy Spratt [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Wed, 18 May 2005 12:22:24 -0400
Subject: RE: [flexcoders] Some suggestion

 What about a custom component for the item, then data driven in a
 repeater?
 Tracy
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Manish Jethani
 Sent: Wednesday, May 18, 2005 11:27 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Some suggestion
 
 On 5/18/05, devis [EMAIL PROTECTED] wrote:
 
   please it's possibile to recreate a menu like my attachment
 (struts/html).
 
 I think you want to use a List with a custom cell renderer.
 
 
  
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 
 
  
 Yahoo! Groups Links
 
 
 
  




 
Yahoo! Groups Links

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

* 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] Flash call flex

2005-05-16 Thread devis
Hi, if i have a homepage all in flash, it's possible to integrate it with
flex.
For example with a classic button Flex  i wish to display a flex
Application.
Can you help me please-
Devis




 
Yahoo! Groups Links

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

* 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/
 




RE: [flexcoders] Flash call flex

2005-05-16 Thread devis
thank you very much, 
Devis

-Original Message-
From: Dennis Baldwin [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Mon, 16 May 2005 09:07:51 -0500
Subject: RE: [flexcoders] Flash call flex

 I had this same question last week and Erik posted a great resource:
 http://groups.yahoo.com/group/flexcoders/message/14782
 
 Best Regards,
 Dennis
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 Behalf Of devis
 Sent: Monday, May 16, 2005 8:18 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flash call flex
 
 
 Hi, if i have a homepage all in flash, it's possible to integrate it
 with
 flex.
 For example with a classic button Flex  i wish to display a flex
 Application.
 Can you help me please-
 Devis
 
 
 
 
 
 Yahoo! Groups Links
 
 To visit your group on the web, go to:
 http://groups.yahoo.com/group/flexcoders/
 
 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 
 
 
  
 Yahoo! Groups Links
 
 
 
  




 
Yahoo! Groups Links

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

* 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/
 




RE: [flexcoders] TextInput Focused F2

2005-03-17 Thread devis

thank's very much,
turning at times a problem the things they become simpler
Devis

-Original Message-
From: Dirk Eismann [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 15 Mar 2005 14:20:56 +0100
Subject: RE: [flexcoders] TextInput Focused F2

 
 Check for the key code 113 which refers to the F2 key:
 
 mx:TextInput keyDown=if (Key.isDown(113)) alert('F2 pressed'); /
 
 Dirk.
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, March 15, 2005 2:09 PM
  To: Flex Coders
  Subject: [flexcoders] TextInput Focused F2
  
  
  
  hi,
  i wish when user press for example F2 into TextInput show a 
  popWindow, 
  is it possible with flex/actionScript?
  Can you give me please a bit code
  Thank's
  Devis
  
  
 
 
 
 Yahoo! Groups Links
 
 
 
 






EditField

2005-03-17 Thread devis
Please can you help me,
i have this function


function updateObj(oEvent:Object,sColumn:String):Void
{
vopf.editField(0, sColumn, oEvent.target.text);
}

and this pojo ActionScript


class vo.as400.PfVO {

public var aacupf : Number;
public var blrepf : String;
public var cartpf : String;
public var cdogpf : String;
public var ceaqpf : Number;
public var ceulpf : Number;
public var cfpfpf : vo.as400.CCategoriFiscaleVO;
}


if use updateObj('cartpf','CIAO') work

updateObj('cfpfpf.modepf','PIZZA') don't work

Can you help me please
Devis









flashgateway.Gateway.getHttpRequest().getSession(true);

2005-03-17 Thread devis
Hi,
from flex i must set un Object ActionScript into session Servlet, and
from java i must retrive this object .

if you can help, to me throws always ava.lang.NullPointerException

Bye Devis


Java side


// HttpSession session =
flashgateway.Gateway.getHttpRequest().getSession(false);
HttpSession session =
flashgateway.Gateway.getHttpRequest().getSession(true);
PfVO vo =(PfVO)session.getAttribute(vopf);















?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;
backgroundColor=#FF height=80% width=80%
mx:RemoteObject id=servlet source=servlet/



mx:Script
![CDATA[

import mx.controls.Alert;
import vo.as400.*;
var vopf:PfVO;
function genPDF() {
vopf=new PfVO();
vopf.de50pf=Balsemin;
vopf.stagione.cdc_stag=1995;
vopf.strepf=A;
servlet.session(set,vopf);

var pdf_url = /test/view/JavaPdf.pdf;
getURL(pdf_url,'_blank');

}

]]
/mx:Script

mx:Panel title=Printing to a pdf height=100% width=100%

mx:Label text=Enter some below and then press the print button.
width=100%/

mx:TextInput id=t1 text=Enter some text here! width=80%/

mx:ControlBar
mx:Button label=Print click=genPDF()/
/mx:ControlBar

/mx:Panel

/mx:Applicatio






EditField

2005-03-17 Thread devis
Please can you help me,
i have this function


function updateObj(oEvent:Object,sColumn:String):Void
{
vopf.editField(0, sColumn, oEvent.target.text);
}

and this pojo ActionScript


class vo.as400.PfVO {

public var aacupf : Number;
public var blrepf : String;
public var cartpf : String;
public var cdogpf : String;
public var ceaqpf : Number;
public var ceulpf : Number;
public var cfpfpf : vo.as400.CCategoriFiscaleVO;
}


if use updateObj('cartpf','CIAO') work

updateObj('cfpfpf.modepf','PIZZA') don't work

Can you help me please
Devis









RE: [flexcoders] Cannot invoke method

2005-03-14 Thread devis
Hi, thank's for your help but with 
Aggiorna(vo:vo.as400.PfVO):Void flex throw again
Error: Cannot invoke method 'Lista'.
I have review all my classes, and if i use them when retrive data , work
fine, for example
public PfVO[] Retrive_PF() the code work!!!,
I'm not more thing to check.
Help please.
Devis







-Original Message-
From: Peter Farland [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Mon, 14 Mar 2005 10:22:18 -0500
Subject: RE: [flexcoders] Cannot invoke method

 
 Since your Java API:
 
 public void Lista(PfVO pf)
 
 expects a strongly typed PfVO object, then you need to send a typed
 object from your:
 
 Aggiorna(vo:Object):Void 
 
 ActionScript function. Either change your client code to:
 
 Aggiorna(vo:vo.as400.PfVO):Void 
 
 To ensure you're only sending instances of this type, or relax the API
 on your Java class to:
 
 public void Lista(Map pf)
 
 and manually construct your java instance of PfVO yourself.
 
 I noticed that your PfVO class has many other strongly typed fields -
 are all of these classes correctly registered and sent over the wire?
 Also, are all of these types matched with corresponding Java classes?
 
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Monday, March 14, 2005 8:07 AM
 To: Flex Coders
 Subject: [flexcoders] Cannot invoke method
 
 
 Hi,
 i have this problem, if you can you look my code, if you look my
 mxml
 
 file when press PassaPOJO button, flex lunch this error
 Error: Cannot invoke method 'Lista'.
 Why? what i wrong, please can you help me
 
 
 
 java side simple function
 
 public void Lista(PfVO pf)
 {
 System.out.print(pf.getDe50pf());
 }
 
 
 Devis
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 






RE: [flexcoders] help me, please, to make things clear

2005-03-01 Thread devis
Thak's for your help, now code work without warning.
Devs



-Original Message-
From: Matt Chotin [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Date: Tue, 1 Mar 2005 05:58:26 -0800
Subject: RE: [flexcoders] help me, please, to make things clear

 
 You're casting the wrong thing here, you need to move the casting
 parentheses after vopf[0].
 
 mx:Binding source={PfVO(vopf[0]).stagione.cdc_stag==undefined 
 ?'':PfVO(vopf[0]).stagione.cdc_stag} destination=cdc_art.text / 
 
 Where you declare vopf make sure it's now an Array
 
 var vopf : Array;
 
 Based on the Java you sent I think that vopf will be an array,
 therefore it
 will automatically have an editField. Vopf[0] will be your instance of
 a
 PfVO
 
 Matt
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 01, 2005 3:58 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] help me, please, to make things clear
 
 
 Hi Matt,
 i have made your correct but flex throws always this worning
 
 flex correct:
 mx:Binding source={PfVO(vopf[0].stagione.cdc_stag)==undefined 
 ?'':PfVO(vopf[0].stagione.cdc_stag)} destination=cdc_art.text /
 
 warning
 Changes to unknown property, stagione, will not be detected ??
 but 
 code work well!
 
 There si non method with the name editField
 vopf.editField(0, de50pf, CIAO)
 
 Can you help me please
 Devis
 
 
 
 
 
 
 Matt Chotin ha scritto:
 
  1) I think test.mxml looks OK.
 
  2) The problem is that you are returning an array of PfVO but 
  referring to vopf as an individual PfVO. Do this instead:
 
  function onResult(result) {
 
  vopf = result;
 
  }
 
  {PfVO(vopf[0]).stagione.cdc_stag ...}
 
  So anywhere you had vopf[0] I think you really need
 PfVO(vopf[0]).whatever
 
  Method Lista may not be found because maybe the vo you are passing is
  not of the right type? Make sure vo is really an individual PfVO.
 
  3) You can use editField on an array of the returned objects because 
  all Arrays have the DataProvider mixed in.
 
  vopf.editField(0, stagione, )
 
  Hope this helps,
 
  Matt
 
 
 ---
 -
 
  *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  *Sent:* Monday, February 28, 2005 3:49 AM
  *To:* Flex Coders
  *Subject:* [flexcoders] help me, please, to make things clear
 
  I have attached a small project, I don't know very well flash
 remoting,
  but I am trying to use to integrate me to it with a j2ee
 architecture.
  I wanted to ask you two things out of politeness,
  1)se look the file Test.mxml, according to you it is all right as I
  approach for popolore one Pojo ActionScrtipt
  2)Ma the true problem, is that flex when I try to use the class pojo
  vopf[0]. stagione.cdc_stag it lifts me some wornings telling me
 that
  cdc_Stag is not a known type,
  but he works well the same,??? about you it's a bug
  Last very important thing, is that in the function
  function Aggiorna(vo:PfVO):Void
  {
  Campionario.Lista(vo);
  }
  
  flex throws Method Lista not found, but the think that macaws to
  problem with to cast?
 
  3) is it possible to use editField with a class pojo ActionScript,
 can
  you explain me as?
  Khan you give me your help, also of the suggestions, on as to resolve
  these problems
  Thanks thousand to everybody
  Devis
 
 
 
 
  *Yahoo! Groups Sponsor*
  ADVERTISEMENT
  click here 
 
 http://us.ard.yahoo.com/SIG=129l289th/M=298184.6018725.7038619.3001176
 /D=gr
 oups/S=1705007207:HM/EXP=1109730538/A=2593423/R=0/SIG=11el9gslf/*http:/
 /www.
 netflix.com/Default?mqso=60190075 
 
 
 
 
 ---
 -
  *Yahoo! Groups Links*
 
  * To visit your group on the web, go to:
  http://groups.yahoo.com/group/flexcoders/
  * To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
  
 mailto:[EMAIL PROTECTED]
  * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/.
 
 
 
 
 
 
 
 Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 Yahoo! Groups Links