[flexcoders] createClassObject || Create dynamically series of buttons in AS components

2005-08-23 Thread david_gal-reyniez
pandCollapseBtn }" cp:CustomizedButtonid="btnTreeExpandCollapse"styleName="button"icon="{ arrTreeExpandCollapseBtn[rpTreeExpandCollapse.currentIndex].icon }"toolTip="{ arrTreeExpandCollapseBtn[rpTreeExpandCollapse.currentIndex].tooltip}"width="

RE: [flexcoders] Calling functions

2005-08-23 Thread david_gal-reyniez
2 + w * s - h * c);lineTo(x2 - w * c + s * h, y2 - w * s - h * c);endFill();}} function drawlines( event:Object):Void { fArrow(145, 25, 192, 88, 10, 0.4, event.target);} De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Prasad DhananjayaEnvoyé: mardi 23 a

RE: [flexcoders] Flash Player quality setting

2005-08-23 Thread Matt Horn
the wrapper. There's a section in the docs on the HTML wrapper: http://livedocs.macromedia.com/flex/15/flex_docs_en/0923.htm Hth, Matt Horn Flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Monday, August 22, 2005 9

Re: [flexcoders] Calling functions

2005-08-23 Thread Stanislav Zayarsky
drawlines( event:Object):Void { fArrow(145, 25, 192, 88, 10, 0.4, event.target); } De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Prasad Dhananjaya Envoyé : mardi 23 août 2005 11:53 À : flexcoders@yahoogroups.com Objet : Re

Re: [flexcoders] Flex App with RSL fails in Standalone Flash Player

2005-08-23 Thread Stanislav Zayarsky
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Broce Sent: Monday, August 22, 2005 2:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex App with RSL fails in Standalone Flash Player I cannot get

[flexcoders] Need help defining named service using HTTPS

2005-08-23 Thread terry_hrtn
endpoints endpointhttps://localhost/myService/myService.asmx/endpoint /endpoints use-custom-authenticationfalse/use-custom-authentication /service Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hhfrvvo/M

[flexcoders] OH, For the love of all that's good, please help!

2005-08-23 Thread bsd
for array type I've tried any number of workarounds to no avail, including: 1. including the array as part of a structure that is passed to the cfc (the structure by itself passes fine) 2. sending the array as a separate argument to the cfc 3. creating a separate method within the cfc to handle

[flexcoders] Returning multiple recordsets from CFC only returns first recordset

2005-08-23 Thread coldfs
)/ cfset var arrResult3 = ArrayNew(1)/ cfset Attributes.AuthorizedUserId = input[1] cfset Attributes.CCode = input[2] cfset Attributes.CFlag = input[3] cfset Attributes.COrderAvailableFlag = input[4

RE: [flexcoders] Need help defining named service using HTTPS

2005-08-23 Thread Shahnavaz Alware
=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h3mrrl3/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124824592/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] Strange behavior of the scroll bar in the Panel

2005-08-23 Thread maricnkg
Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h21h2kg/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124826464/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992

Re: [flexcoders] OH, For the love of all that's good, please help!

2005-08-23 Thread Sean McKibben
me...Sean McKibbenOn Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: "org.xml.sax.SAXException: No deserializer for array type" -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flex

[flexcoders] Re: Need help defining named service using HTTPS

2005-08-23 Thread terry_hrtn
, August 23, 2005 8:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Need help defining named service using HTTPS I have a web service running on HTTPS, and I'm trying to define it as a named service in my flex-config.xml file.  How do I change the protocol from http to https

[flexcoders] Re: OH, For the love of all that's good, please help!

2005-08-23 Thread Rajesh Jayabalan
McKibben On Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for array type Yahoo! Groups Sponsor

[flexcoders] ModelLocator

2005-08-23 Thread Mehdi, Agha
Title: ModelLocator Hi All, How does ModelLocator work? I am looking at the sample store and it makes sense but I am kind of confused. What I have understood so far is that ModelLocator Properties are bound to views and Commands manipulate ModelLocator to update views. Is ModelLocator

[flexcoders] Error deploying flex application to Weblogic server

2005-08-23 Thread Parekh, Shweta - BLS CTR
that I get on deployment is: Aug 22, 2005 4:49:26 PM EDT Error HTTP PAREKH_S-DPPS cgServer ExecuteThread: '3' for queue: 'weblogic.kernel.System' WLS Kernel BEA-101165 Could not load user defined filter in web.xml: flex.bootstrap.BootstrapFilter. javax.servlet.ServletException

[flexcoders] how to change dividedbox divider icon?

2005-08-23 Thread Jaime Bermudez
bar that appears by default between the gap. Any ideas? - Jaime Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hf2ih8h/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124830751/A=2894321

RE: [flexcoders] ModelLocator

2005-08-23 Thread Mercer, Dustin
it in the app init event and you will be able to use it anywhere, anytime. Dustin Mercer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Agha Sent: Tuesday, August 23, 2005 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModelLocator Hi

Re: [flexcoders] how to change dividedbox divider icon?

2005-08-23 Thread Sreejith Unnikrishnan
face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hkr36g7/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124831924/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

RE: [flexcoders] Error deploying flex application to Weblogic server[ Parekh, Shweta ]

2005-08-23 Thread Shahnavaz Alware
@yahoogroups.com] On Behalf Of Shahnavaz Alware Sent: Thursday, July 28, 2005 7:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Trouble Deploying on WebLogic 8.1 [ Brian Deitte ] Hi Brian Are the internal bug numbers public, or are they only internal to Macromedia? Are there any work arounds

RE: [flexcoders] ModelLocator

2005-08-23 Thread Mehdi, Agha
though. Just initialize it in the app init event and you will be able to use it anywhere, anytime. Dustin Mercer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, Agha Sent: Tuesday, August 23, 2005 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

Re: [flexcoders] how to change dividedbox divider icon?

2005-08-23 Thread Jaime Bermudez
Thanks Sree. I forwarded the .FLA file to a Flash developer here and we're going to work on it later this week. Should be a neat learning experience and may lead to other reskinning. - Jaime On 8/23/05, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Jaimie, You may use the attached flash

RE: [flexcoders] ModelLocator

2005-08-23 Thread Shahnavaz Alware
it anywhere, anytime. Dustin Mercer From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mehdi, Agha Sent: Tuesday, August 23, 2005 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModelLocator Hi All, How does ModelLocator work? I am

[flexcoders] Error with populationg a Datagrid

2005-08-23 Thread Jeremy Rottman
Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h79kskk/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124841984/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 Fair play

[flexcoders] move scroll bar programmatically

2005-08-23 Thread maricnkg
=1124842016/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

[flexcoders] Re: Error deploying flex application to Weblogic server[ Parekh, Shweta ]

2005-08-23 Thread shweta_parekh
the application is put in applications folder on the server in an exploded format, the application runs fine. The error that I get on deployment is: Aug 22, 2005 4:49:26 PM EDT Error HTTP PAREKH_S-DPPS cgServer ExecuteThread: '3' for queue: 'weblogic.kernel.System' WLS Kernel BEA-101165

RE: [flexcoders] Error with populationg a Datagrid

2005-08-23 Thread grady.haynes
Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h79kskk/M=362329.6886308.7839368.151 0227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124841984/A=2894321/R=0/SIG=1 1dvsfulr/*http://youthnoise.com/page.php?page_id=1992 Fair play

RE: [flexcoders] move scroll bar programmatically

2005-08-23 Thread Joan Tan
You can set hPosition for a horizontal scrollbar or vPosition for a vertical scrollbar. Joan -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maricnkg Sent: Tuesday, August 23, 2005 2:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Re: Need help defining named service using HTTPS

2005-08-23 Thread Shahnavaz Alware
://localhost:9443/core-product_web/flashproxy/https-url Thanks Shahnavaz From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of terry_hrtn Sent: Tuesday, August 23, 2005 11:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Need

RE: [flexcoders] ModelLocator

2005-08-23 Thread Mercer, Dustin
] On Behalf Of Mehdi, Agha Sent: Tuesday, August 23, 2005 11:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModelLocator Hi All, How does ModelLocator work? I am looking at the sample store and it makes sense but I am kind of confused. What I have understood so far

[flexcoders] Re: Error with populationg a Datagrid

2005-08-23 Thread Jeremy Rottman
! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h79kskk/M=362329.6886308.7839368.151 0227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124841984/A=2894321/R=0/SIG=1 1dvsfulr/*http://youthnoise.com/page.php?page_id=1992 Fair play? Video games

[flexcoders] Why changing global variable also changes the model data?

2005-08-23 Thread P Trisnadi
(itemNum); I'm not changing fruitModel and want to keep it the same, so that I can re-populate global.arrayFruit after fruitModel. Any idea? Thanks in advanced, - ptrisnadi Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

[flexcoders] ConboBox in Accordion headers?

2005-08-23 Thread delaquae
face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hllu5jl/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124854256/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In low income

[flexcoders] Using ContextMenu

2005-08-23 Thread Prasad Dhananjaya
version=1.0 encoding=utf-8? mx:Application initialize=setupContext() backgroundColor=#FF xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Panel width=318 height=247 mx:Canvas id=MyCanves width=296 height=200 backgroundColor=#FF /mx:Canvas /mx:Panel mx:Script public var

RE: [flexcoders] Why changing global variable also changes the model data?

2005-08-23 Thread Gordon Smith
. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of P Trisnadi Sent: Tuesday, August 23, 2005 3:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Why changing global variable also changes the model data? I have a global variable

Re: [flexcoders] Using ContextMenu

2005-08-23 Thread Clint Modien
---?xml version=1.0 encoding=utf-8? mx:Application initialize=setupContext() backgroundColor=#FF xmlns:mx=http://www.macromedia.com/2003/mxml mx:Panel width=318 height=247 mx:Canvasid=MyCanves width=296 height=200 backgroundColor=#FF/mx:Canvas

[flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-23 Thread Nithya R
hai i have a main application and when i click a button on it a pop up appears... when the popup opens i want the main application to be inactive and turn pale gray in color how to make themain applicationinactive during a popup is open? i have no idea of doing this... is there any link or

RE: [flexcoders] Using ContextMenu

2005-08-23 Thread Abdul Qabiz
---?xml version="1.0" encoding="utf-8"? mx:Application initialize="setupContext()" backgroundColor="#FF" xmlns:mx="http://www.macromedia.com/2003/mxml" mx:Panel width="318" he

[flexcoders] Popup component

2005-08-24 Thread Alberto Albericio Salvador
Informática Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hlf5ove/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124877010/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org Get Bzzzy! (real

[flexcoders] Need immediate Help about Flex and Spring

2005-08-24 Thread sandip_patil01
. Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hhbbnla/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124879289/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org Get Bzzzy! (real tools

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
n [EMAIL PROTECTED] wrote: On your application tag, or in your style sheetyou can add the attribute disabledColor="#99", I don't know if the PopupManageris making the Application disabled (or its target), but if not, you could do it by yourself : mx.core.Application.application.enabled = f

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread superabe superabe
face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12htgdtbj/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124889015/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

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Philippe Maegerman
ot;#99", I don't know if the PopupManageris making the Application disabled (or its target), but if not, you could do it by yourself : mx.core.Application.application.enabled = false; then re-enabling it when closing the popup Philippe Maegerman From: flexcoders@yahoo

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread Clint Modien
0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992"> http://us.ard.yahoo.com/SIG=12htgdtbj/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124889015/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992Fair play? Video games infl

RE: [flexcoders] [flexcodrs] Pop up and background(abdul, manish,matt chotin.... anybody)

2005-08-24 Thread Nithya R
a.com/2003/mxml" title="Logon" modalTransparency="50" creationComplete="var my_color:Color = new Color(this.modalWindow);my_color.setRGB(0xFF);" Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Maeg

[flexcoders] Re: Flex App with RSL fails in Standalone Flash Player

2005-08-24 Thread Kevin Broce
be it. Matt Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h0pb4ll/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124895577/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php

[flexcoders] Cairngorm Development Cycle

2005-08-24 Thread spbarber101
mean, is it good to start off with the Views for example? Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hpbq2ls/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124897905/A=2894321/R=0/SIG

[flexcoders] Question about dragging image

2005-08-24 Thread sojiro59
to the calendar are based on Abdul Qabiz example (the one with two labels and two VBOX containers ) Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hmna85a/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y

RE: [flexcoders] Setting fontWeight on a DataGrid Row

2005-08-24 Thread Philippe Maegerman
Maybe a cellRenderer? myGrid.getColumnAt(3).cellRenderer = "MyCellRenderer"; Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim BlairSent: mercredi 24 août 2005 16:32To: Flex CodersSubject: [flexcoders] Setting fontWeight on a Dat

Re: [flexcoders] How to get reference to current Active window?

2005-08-25 Thread JesterXL
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 25, 2005 3:24 AM Subject: [flexcoders] How to get reference to current Active window? Hello all: I want to get reference to currently Active window. For example, 4 TitleWindows popup above an application, how could I determine

[flexcoders] carriage return in XML(gordon)

2005-08-25 Thread Nithya R
i am not able to send you the full code since its too large... i use it in the viewhelper labels.bundle.BTN_ENTRY = label.BTN_ENTRY_1.French#13; label.BTN_ENTRY_2.French; and display it in buttonlabel like this: mx:Button id="Btn_Entry" label="{helper.labels.bundle.BTN_ENTRY}"/ if u are

[flexcoders] Passing Multipleselect array to ColdFusion cfc based web service

2005-08-25 Thread dval823
I have a data gird that allows for multiple selections: mx:DataGrid id=dgNotAttended x=605 y=285 width=172 height={dgInt.height} dataProvider={wsInt.getNotAttended.result} enabled={dgInt.selectedIndex != undefined} multipleSelection=true

[flexcoders] Re: Passing Multipleselect array to ColdFusion cfc based web service

2005-08-25 Thread dval823
just fine. But I thought Coldfusion could read Flex structure and vise-versa??? I have a data gird that allows for multiple selections: mx:DataGrid id=dgNotAttended x=605 y=285 width=172 height={dgInt.height} dataProvider={wsInt.getNotAttended.result

RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread Rick Bullotta
for some possible workarounds that didn't work for me... Sean McKibben On Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for array

RE: [flexcoders] Cairngorm Development Cycle

2005-08-25 Thread Dimitrios Gianninas
BarnesSent: Wednesday, August 24, 2005 11:25 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm Development Cycle canadian w00t yooo tulkin aboot eh! /canadian (no offense intended hehee)I've not had the luxury as yet of working with a large number of devsin one team

[flexcoders] Re: Easiest way to connect to mysql?

2005-08-25 Thread pioplacz
That I know cause at the moment I use PHP to output all the data from mysql and show it in XML. But thinking of using some other technology like webservices. But don't really know how to create them? Can you maybe explain a little how is all works and what would be the easiest way to use.

[flexcoders] Remote IP address

2005-08-25 Thread James
way to obtain this? Thanks James Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12ho4hg25/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1124985910/A=2894361/R=0/SIG=13jmebhbo/*http

RE: [flexcoders] Remote IP address

2005-08-25 Thread Peter Farland
, August 25, 2005 10:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Remote IP address Good morning people, Please excuse my problematic question. Can someone point me in the right direction? I want to be able to get the client's ip address, in asp it would

[flexcoders] Special Chars. in AS

2005-08-25 Thread Mehdi, Agha
Title: Special Chars. in AS Hi, I need to display Celsius (250°C) string in a Flex app. Data comes from CF and you can use deg; in CF to show it correctly in HTML but when it comes to Flash Player, it just spells it (deg;) out. What should I use for special Chars? Thanks Agha Mehdi IDT

[flexcoders] Custom Datagrid Sorting

2005-08-25 Thread Steve Cox
Hey guys, Right, Ive a situation where I need to sort a particular datagrid column as a date, however the value of the cell is actually a string (eg 7th Aug 2005). Ive got this all working, however Im trying to package it up as a class so I can reuse it 100 times through the various

RE: [flexcoders] Custom Datagrid Sorting

2005-08-25 Thread Abdul Qabiz
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve CoxSent: Thursday, August 25, 2005 10:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Custom Datagrid Sorting Hey guys, Right, Ive a situation where I need to sort a particular datagrid column as a date, however the value of the cell

RE: [flexcoders] Special Chars. in AS

2005-08-25 Thread Abdul Qabiz
ork. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Thursday, August 25, 2005 10:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Special Chars. in AS Hi, I need to display Celsius (250°C) string in a Flex app. Data comes from CF and yo

RE: [flexcoders] Special Chars. in AS

2005-08-25 Thread Abdul Qabiz
k. -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Thursday, August 25, 2005 10:18 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Special Chars. in AS Hi, I need to display Celsius (250°C) string in a Flex app. Data comes from CF and you can use de

[flexcoders] Re: using and detecting menubar selection

2005-08-25 Thread Greg Morphis
Anyone? Is this what you do? Just have a massive if condition or switch case? On 8/24/05, Greg Morphis [EMAIL PROTECTED] wrote: Maybe I'm missing something but how do YOU interact with the menuitem's you've created? I suppose I could add an id and pass that to an function like.. function

[flexcoders] Re: Invalidating flashproxy JSESSIONID value.

2005-08-25 Thread colinblackmore
' cookie to immediately expire, but with no luck. Has anyone else run into this issue? Thanks, in advance. ...Col BTW, I'm using form based authentication against Tomcat 5.5. Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

RE: [flexcoders] Re: Invalidating flashproxy JSESSIONID value.

2005-08-25 Thread Carson Hager
://www.cynergysystems.com/public/products/eaf -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of colinblackmore Sent: Thursday, August 25, 2005 2:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Invalidating flashproxy JSESSIONID

RE: [flexcoders] Special Chars. in AS

2005-08-25 Thread Gordon Smith
- Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Abdul Qabiz Sent: Thursday, August 25, 2005 10:24 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Special Chars. in AS You can use the charmap utility on windows to see such symbols

RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread bsd
thread for some possible workarounds that didn't work for me... Sean McKibben On Aug 23, 2005, at 10:29 AM, bsd wrote: I'm passing an array from Flex to a web service located in a CFC. It returns an error that states: org.xml.sax.SAXException: No deserializer for array

Re: [flexcoders] Re: Easiest way to connect to mysql?

2005-08-25 Thread Tariq Ahmed
, this article may help http://webservices.xml.com/pub/a/ws/2004/03/24/phpws.html pioplacz wrote: That I know cause at the moment I use PHP to output all the data from mysql and show it in XML. But thinking of using some other technology like webservices. But don't really know how to create them? Can

[flexcoders] Rich Text Editor

2005-08-25 Thread Jeremy Rottman
~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hb7h9ev/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1125005210/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

[flexcoders] Re: Easiest way to connect to mysql?

2005-08-25 Thread Jeremy Rottman
/a/ws/2004/03/24/phpws.html pioplacz wrote: That I know cause at the moment I use PHP to output all the data from mysql and show it in XML. But thinking of using some other technology like webservices. But don't really know how to create them? Can you maybe explain a little how

RE: [flexcoders] Accordion: save form on exit

2005-08-25 Thread Simard, Ghislain
t;comp1"/ /mx:Form mx:Form id="form2" label="Form Two" hide="saveForm(2)" mx:Label text="1"/mx:Label /mx:Form /mx:Accordion /mx:HBox Ghislain Simard -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] Link Component

2005-08-25 Thread Omar Ramos
~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h9s44vb/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1125005927/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOOcmpgn=GRPRTP=http://groups.yahoo.com/;In low

RE: [flexcoders] Rich Text Editor

2005-08-25 Thread David Mendels
Hi, This is in the list FAQ here: http://www.cflex.net/showfaq.cfm#Question367 -David Macromedia -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Thursday, August 25, 2005 3:27 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] OH, For the love of all that's good, please help!

2005-08-25 Thread Rick Bullotta
It isnt really a setting, it is a design approach. The comment was more that if you build your own web services, Id recommend using document/literal. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bsd Sent: Thursday, August 25, 2005 3:23 PM

[flexcoders] Developers Toolbox

2005-08-25 Thread Tariq Ahmed
A cool summary of various editors and tools Flash developers can use, but definitely can be taken advantage of by Flexers. http://www.webpronews.com/webdevelopment/webgraphics/wpn-25-20050825FlashDeveloperToolbox.html Yahoo! Groups Sponsor

[flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Scott Barnes
~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h9e3sfs/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1125020712/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

Re: [flexcoders] Cairngorm Development Cycle

2005-08-25 Thread Scott Barnes
24, 2005 11:25 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Cairngorm Development Cycle canadian w00t yooo tulkin aboot eh! /canadian (no offense intended hehee)I've not had the luxury as yet of working with a large number of devsin one team on an flex application, but I've had

RE: [flexcoders] Multiple file upload in fp8

2005-08-25 Thread Kelly
Thats awesome news. Now if we could just do drag and drop like in my Java applet I would be set. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman Sent: Thursday, August 25, 2005 4:25 AM To: flexcoders@yahoogroups.com

[flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread Malcolm
In recent posts to the group I can see people having with fun tracking down bugs in their CFCs from Flex. Inspired me to write a post on flex daddy http://www.flexdaddy.info/2005/08/26/waiter-there-is-a-bug-in-my-cfc/ A very handy CustomTag is available for download that returns

RE: [flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread dfatta
parametersrequest.error.email = "[EMAIL PROTECTED]";request.error.enableEmail = false;request.error.enableErrorFile = true; A big thank you from all of us CFCers, Darius -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of MalcolmSent: Thursday, August

Re: [flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread Scott Barnes
scope with the error. Its cumbersome but helps. On 8/26/05, Malcolm [EMAIL PROTECTED] wrote: In recent posts to the group I can see people having with fun tracking down bugs in their CFC's from Flex. Inspired me to write a post on flex daddy… http://www.flexdaddy.info/2005/08

[flexcoders] Re: CFC debugging netConnectionDebugger

2005-08-25 Thread Andrew Spaulding
to write a post on flex daddy… http://www.flexdaddy.info/2005/08/26/waiter-there-is-a-bug-in-my-cfc/ A very handy CustomTag is available for download that returns all cfcatch information to the netConnectionDebugger. No more debugging in the dark as Darius put

RE: [flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread Malcolm
Yep, just put the request scoped vars in an Application.cfm and it will work fine. Malcolm From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 26 August 2005 10:58 AM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread Malcolm
. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 26 August 2005 10:58 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] CFC debugging netConnectionDebugger N I C E ...This is a huge advancement forward

[flexcoders] Problems with xmlns=http://www.macromedia.com/2003/flex-config in flex-config

2005-08-25 Thread Eric Raymond
A development tool (eclipse) has started to complain about usage of xmlns in the flex config files. The problem seems to be that the files these specifications refer to are not present. For example, flex-config.xml has flex-config xmlns=http://www.macromedia.com/2003/flex-config; But the URL

RE: [flexcoders] CFC debugging netConnectionDebugger

2005-08-25 Thread Malcolm
cfc's (the line number, file name path etc) will come through. m -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes Sent: Friday, 26 August 2005 11:01 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] CFC debugging

RE: [flexcoders] Cairngorm Development Cycle

2005-08-25 Thread Dimitrios Gianninas
st review the code written every second day as the project goes along and give the boys feedback on things to tweak. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Ba

RE: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Abdul Qabiz
- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Scott Barnes Sent: Friday, August 26, 2005 5:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] creationComplete on ViewStack children *bug?* I've got a typical setup where i set certain properties

Re: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-25 Thread Scott Barnes
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes Sent: Friday, August 26, 2005 5:15 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] creationComplete on ViewStack children *bug?* I've got a typical setup

RE: [flexcoders] the \n doesn't work in XML

2005-08-25 Thread Nithya R
Of Nithya RSent: Thursday, August 25, 2005 12:16 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] the \n doesn't work in XML i am not able to send you the full code since its too large... i use it in the viewhelper labels.bundle.BTN_ENTRY = label.BTN_ENTRY_1.French#13

Re: [flexcoders] the \n doesn't work in XML

2005-08-26 Thread Manish Jethani
On 8/25/05, Nithya R [EMAIL PROTECTED] wrote: i am trying to use xml for displaying the button label is there any possible way of displaying it in two lines only using XML? i tried using #13; as told by gordon but it didnt work please help... ?xml version=1.0? mx:Application

Re: [flexcoders] Link Component

2005-08-26 Thread Manish Jethani
On 8/26/05, Omar Ramos [EMAIL PROTECTED] wrote: I am trying to disable the rollOver action on the Link component. It seams it doesn't have a useRollOver = false property. Anyone have been able to disable it some other way? Thanks Your only option seems to be that you set the rollOverColor

Re: [flexcoders] Accordion: save form on exit

2005-08-26 Thread Manish Jethani
On 8/26/05, Simard, Ghislain [EMAIL PROTECTED] wrote: In the following example. If I am in the Comp1 and I click on an item on the left tree...meaning that I am focussing out of the Comp1...how to get the Comp1 saved? mx:HBox mx:Tree .../ mx:Accordion mx:Form id

Re: [flexcoders] using and detecting menubar selection

2005-08-26 Thread Manish Jethani
small and neat. You could of course be oversmart ;) and embed action names straight into your data provider and call the functions directly. ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Panel id=panel title=Menu Bar Panel height=35% width=30% mx:MenuBar id

Re: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-26 Thread Manish Jethani
On 8/26/05, Scott Barnes [EMAIL PROTECTED] wrote: I've got a typical setup where i set certain properties of controls within a child of a view stack. Inside the child i have the usual creationComplete=hlper.myfunc() Only the myFunc doesn't even know its children within, meaning if i did

RE : [flexcoders] Rich Text Editor

2005-08-26 Thread Philippe Maegerman
+ AS De: flexcoders@yahoogroups.com de la part de Jeremy Rottman Date: jeu. 25/08/2005 21:26 À: flexcoders@yahoogroups.com Objet : [flexcoders] Rich Text Editor I have a rich text editor that I wrote in coldfusion. It is pulled via a customtag that I wrote. Now the question I have

Re: [flexcoders] Scrollbar in canvas

2005-08-26 Thread Manish Jethani
On 8/20/05, Rajesh Jayabalan [EMAIL PROTECTED] wrote: I have vScrollPolicy=auto in a canvas and a vbox inside it with a repreater which creates a buch of elements (labels, combos) In some cases the scrollbar works fine and shows correctly, but in some cases the scrollbar does not show up

RE: [flexcoders] the \n doesn't work in XML

2005-08-26 Thread Gordon Smith
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, August 25, 2005 11:38 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] the \n doesn't work in XML On 8/25/05, Nithya R [EMAIL PROTECTED] wrote: i am trying

[flexcoders] Controlling iddle time

2005-08-26 Thread Alberto Albericio Salvador
Hi all, If I want my Flex application to control the time that one user is iddling and launch an event if that time is bigger than X, how can I do that? For iddling Im meaning the time the user is not even moving the mouse, or he is not focused on the application, etc Greetings -- Alberto

[flexcoders] Loading classes

2005-08-26 Thread Prasad Dhananjaya
callDrawIcons(){ var Square1:DrawIcons = new DrawIcons(100, 200); var Square2:DrawIcons = new DrawIcons(100, 300); Square1.createSquare(); Square2.createSquare(); } ]] /mx:Script mx:Canvas id=MyCanves width=600 height=400 initialize

<    3   4   5   6   7   8   9   10   11   12   >