Re: [flexcoders] flex2: styles sheets and accessing elements

2005-11-25 Thread Muzak
Try styleName instead of className:

mx:Application styleName=MainApplication

regards,
Muzak

- Original Message - 
From: Johannes Nel [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, November 25, 2005 2:50 AM
Subject: Re: [flexcoders] flex2: styles sheets and accessing elements


this is just to weird...

when i have a style named MainAnything thus the word main with anything
attached to it the style does not work, however when i rename that exact
style to  something else it works

the style
MainApplication{
left-margin:50;
right-margin:50;
top-margin:50;
botton-margin:50;
background-color:#079CC0;
}

and here is the mxml
?xml version=1.0 encoding=utf-8?
mx:Applicationxmlns:mx=http://www.macromedia.com/2005/mxml;
xmlns=* xmlns:ctrl=net.lennel.isay.view.components.menu.*

initialize=init()
className=MainApplication

mx:Style source=styles/main.css/mx:Style
...

this example does nuthink,  however renaming that style to Application gives
the desired result.

am i really having an extremly daft thanks-giving?

thanks
--
j:pn




 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/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] flex2: styles sheets and accessing elements

2005-11-25 Thread Muzak
Disregard that, missed a few post and you're obviously doing something entirely 
different.
Just need to remember to have coffee before posting ;-)

Muzak

- Original Message - 
From: Muzak [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Friday, November 25, 2005 9:01 AM
Subject: Re: [flexcoders] flex2: styles sheets and accessing elements


 Try styleName instead of className:

 mx:Application styleName=MainApplication

 regards,
 Muzak





 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/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] Any Mask in Flex 1.5

2005-11-25 Thread al77_t

Sorry to be pedantic but masks are available even in Flash 6 player

--
MovieClip.setMask()
Availability
Flash Player 6.

Usage
my_mc.setMask(mask_mc:Object) : Void

Parameters
my_mc The instance name of a movie clip to be masked.

mask_mc The instance name of a movie clip to be a mask.

Returns
Nothing.


Regards,
Alex

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Leung
Sent: Friday, November 25, 2005 4:34 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Any Mask in Flex 1.5

Oh, thx Manish, that's help a lot!

Dan






From: Manish Jethani [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Any Mask in Flex 1.5
Date: Thu, 24 Nov 2005 23:25:31 +0530

On 11/24/05, Dan [EMAIL PROTECTED] wrote:

 i am a newbie in Flex, can anyone kindly help? I want to ask if
there
 is mask like that of Flash in Flex 1.5, seems that is only
availabe in
 Flex 2 , am I correct?

Flex 1.5 is based on Flash Player 7, which does have masks of
course. 
The framework code uses masks to clip contents in a container or in
a
list (or to animate the dropdowns in menus and combo boxes, etc.). 
The API is the same as in Flash: you create a movie clip and set it
as
the mask for the object you want to mask.

Manish


--
Flexcoders Mailing List
FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
http://www.mail-archive.com/flexcoders@yahoogroups.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 



*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 ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Re: flex 1.5 support Oracle 9? (source)

2005-11-25 Thread aoi_zip
--
system infomation
---
OS
windows 2003


coldfusion
Version: 7,0,0,91690


Flex
Version: 1.5


Oracle
Version: 9.2.0.5.0



result screenshot
---
// getDataGrid_msAccess.mxml result
http://210.97.255.87/himton/img/getDataGrid_msAccess_result.png

// getDataGrid_Oracle.mxml result
http://210.97.255.87/himton/img/getDataGrid_Oracle_result.png


getDataGrid_Oracle.mxml
---
?xml version=1.0 encoding=euc-kr?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
pageTitle=coldfusion remoting test page 
themeColor=haloBlue 
horizontalAlign=center 
initialize=ro.getOracleUsers.send();


mx:RemoteObject id=ro 
endpoint=http://localhost/flashservices/gateway; 
  source=remoting_test.cfc.getUserData  fault=doFault(event)
  mx:method name=getOracleUsers  result=GetDataSort
(event.result);/
 /mx:RemoteObject
  mx:Script 
  ![CDATA[
 private function doFault(event:Object):Void {
alert(Error invoking CFC:  + event.fault.faultstring);
}

  ]]
/mx:Script
mx:VBox
 mx:DataGrid id=getUser_DG width=100%  
dataProvider={ro.getOracleUsers.result}
  mx:columns
   mx:Array
mx:DataGridColumn columnName=name headerText=Name width=75 
textAlign=center/
mx:DataGridColumn columnName=address headerText=Address 
width=85 textAlign=center/
mx:DataGridColumn columnName=tel headerText=Tel width=60 
textAlign=center/
   /mx:Array
  /mx:columns 
/mx:Application




getDataGrid_msAccess.mxml
---
?xml version=1.0 encoding=euc-kr?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
pageTitle=coldfusion remoting test page 
themeColor=haloBlue 
horizontalAlign=center 
initialize=ro.S_voice_L.send();
mx:RemoteObject id=ro 
endpoint=http://localhost/flashservices/gateway;  
source=remoting_test.cfc.getUserData  fault=doFault(event)
mx:method name=S_voice_L
mx:arguments
query_num{qn}/query_num
/mx:arguments
/mx:method
/mx:RemoteObject
mx:Script
![CDATA[
var qn:Number = 23;
private function doFault(event:Object):Void {
alert(Error invoking CFC:  + 
event.fault.faultstring);
}
]]
/mx:Script
mx:VBox
mx:DataGrid width=80% rowCount=23 
dataProvider={ro.S_voice_L.result}
mx:columns
mx:Array
mx:DataGridColumn 
columnName=wday headerText=Date textAlign=center/
mx:DataGridColumn 
columnName=wtime headerText=Time textAlign=center/
mx:DataGridColumn 
columnName=s_name headerText=Name textAlign=center 
sortable=false/
/mx:Array
/mx:columns
/mx:DataGrid  
/mx:VBox
/mx:Application




--
getUserData.cfc
--
cfcomponent
!-- call Oracle Datasource --
cffunction name=getOracleUsers returntype=query 
access=remote output=false
cfquery name=oracleUsersList 
datasource=cf_remoting_test
  SELECT name, content, email FROM 
cf_remoting
/cfquery
cfreturn oracleUsersList /
/cffunction

!-- call ms access Datasource --
cffunction name=S_voice_L returntype=query access=remote 
output=false
cfargument name=query_num type=string required=true /
 cfquery name=voiceList datasource=himton
SELECT TOP #arguments.query_num# *
FROM S_voice
 ORDER BY idx DESC;
 /cfquery
 cfreturn voiceList /
   /cffunction
/cfcomponent






 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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: flex 1.5 support Oracle 9? (source)

2005-11-25 Thread João Fernandes

Hi there,

Are those fault functions beeing called?

Anyway, since your cfcs are returning CFQueries you should bind your 
dataProviders to yourRo.yourMethod.result._items instead of 
yourRo.yourMethod.result.

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

-Original Message-
From: flexcoders@yahoogroups.com on behalf of aoi_zip
Sent: Fri 25-Nov-05 8:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: flex 1.5 support Oracle 9? (source)
 
--
system infomation
---
OS
windows 2003


coldfusion
Version: 7,0,0,91690


Flex
Version: 1.5


Oracle
Version: 9.2.0.5.0



result screenshot
---
// getDataGrid_msAccess.mxml result
http://210.97.255.87/himton/img/getDataGrid_msAccess_result.png

// getDataGrid_Oracle.mxml result
http://210.97.255.87/himton/img/getDataGrid_Oracle_result.png


getDataGrid_Oracle.mxml
---
?xml version=1.0 encoding=euc-kr?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
pageTitle=coldfusion remoting test page 
themeColor=haloBlue 
horizontalAlign=center 
initialize=ro.getOracleUsers.send();


mx:RemoteObject id=ro 
endpoint=http://localhost/flashservices/gateway; 
  source=remoting_test.cfc.getUserData  fault=doFault(event)
  mx:method name=getOracleUsers  result=GetDataSort
(event.result);/
 /mx:RemoteObject
  mx:Script 
  ![CDATA[
 private function doFault(event:Object):Void {
alert(Error invoking CFC:  + event.fault.faultstring);
}

  ]]
/mx:Script
mx:VBox
 mx:DataGrid id=getUser_DG width=100%  
dataProvider={ro.getOracleUsers.result}
  mx:columns
   mx:Array
mx:DataGridColumn columnName=name headerText=Name width=75 
textAlign=center/
mx:DataGridColumn columnName=address headerText=Address 
width=85 textAlign=center/
mx:DataGridColumn columnName=tel headerText=Tel width=60 
textAlign=center/
   /mx:Array
  /mx:columns 
/mx:Application




getDataGrid_msAccess.mxml
---
?xml version=1.0 encoding=euc-kr?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; 
pageTitle=coldfusion remoting test page 
themeColor=haloBlue 
horizontalAlign=center 
initialize=ro.S_voice_L.send();
mx:RemoteObject id=ro 
endpoint=http://localhost/flashservices/gateway;  
source=remoting_test.cfc.getUserData  fault=doFault(event)
mx:method name=S_voice_L
mx:arguments
query_num{qn}/query_num
/mx:arguments
/mx:method
/mx:RemoteObject
mx:Script
![CDATA[
var qn:Number = 23;
private function doFault(event:Object):Void {
alert(Error invoking CFC:  + 
event.fault.faultstring);
}
]]
/mx:Script
mx:VBox
mx:DataGrid width=80% rowCount=23 
dataProvider={ro.S_voice_L.result}
mx:columns
mx:Array
mx:DataGridColumn 
columnName=wday headerText=Date textAlign=center/
mx:DataGridColumn 
columnName=wtime headerText=Time textAlign=center/
mx:DataGridColumn 
columnName=s_name headerText=Name textAlign=center 
sortable=false/
/mx:Array
/mx:columns
/mx:DataGrid  
/mx:VBox
/mx:Application




--
getUserData.cfc
--
cfcomponent
!-- call Oracle Datasource --
cffunction name=getOracleUsers returntype=query 
access=remote output=false
cfquery name=oracleUsersList 
datasource=cf_remoting_test
  SELECT name, content, email FROM 
cf_remoting
/cfquery
cfreturn oracleUsersList /
/cffunction

!-- call ms access Datasource --
cffunction name=S_voice_L returntype=query access=remote 
output=false
cfargument name=query_num type=string required=true /
 cfquery name=voiceList datasource=himton
SELECT TOP #arguments.query_num# *
FROM S_voice
 ORDER BY idx DESC;
 /cfquery
 cfreturn voiceList /
   /cffunction
/cfcomponent







--
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 ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders 

[flexcoders] Re: How to view attachment file

2005-11-25 Thread sreeni_r
Hi Jagadeesh,

You can use a custom cell renderer for the DataGridColumn and handle 
the click event there to show the popup and take necessary action.

-Sreenivas

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

 Hi All,
 Now i working on to view attachment file which is already stored in 
 database.The attachment file name is shown in datagrid in mxml page 
 using following code 
 
 mx:DataGridColumn headerText=Item Name columnName=att_Name /
 
 when i click on attachment name  it should show  pop-up window with 
 view and save buttons ..
 
 any help greatly appreciate,
 
 thnx,
 Jagadeesh









 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Problem with binding from webservice

2005-11-25 Thread Stacey Mulcahy










I havent used the new xml bit in
as3 but , maybe you need to so something like result[0].Login.User_Name



Also  you can trace out what you
are getting returned that might help you a bit with something like 

 trace(ObjectUtil.toString(this.service.logonXML1.result))



Wish I could be more helpful. 



s.













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brownd_92
Sent: Thursday, November 24, 2005
3:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problem with
binding from webservice





Hi there,
this is my MXML File:

?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml

xmlns=*
mx:WebService
id=meetingRoomService 
wsdl=http://localhost/bookingservice/Service.asmx?wsdl

useProxy=false
showBusyCursor=true
 mx:operation
name=logonXML1

 mx:request

uname{uname.text}/uname

upassword{upassword.text}/upassword

 /mx:request

/mx:operation
 mx:operation
name=meetingAttendees

 mx:request

 MeetGuid{uguid.text}/MeetGuid

 /mx:request

/mx:operation
 
 mx:operation
name=test

 mx:request

  

 /mx:request

/mx:operation
/mx:WebService

 mx:states

 mx:State name=mainScreen

  mx:RemoveChild
child={upassword}/

 
mx:RemoveChild child={label1}/

 
mx:RemoveChild child={label2}/

 
mx:RemoveChild child={uname}/

 
mx:RemoveChild child={button1}/

 
mx:PropertyOverride target={MeetingRoom} 
property=title value=Meeting
Room/

 
mx:PropertyOverride target={MeetingRoom} 
property=width
value=100%/

 
mx:PropertyOverride target={MeetingRoom} 
property=height
value=485/

 
mx:PropertyOverride target={MeetingRoom} 
property=x value=2/

 
mx:PropertyOverride target={edgeanchor1} 
property=top value=0/

 
mx:PropertyOverride target={MeetingRoom} 
property=y value=249/

 
mx:RemoveChild child={MeetingRoom}/

  mx:AddChild
target={canvas1} 
position=lastChild

 
 mx:Panel x=0 y=-2
height=150 
width=242 title=my
Details

 
  mx:Canvas
height=100% 
width=100%/

 
 /mx:Panel

 
/mx:AddChild

  mx:AddChild
target={canvas1} 
position=lastChild

 
 mx:Panel height=150
width=242 
x=256 y=-2 title=My
Meetings

 
  mx:Canvas
height=100% 
width=100%/

 
 /mx:Panel

 
/mx:AddChild

 
mx:RemoveChild child={lbl1}/

 
mx:PropertyOverride target={txtArea} 
property=height
value=61/

 /mx:State
 /mx:states
 mx:Resize
id=Resize duration=1000 widthFrom=260 
widthTo=500/
 mx:Canvas
width=100% height=100% id=canvas1

 

 mx:Panel id=MeetingRoom
title=Meeting App Login 
horizontalAlign=center
verticalAlign=middle label=Login 
width=400
resizeEffect=resize height=135 x=27

 
mx:layoutConstraints
 
  mx:EdgeAnchor
top=14 
id=edgeanchor1/

 
/mx:layoutConstraints

  mx:Canvas
height=100% width=100%

 
 mx:Label x=39 y=23 
text=Username
id=label2/

 
 mx:Label x=45 y=53 
text=Password
id=label1/

 
 mx:Button x=286 y=52
label=Log 
on id=button1
click=meetingRoomService.logonXML.send(); 
currentState='mainScreen'
resizeEffect=Resize/

  
mx:TextInput x=106 y=22 
id=uname/

 
 mx:TextInput x=106
y=51 
id=upassword
password=true/

 
/mx:Canvas

 /mx:Panel

 mx:Panel x=8 y=155
height=149 width=260

  mx:Canvas
height=100% width=100%

 
 mx:TextInput x=60
y=22 
id=uguid/

 
 mx:Button x=143 y=65

label=Button
click=meetingRoomService.logonXML1.send()/

  /mx:Canvas

 /mx:Panel

 mx:Label x=300 y=172
id=lbl1 width=149 
height=55
text={meetingRoomService.logonXML1.result}/

 mx:TextArea x=314
y=204 width=132 
height=104 id=txtArea 
text={meetingRoomService.logonXML1.result.login.User_Name}/

 /mx:Canvas
/mx:Application




This is what my webservice returns:




 ?xml version=1.0
encoding=utf-8 ? 
- NewDataSet
- login
 User_ID1/User_ID 

User_Name[EMAIL PROTECTED]/User_Name 

User_Passwordsecura140/User_Password 

User_Minutes120/User_Minutes 
 /login
 /NewDataSet



Why an I not getting anything in the text area? If
I use 
meetingRoomService.logonXML1.result I get
[Object][Object].

Please help.

David













--
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] Validate without ERRORTIP appeariing

2005-11-25 Thread moyosaned
Can anybody tell me how I can validate without the Errortip is
appearing  in View. O yeah I'm tying to use Validate.isValid But
this one turns on the ERROR- border and ERRORTip. So does anybody know
how you validate using the validator spedified in mxml.







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Flex in Eclipse

2005-11-25 Thread R*. S*.J*



Dear Developers,  I am a biginner in flex , I want to write Flex in jsp code (J2ee)on eclipse 3.1 ,how i do it?  and if possible to write jsp in flex builder 2 please guide me,  Thanks
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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] Re: How to view attachment file

2005-11-25 Thread Abdul Qabiz
You can also look for cellPress event.

-abdul 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sreeni_r
Sent: Friday, November 25, 2005 11:21 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: How to view attachment file

Hi Jagadeesh,

You can use a custom cell renderer for the DataGridColumn and handle 
the click event there to show the popup and take necessary action.

-Sreenivas

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

 Hi All,
 Now i working on to view attachment file which is already stored in 
 database.The attachment file name is shown in datagrid in mxml page 
 using following code 
 
 mx:DataGridColumn headerText=Item Name columnName=att_Name /
 
 when i click on attachment name  it should show  pop-up window with 
 view and save buttons ..
 
 any help greatly appreciate,
 
 thnx,
 Jagadeesh










--
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 ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Cursor change problem

2005-11-25 Thread Allen Manning










Hello,



I saw the below post on Flexcoders, but didnt see
an answer. Anyone know how to use the hand cursor?



Is there a reference to the hand cursor to use in
setCursor - hand or something like that? I couldnt find
it in the docs.



Best,

Allen

Probably an easy question for those who know...I'm trying to change the default cursor to a hand cursor when hoveringover a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears withinMovieClips components e.g. Buttons when useHandCursor property isset, and not have to create my own icon. Can't find this in the docs.Is there something like setHandCursor() and removeHandCursor()within flex?setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number,yOffset:Number)All help is appreciated.











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



  











--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005
 


[flexcoders] Context Menu - hiding everything ?

2005-11-25 Thread jamiebadman
Is it possible to hide the 'Settings' and 'About' parts of the 
contextMenu ? I've added some menu items of my own for the application 
I'm developing but the 'Settings' and 'About' parts just don't look 
appropriate in the menu - I'd really like the menu to just contain 
elements pertinent to the application.

Thanks,

Jamie.





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] 32 K limit in Player 8?

2005-11-25 Thread Manish Jethani
Is there a 32 K limit in Player 8?

Manish


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] 32 K limit in Player 8?

2005-11-25 Thread Alias
To?

On 11/25/05, Manish Jethani [EMAIL PROTECTED] wrote:
 Is there a 32 K limit in Player 8?

 Manish



 --
 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 ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] 32 K limit in Player 8?

2005-11-25 Thread Mika Kiljunen










If I remember correctly, no. Its a
lot bigger now (2 Mb or so).



-Mika











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani
Sent: 25. marraskuuta 2005 13:47
To: Flexcoders
Subject: [flexcoders] 32 K limit
in Player 8?





Is there a 32 K
limit in Player 8?

Manish








--
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] Not able to display the Alert message fully

2005-11-25 Thread Yasovardhan Babu
Hi Friends,

I am not able to display the Alert message fully.i.e. it is displaying 
only first few words in the message.Total message is not displayed.
Can you help me...

Thanks and Regards,
yasu.





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen,

Along with useHandCursor, buttonMode property also needs to be set to 
true to show the hand cursor.

It is property available on Sprite hence available with all UI 
components in Flex.

-Sreenivas.

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

 Hello,
 
  
 
 I saw the below post on Flexcoders, but didn't see an answer.  
Anyone know
 how to use the hand cursor?
 
  
 
 Is there a reference to the hand cursor to use in setCursor -
 `hand' or
 something like that?  I couldn't find it in the docs.
 
  
 
 Best,
 
 Allen
 
  
 Probably an easy question for those who know...
  
 I'm trying to change the default cursor to a hand cursor when 
hovering
 over a component. The component is based on the VBox. 
  
 I want to use the Flexs hand-cursor icon, which appears within
 MovieClips components e.g.  Buttons when useHandCursor property is
 set, and not have to create my own icon. 
  
 Can't find this in the docs.
  
 Is there something like setHandCursor() and removeHandCursor()
 within flex?
  
 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number,
 yOffset:Number)
  
 All help is appreciated.
 
  
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 
24/11/2005







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Re: Cursor change problem

2005-11-25 Thread sreeni_r
Hi Allen,

To show handCursor the buttonMode property needs to be set to true 
along with useHandCursor.

-Sreenivas

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

 Hello,
 
  
 
 I saw the below post on Flexcoders, but didn't see an answer.  
Anyone know
 how to use the hand cursor?
 
  
 
 Is there a reference to the hand cursor to use in setCursor -
 `hand' or
 something like that?  I couldn't find it in the docs.
 
  
 
 Best,
 
 Allen
 
  
 Probably an easy question for those who know...
  
 I'm trying to change the default cursor to a hand cursor when 
hovering
 over a component. The component is based on the VBox. 
  
 I want to use the Flexs hand-cursor icon, which appears within
 MovieClips components e.g.  Buttons when useHandCursor property is
 set, and not have to create my own icon. 
  
 Can't find this in the docs.
  
 Is there something like setHandCursor() and removeHandCursor()
 within flex?
  
 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number,
 yOffset:Number)
  
 All help is appreciated.
 
  
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 
24/11/2005







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Context Menu - hiding everything ?

2005-11-25 Thread Aldo Bucchi
Nope.
You cannot delete those.


On 11/25/05, jamiebadman [EMAIL PROTECTED] wrote:
 Is it possible to hide the 'Settings' and 'About' parts of the
 contextMenu ? I've added some menu items of my own for the application
 I'm developing but the 'Settings' and 'About' parts just don't look
 appropriate in the menu - I'd really like the menu to just contain
 elements pertinent to the application.

 Thanks,

 Jamie.






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










--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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: Cursor change problem

2005-11-25 Thread Allen Manning
Does this work for Flex 1.5?

Best,
Allen

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sreeni_r
Sent: 25 November 2005 11:31
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Cursor change problem

Hi Allen,

Along with useHandCursor, buttonMode property also needs to be set to 
true to show the hand cursor.

It is property available on Sprite hence available with all UI 
components in Flex.

-Sreenivas.

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

 Hello,
 
  
 
 I saw the below post on Flexcoders, but didn't see an answer.  
Anyone know
 how to use the hand cursor?
 
  
 
 Is there a reference to the hand cursor to use in setCursor -
 `hand' or
 something like that?  I couldn't find it in the docs.
 
  
 
 Best,
 
 Allen
 
  
 Probably an easy question for those who know...
  
 I'm trying to change the default cursor to a hand cursor when 
hovering
 over a component. The component is based on the VBox. 
  
 I want to use the Flexs hand-cursor icon, which appears within
 MovieClips components e.g.  Buttons when useHandCursor property is
 set, and not have to create my own icon. 
  
 Can't find this in the docs.
  
 Is there something like setHandCursor() and removeHandCursor()
 within flex?
  
 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number,
 yOffset:Number)
  
 All help is appreciated.
 
  
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 
24/11/2005








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



 


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005
 



 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/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] Spanish letters from external XML

2005-11-25 Thread Steve Cox










Guys,



Bit of a critical issue. Weve
built a flex app (1.5) which imports strings from an xml file to display the
relevant language string. Each translation is saved as a separate XML file. The
encoding were using for English UTF-8, Chinese UTF-8 etc and these work
as expected. However the Latin encoding iso-8859-1 does not work properly. Any Spanish
characters are simply ignored by flex. Ive tried UTF-8 on this XML file
also, but still no joy. Flex just ignores the characters.



When viewing the XML file via
browser using the iso-8859-1 charset the Spanish characters
are displayed, but not through flex.



Any Ideas?



Cheers,



Steve









--
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] How to specify root application folder

2005-11-25 Thread Stanislav Zayarsky
Hello Flex Coders,

I have next problem:

I have images folder in the root of the application folder. And I have
mxml file deeply inside other folders, that has Loader component and I
want to load image there.

But I don't know how to specify path to the image i.e. I don't know
how to point to the root of the application folder.

So the question is, how it should look like:

source=/images/phone1.jpg
or
source=./images/phone1.jpg
or
source=../images/phone1.jpg

Best regards
Stanislav


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Re: Validate without ERRORTIP appeariing

2005-11-25 Thread moyosaned
--- In flexcoders@yahoogroups.com, moyosaned [EMAIL PROTECTED] wrote:

 Can anybody tell me how I can validate without the Errortip is
 appearing  in View. O yeah I'm tying to use Validate.isValid But
 this one turns on the ERROR- border and ERRORTip. So does anybody know
 how you validate using the validator spedified in mxml.


Anybody







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/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] Spanish letters from external XML

2005-11-25 Thread Manish Jethani
The Player supports only UTF-8, so you'll have to convert your
ISO8859-1 file to UTF-8 first before viewing it in Flex.

Manish

On 11/25/05, Steve Cox [EMAIL PROTECTED] wrote:



 Guys,



 Bit of a critical issue. We've built a flex app (1.5) which imports strings 
 from an xml file to display the relevant language string. Each translation is 
 saved as a separate XML file. The encoding we're using for English UTF-8, 
 Chinese UTF-8 etc and these work as expected. However the Latin encoding 
 iso-8859-1 does not work properly. Any Spanish characters are simply ignored 
 by flex. I've tried UTF-8 on this XML file also, but still no joy. Flex just 
 ignores the characters.



 When viewing the XML file via browser using the iso-8859-1 charset the 
 Spanish characters are displayed, but not through flex.



 Any Ideas?



 Cheers,



 Steve

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




 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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: Cursor change problem

2005-11-25 Thread Jignesh Dodiya





Don't know about flex 1.5.but it works in flex-2 with following code 

mx:Button id=myButton label=Copy Text useHandCursor=
true buttonMode=true /
On 11/25/05, Allen Manning [EMAIL PROTECTED] wrote:
Does this work for Flex 1.5?Best,Allen-Original Message-From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of sreeni_rSent: 25 November 2005 11:31To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cursor change problemHi Allen,Along with useHandCursor, buttonMode property also needs to be set totrue to show the hand cursor.It is property available on Sprite hence available with all UI
components in Flex.-Sreenivas.--- In flexcoders@yahoogroups.com, Allen Manning[EMAIL PROTECTED] wrote: Hello,
 I saw the below post on Flexcoders, but didn't see an answer.Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor -
`hand' or something like that?I couldn't find it in the docs. Best, Allen Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when
hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g.Buttons when useHandCursor property is
 set, and not have to create my own icon. Can't find this in the docs. Is there something like setHandCursor() and removeHandCursor() within flex?
 setCursor(cursorSymbol:String, priorityLevel:Number, xOffset:Number, yOffset:Number) All help is appreciated. -- No virus found in this outgoing message.
 Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date:24/11/2005--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
--No virus found in this incoming message.Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005--No virus found in this outgoing message.
Checked by AVG Free Edition.Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/11/2005 Yahoo! Groups Sponsor ~--AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/nhFolB/TM~---
Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/-- jignesh dodiya 






--
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] Binding to a .net webservice with flex 2

2005-11-25 Thread brownd_92
Hi there,
I am getting mixed messages about if you can or cant bind to a .net 
webservice which returns a dataset.
Can you or cant you?

Confused Irishman





 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/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: Date objects in TreeDataProvider

2005-11-25 Thread Martin Louis



tree needs datalikefollowing so try using the same VO throughout the nodes+label- label   - labeli suggest you create single VO that includes all the attributes of CategoryVO and ItemVO like this   label:String - name and title are same id:Number arItems:Array start:Dateif you chaneg "label" to any other string then the "labelField" property of tree should be set .  this id becoz you can assign only one labelField for a tree if you give different labelFields then it will behave like this ninjascience [EMAIL PROTECTED] wrote:  Follow up:I tried makig the Date field private in my value object. It stillshows up as a tree node, and an alert call that references it stillshows the data! So much for privacy!--- In flexcoders@yahoogroups.com, "ninjascience" [EMAIL PROTECTED] wrote: m using an array of ValueObjects that contain arrays of ValueObjects as a DataProvider for a tree component. Everything was working just fine until I added a Date field to one of my Value objects. Now the tree thinks that they should be nodes on the tree.  My VOs are like this  CategoryVO title:String id:Number arItems:Array  ItemVO name:String id:Number start:Date  I want my tree to look like this
  +SomeCategory ++Item A ++Item B +OtherCategory ++Item C ++Item D  but it looks like this... +SomeCategory ++Item A +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null ++Item B +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null +OtherCategory ++Item C +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null ++Item D +++[object Object], 1, , Fri Nov 4 00:00:00 GMT-0800 2005, null  Is there anyway to specifiy which objects get included as tree nodes and which dont? I want to add a third level of composition within each Item node. thanks, -- Ryan P. Miller  
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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] Urgent need for a Training to be delivered in Flex

2005-11-25 Thread sarbani_rani
Hi 

We are looking for a Macromedia Flex professional to deliver a 
corporate Training in Chennai
please mail us or contact me at 044-52178302 or 9841041026

Regards,
Sarbani







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Job Opportunities

2005-11-25 Thread Steven Webster
Title: Job Opportunities





Agha,

Please ONLY post Job postings if they are Flex positions at 
your own company; otherwise, the flexcoders list is not the place for 
them. We're very strict in enforcing this ... we probably moderate out 
several job postings a day for PMs and J2EE developers. 


Let's keep the signal high, and the noise 
low.

Steven

--
Steven 
Webster
Practice Director (Rich 
Internet Applications)
Macromedia Consulting 
EMEA

Office: + 44 (0) 131 338 
6108
Mobile: +44 (0) 7917 428 
947


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, 
  AghaSent: 24 November 2005 18:27To: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Job 
  Opportunities
  
  A friend of mine sent me 
  these jobs in Canada. Please 
  contact [EMAIL PROTECTED] if you're interested.





--
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] Problem with binding from webservice

2005-11-25 Thread Tracy Spratt










I would also suggest using a result
handler function so you can debug this more easily.

Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy
Sent: Thursday, November 24, 2005
7:07 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Problem
with binding from webservice





I havent used the new xml bit in
as3 but , maybe you need to so something like result[0].Login.User_Name



Also  you can trace out what you
are getting returned that might help you a bit with something like 


trace(ObjectUtil.toString(this.service.logonXML1.result))



Wish I could be more helpful. 



s.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of brownd_92
Sent: Thursday, November 24, 2005
3:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problem with
binding from webservice





Hi there,
this is my MXML File:

?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml

xmlns=*
mx:WebService id=meetingRoomService

wsdl=http://localhost/bookingservice/Service.asmx?wsdl

useProxy=false
showBusyCursor=true
 mx:operation
name=logonXML1

 mx:request

uname{uname.text}/uname

upassword{upassword.text}/upassword

 /mx:request

/mx:operation
 mx:operation
name=meetingAttendees

 mx:request

 MeetGuid{uguid.text}/MeetGuid

 /mx:request

/mx:operation
 
 mx:operation
name=test

 mx:request

  

 /mx:request

/mx:operation
/mx:WebService

 mx:states

 mx:State name=mainScreen

 
mx:RemoveChild child={upassword}/

 
mx:RemoveChild child={label1}/

 
mx:RemoveChild child={label2}/

 
mx:RemoveChild child={uname}/

 
mx:RemoveChild child={button1}/

 
mx:PropertyOverride target={MeetingRoom} 
property=title value=Meeting
Room/

 
mx:PropertyOverride target={MeetingRoom} 
property=width
value=100%/

 
mx:PropertyOverride target={MeetingRoom} 
property=height
value=485/

 
mx:PropertyOverride target={MeetingRoom} 
property=x value=2/

 
mx:PropertyOverride target={edgeanchor1} 
property=top value=0/

  mx:PropertyOverride
target={MeetingRoom} 
property=y value=249/

 
mx:RemoveChild child={MeetingRoom}/

  mx:AddChild
target={canvas1} 
position=lastChild

 
 mx:Panel x=0 y=-2
height=150 
width=242 title=my
Details

 
  mx:Canvas
height=100% 
width=100%/

 
 /mx:Panel

 
/mx:AddChild

  mx:AddChild
target={canvas1} 
position=lastChild

 
 mx:Panel height=150
width=242 
x=256 y=-2 title=My
Meetings

 
  mx:Canvas
height=100% 
width=100%/

 
 /mx:Panel

 
/mx:AddChild

  mx:RemoveChild
child={lbl1}/

 
mx:PropertyOverride target={txtArea} 
property=height
value=61/

 /mx:State
 /mx:states
 mx:Resize
id=Resize duration=1000 widthFrom=260 
widthTo=500/
 mx:Canvas
width=100% height=100% id=canvas1

 

 mx:Panel id=MeetingRoom
title=Meeting App Login 
horizontalAlign=center
verticalAlign=middle label=Login 
width=400
resizeEffect=resize height=135 x=27

  mx:layoutConstraints

 
 mx:EdgeAnchor top=14 
id=edgeanchor1/

 
/mx:layoutConstraints

  mx:Canvas
height=100% width=100%

 
 mx:Label x=39 y=23 
text=Username id=label2/

 
 mx:Label x=45 y=53 
text=Password
id=label1/

 
 mx:Button x=286 y=52
label=Log 
on id=button1
click=meetingRoomService.logonXML.send(); 
currentState='mainScreen'
resizeEffect=Resize/

 
 mx:TextInput x=106
y=22 
id=uname/

 
 mx:TextInput x=106
y=51 
id=upassword
password=true/

 
/mx:Canvas

 /mx:Panel

 mx:Panel x=8 y=155
height=149 width=260

  mx:Canvas
height=100% width=100%

 
 mx:TextInput x=60
y=22 
id=uguid/

 
 mx:Button x=143 y=65

label=Button
click=meetingRoomService.logonXML1.send()/

 
/mx:Canvas

 /mx:Panel

 mx:Label x=300 y=172
id=lbl1 width=149 
height=55
text={meetingRoomService.logonXML1.result}/

 mx:TextArea x=314
y=204 width=132 
height=104 id=txtArea 
text={meetingRoomService.logonXML1.result.login.User_Name}/

 /mx:Canvas
/mx:Application




This is what my webservice returns:




 ?xml version=1.0
encoding=utf-8 ? 
- NewDataSet
- login
 User_ID1/User_ID 
 User_Name[EMAIL PROTECTED]/User_Name


User_Passwordsecura140/User_Password 

User_Minutes120/User_Minutes 
 /login
 /NewDataSet



Why an I not getting anything in the text area? If
I use 
meetingRoomService.logonXML1.result I get
[Object][Object].

Please help.

David














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

RE: [flexcoders] How to specify root application folder

2005-11-25 Thread Tracy Spratt
Declare a property in your mxml like this:
mx:String id=strContextRoot@ContextRoot()/mx:String

Now, in AS code you can use strContextRoot in your path.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Stanislav Zayarsky
Sent: Friday, November 25, 2005 8:37 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to specify root application folder

Hello Flex Coders,

I have next problem:

I have images folder in the root of the application folder. And I have
mxml file deeply inside other folders, that has Loader component and I
want to load image there.

But I don't know how to specify path to the image i.e. I don't know
how to point to the root of the application folder.

So the question is, how it should look like:

source=/images/phone1.jpg
or
source=./images/phone1.jpg
or
source=../images/phone1.jpg

Best regards
Stanislav



--
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 ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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] Re: Problem with binding from webservice

2005-11-25 Thread brownd_92
Thanks Tracy.
Ive tried that but it still dosent help. Im using Flex 2.
Im at a loss!!

Thanks for the help so far.

David


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

 I would also suggest using a result handler function so you can 
debug
 this more easily.
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Stacey Mulcahy
 Sent: Thursday, November 24, 2005 7:07 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Problem with binding from webservice
 
  
 
 I haven't used the new xml bit in as3 but , maybe you need to so
 something like result[0].Login.User_Name
 
  
 
 Also - you can trace out what you are getting returned that might 
help
 you a bit with something like 
 
   trace(ObjectUtil.toString(this.service.logonXML1.result))
 
  
 
 Wish I could be more helpful. 
 
  
 
 s.
 
  
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of brownd_92
 Sent: Thursday, November 24, 2005 3:33 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Problem with binding from webservice
 
  
 
 Hi there,
 this is my MXML File:
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
 xmlns=*
 mx:WebService id=meetingRoomService 
 wsdl=http://localhost/bookingservice/Service.asmx?wsdl; 
 useProxy=false showBusyCursor=true
   mx:operation name=logonXML1
 mx:request
 uname{uname.text}/uname
 upassword{upassword.text}/upassword
/mx:request
   /mx:operation
   mx:operation name=meetingAttendees
 mx:request
 MeetGuid{uguid.text}/MeetGuid
 /mx:request
   /mx:operation
   
   mx:operation name=test
 mx:request
   
 /mx:request
   /mx:operation
 /mx:WebService
 
   mx:states
 mx:State name=mainScreen
   mx:RemoveChild child={upassword}/
   mx:RemoveChild child={label1}/
   mx:RemoveChild child={label2}/
   mx:RemoveChild child={uname}/
   mx:RemoveChild child={button1}/
   mx:PropertyOverride target={MeetingRoom} 
 property=title value=Meeting Room/
   mx:PropertyOverride target={MeetingRoom} 
 property=width value=100%/
   mx:PropertyOverride target={MeetingRoom} 
 property=height value=485/
   mx:PropertyOverride target={MeetingRoom} 
 property=x value=2/
   mx:PropertyOverride target={edgeanchor1} 
 property=top value=0/
   mx:PropertyOverride target={MeetingRoom} 
 property=y value=249/
   mx:RemoveChild child={MeetingRoom}/
   mx:AddChild target={canvas1} 
 position=lastChild
 mx:Panel x=0 y=-2 height=150 
 width=242 title=my Details
   mx:Canvas height=100% 
 width=100%/
 /mx:Panel
   /mx:AddChild
   mx:AddChild target={canvas1} 
 position=lastChild
 mx:Panel height=150 width=242 
 x=256 y=-2 title=My Meetings
   mx:Canvas height=100% 
 width=100%/
 /mx:Panel
   /mx:AddChild
   mx:RemoveChild child={lbl1}/
   mx:PropertyOverride target={txtArea} 
 property=height value=61/
 /mx:State
   /mx:states
   mx:Resize id=Resize duration=1000 widthFrom=260 
 widthTo=500/
   mx:Canvas width=100% height=100% id=canvas1
 
 mx:Panel id=MeetingRoom title=Meeting App Login 
 horizontalAlign=center verticalAlign=middle label=Login 
 width=400 resizeEffect=resize height=135 x=27
   mx:layoutConstraints
 mx:EdgeAnchor top=14 
 id=edgeanchor1/
   /mx:layoutConstraints
   mx:Canvas height=100% width=100%
 mx:Label x=39 y=23 
 text=Username id=label2/
 mx:Label x=45 y=53 
 text=Password id=label1/
 mx:Button x=286 y=52 label=Log 
 on id=button1 click=meetingRoomService.logonXML.send(); 
 currentState='mainScreen' resizeEffect=Resize/
 mx:TextInput x=106 y=22 
 id=uname/
 mx:TextInput x=106 y=51 
 id=upassword password=true/
   /mx:Canvas
 /mx:Panel
 mx:Panel x=8 y=155 height=149 width=260
   mx:Canvas height=100% width=100%
 mx:TextInput x=60 y=22 
 id=uguid/
 mx:Button x=143 y=65 
 label=Button click=meetingRoomService.logonXML1.send()/
   /mx:Canvas
 /mx:Panel
 mx:Label x=300 y=172 id=lbl1 width=149 
 height=55  

[flexcoders] Re: Problem with binding from webservice

2005-11-25 Thread Dave Wolf
What encoding are you using?  Document/Literal, RPC/Encoded?



-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY 

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

 Thanks Tracy.
 Ive tried that but it still dosent help. Im using Flex 2.
 Im at a loss!!
 
 Thanks for the help so far.
 
 David
 
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
 wrote:
 
  I would also suggest using a result handler function so you can 
 debug
  this more easily.
  
  Tracy
  
   
  
  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of Stacey Mulcahy
  Sent: Thursday, November 24, 2005 7:07 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Problem with binding from webservice
  
   
  
  I haven't used the new xml bit in as3 but , maybe you need to so
  something like result[0].Login.User_Name
  
   
  
  Also - you can trace out what you are getting returned that might 
 help
  you a bit with something like 
  
trace(ObjectUtil.toString(this.service.logonXML1.result))
  
   
  
  Wish I could be more helpful. 
  
   
  
  s.
  
   
  
   
  
  
  
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of brownd_92
  Sent: Thursday, November 24, 2005 3:33 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Problem with binding from webservice
  
   
  
  Hi there,
  this is my MXML File:
  
  ?xml version=1.0 encoding=utf-8?
  mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; 
  xmlns=*
  mx:WebService id=meetingRoomService 
  wsdl=http://localhost/bookingservice/Service.asmx?wsdl; 
  useProxy=false showBusyCursor=true
mx:operation name=logonXML1
  mx:request
  uname{uname.text}/uname
  upassword{upassword.text}/upassword
 /mx:request
/mx:operation
mx:operation name=meetingAttendees
  mx:request
  MeetGuid{uguid.text}/MeetGuid
  /mx:request
/mx:operation

mx:operation name=test
  mx:request

  /mx:request
/mx:operation
  /mx:WebService
  
mx:states
  mx:State name=mainScreen
mx:RemoveChild child={upassword}/
mx:RemoveChild child={label1}/
mx:RemoveChild child={label2}/
mx:RemoveChild child={uname}/
mx:RemoveChild child={button1}/
mx:PropertyOverride target={MeetingRoom} 
  property=title value=Meeting Room/
mx:PropertyOverride target={MeetingRoom} 
  property=width value=100%/
mx:PropertyOverride target={MeetingRoom} 
  property=height value=485/
mx:PropertyOverride target={MeetingRoom} 
  property=x value=2/
mx:PropertyOverride target={edgeanchor1} 
  property=top value=0/
mx:PropertyOverride target={MeetingRoom} 
  property=y value=249/
mx:RemoveChild child={MeetingRoom}/
mx:AddChild target={canvas1} 
  position=lastChild
  mx:Panel x=0 y=-2 height=150 
  width=242 title=my Details
mx:Canvas height=100% 
  width=100%/
  /mx:Panel
/mx:AddChild
mx:AddChild target={canvas1} 
  position=lastChild
  mx:Panel height=150 width=242 
  x=256 y=-2 title=My Meetings
mx:Canvas height=100% 
  width=100%/
  /mx:Panel
/mx:AddChild
mx:RemoveChild child={lbl1}/
mx:PropertyOverride target={txtArea} 
  property=height value=61/
  /mx:State
/mx:states
mx:Resize id=Resize duration=1000 widthFrom=260 
  widthTo=500/
mx:Canvas width=100% height=100% id=canvas1
  
  mx:Panel id=MeetingRoom title=Meeting App Login 
  horizontalAlign=center verticalAlign=middle label=Login 
  width=400 resizeEffect=resize height=135 x=27
mx:layoutConstraints
  mx:EdgeAnchor top=14 
  id=edgeanchor1/
/mx:layoutConstraints
mx:Canvas height=100% width=100%
  mx:Label x=39 y=23 
  text=Username id=label2/
  mx:Label x=45 y=53 
  text=Password id=label1/
  mx:Button x=286 y=52 label=Log 
  on id=button1 click=meetingRoomService.logonXML.send(); 
  currentState='mainScreen' resizeEffect=Resize/
  mx:TextInput x=106 y=22 
  id=uname/
  mx:TextInput x=106 y=51 
  id=upassword password=true/
   

RE: [flexcoders] Re: Problem with binding from webservice

2005-11-25 Thread Carson Hager
Here is the result and it sure doesn't look like a web service result to
me unless of course he's using HTTP binding rather than SOAP bindings. I
seriously doubt Flex supports anything but SOAP bindings with web
services.

?xml version=1.0 encoding=utf-8 ?
  - NewDataSet
  - login
User_ID1/User_ID 
User_Name[EMAIL PROTECTED]/User_Name 
User_Passwordsecura140/User_Password 
User_Minutes120/User_Minutes 
/login
/NewDataSet


Carson 



 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY
Mobile: 1.703.489.6466
 
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Wolf
Sent: Friday, November 25, 2005 1:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Problem with binding from webservice

What encoding are you using?  Document/Literal, RPC/Encoded?



--
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY 

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

 Thanks Tracy.
 Ive tried that but it still dosent help. Im using Flex 2.
 Im at a loss!!
 
 Thanks for the help so far.
 
 David
 
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED]
 wrote:
 
  I would also suggest using a result handler function so you can
 debug
  this more easily.
  
  Tracy
  
   
  
  
  
  From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
  Behalf Of Stacey Mulcahy
  Sent: Thursday, November 24, 2005 7:07 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Problem with binding from webservice
  
   
  
  I haven't used the new xml bit in as3 but , maybe you need to so 
  something like result[0].Login.User_Name
  
   
  
  Also - you can trace out what you are getting returned that might
 help
  you a bit with something like
  
trace(ObjectUtil.toString(this.service.logonXML1.result))
  
   
  
  Wish I could be more helpful. 
  
   
  
  s.
  
   
  
   
  
  
  
  From: flexcoders@yahoogroups.com
 [mailto:[EMAIL PROTECTED] On
  Behalf Of brownd_92
  Sent: Thursday, November 24, 2005 3:33 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Problem with binding from webservice
  
   
  
  Hi there,
  this is my MXML File:
  
  ?xml version=1.0 encoding=utf-8? mx:Application 
  xmlns:mx=http://www.macromedia.com/2005/mxml;
  xmlns=*
  mx:WebService id=meetingRoomService 
  wsdl=http://localhost/bookingservice/Service.asmx?wsdl; 
  useProxy=false showBusyCursor=true
mx:operation name=logonXML1
  mx:request
  uname{uname.text}/uname
  upassword{upassword.text}/upassword
 /mx:request
/mx:operation
mx:operation name=meetingAttendees
  mx:request
  MeetGuid{uguid.text}/MeetGuid
  /mx:request
/mx:operation

mx:operation name=test
  mx:request

  /mx:request
/mx:operation
  /mx:WebService
  
mx:states
  mx:State name=mainScreen
mx:RemoveChild child={upassword}/
mx:RemoveChild child={label1}/
mx:RemoveChild child={label2}/
mx:RemoveChild child={uname}/
mx:RemoveChild child={button1}/
mx:PropertyOverride target={MeetingRoom} 
  property=title value=Meeting Room/
mx:PropertyOverride target={MeetingRoom} 
  property=width value=100%/
mx:PropertyOverride target={MeetingRoom} 
  property=height value=485/
mx:PropertyOverride target={MeetingRoom} 
  property=x value=2/
mx:PropertyOverride target={edgeanchor1} 
  property=top value=0/
mx:PropertyOverride target={MeetingRoom} 
  property=y value=249/
mx:RemoveChild child={MeetingRoom}/
mx:AddChild target={canvas1} 
  position=lastChild
  mx:Panel x=0 y=-2 height=150 
  width=242 title=my Details
mx:Canvas height=100% 
  width=100%/
  /mx:Panel
/mx:AddChild
mx:AddChild target={canvas1} 
  position=lastChild
  mx:Panel height=150 width=242 
  x=256 y=-2 title=My Meetings
mx:Canvas height=100% 
  width=100%/
  /mx:Panel
/mx:AddChild
mx:RemoveChild child={lbl1}/
mx:PropertyOverride target={txtArea} 
  property=height value=61/
  /mx:State
/mx:states
mx:Resize id=Resize duration=1000 widthFrom=260 
  widthTo=500/
mx:Canvas 

RE: [flexcoders] Flex in Eclipse

2005-11-25 Thread Matthew Ryan





If you 
are starting from scratch you might want to


  download Flex
  download Tomcat
  deploytwo war files - flex.war and samples.war into a Tomcat 
  instance
  download Eclipse
  start 
  hacking the Flex samples
I 
only work with Flex 1.5 so I can't speak for what you might do in the case of 
evaluating Flex 2.0 and Flex Builder 
2.0Matt

  -Original Message-From: R*. S*.J* 
  [mailto:[EMAIL PROTECTED]Sent: Friday, 25 November 2005   19:14To: flexcoders@yahoogroups.comSubject: [flexcoders] 
  Flex in Eclipse
  Dear Developers,
  I am a biginner in flex , I want to write Flex in jsp code (J2ee)on 
  eclipse 3.1 ,how i do it?
  and if possible to write jsp in flex builder 2 please guide me,
  Thanks
  
  
  Yahoo! 
  Music Unlimited - Access over 1 million songs. Try it free. 

*~~~DISCLAIMER~~~*
This e-mail may contain confidential information. If you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system. You must not disclose this email to anyone without express permission from the sender. The contents of all emails sent to, and received from, Optus may be scanned, stored, or disclosed to others by Optus at Optus' discretion. Optus has exercised care to avoid errors in the information contained in this e-mail but does not warrant that the information is error or omission free. 







--
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] Chart creation via as3 in flex 2

2005-11-25 Thread Ely Greenfield


You're pretty close: 

var chart:BarChart=new BarChart(); // based on your xField/yField names,
I'm betting you want a column chart (vertical) and not a bar chart
(horizontal).

chart.type=overlaid;   
var bseries:BarSeries=new BarSeries();
bseries.barWidthRatio=0.65; // this won't have any effect...a BarChart
manages the sizes of the series inside it.
bseries.xField=ACTIVITY_NAME;
bseries.yField=TTL_HOURS;


var series:Array=new Array();
series.push(bseries);
   
chart.applySeriesSet(series,new DataCanvas()); // this won't work.
Instead you want 'chart.series = series;'

chart.height=400;
chart.width=400;
chart.showDataTips=true;

You need to of course assign a dataProvider:

Chart.dataProvider = someDataSource;

. Also, based on your 'xField' value, I'm betting you want to use a
cateogry axis on your horizontal:

Var ca:CategoryAxis = new CategoryAxis();
ca.dataProvider = someDataSource;
ca.categoryField = ACTIVITY_NAME;
Chart.horizontalAxis = ca;

Ely.







 Yahoo! Groups Sponsor ~--
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/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



 




 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/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/