[flexcoders] Skinning accordion header

2005-07-04 Thread Nithya R



hai,
 sorry in my previous mail I forgot to attach the code.

 
 I am using the following code for skinning the accodrion header..
  But it isnt displaying the swf that i am using.. pls tell me if there is anything wrong with the code. I dont get any error either.. 

http://www.macromedia.com/2003/mxml" backgroundColor="#FF">                           

thanks,
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  





  
  
  YAHOO! GROUPS LINKS



   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] Skinning Accordion Header..

2005-07-04 Thread Nithya R



hai,
 I am using the foolowing code for skinning the accodrion header..
  But it isnt displaying the swf that i am using.. pls tell me if there is anything wrong with the code. I dont get any error either.. 
 
thanks,
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   






  
  
  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] setUsernamePassword on RemoteObject

2005-07-04 Thread Vinny Timmermans
This is a known bug in Flex 1.5. The setUsernamePassword API is not
connected to CFLOGIN. Hope they will fix it in Flex 2.

Vinny 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Spaulding
Sent: dinsdag 5 juli 2005 04:38
To: flexcoders@yahoogroups.com
Subject: [flexcoders] setUsernamePassword on RemoteObject

Hi,

I'm trying to use the flash remoting setCredentials equivalent in flex to
send a username and password with my remote object requests. 

I can see the Credentials being set in the header when i view the traffic in
the netConnectionDebugger, but nothing seems to be in the http header, and
hence is not picked up in 

Any ideas?

Andrew Spaulding
www.flexdaddy.info




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



 






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

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

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

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




[flexcoders] why does the data in datagrid cellrender lose?

2005-07-04 Thread loveewind
I used the textInput cellrenderer in  datagrid,
and input text in textInput, but after add  two items,
the inputed data lost,

1.flex page:

http://www.macromedia.com/2003/mxml";  
initialize="initDg()">






  

  








  
   
  
  

  

  


2.ActionRequiredVO.as

class com.ActionRequiredVO {

public var dueDate : String;
public var assignedTo : String;
public var actionRequired :String;
static var registered=Object.registerClass
("com.ActionRequiredVO", com.ActionRequiredVO);

function ActionRequiredVO(actionRequired:String){

this.actionRequired = actionRequired;


}
  
   

}
3.ActionRequiredVO.java
package com;
public class ActionRequiredVO {

private String actionRequired = null;
private String assignedTo  = null;
private String dueDate = null;

/**
 * @return
 */
public String getActionRequired() {
return actionRequired;
}

/**
 * @return
 */
public String getAssignedTo() {
return assignedTo;
}

/**
 * @return
 */
public String getDueDate() {
return dueDate;
}

/**
 * @param string
 */
public void setActionRequired(String string) {
actionRequired = string;
}

/**
 * @param string
 */
public void setAssignedTo(String string) {
assignedTo = string;
}

/**
 * @param string
 */
public void setDueDate(String string) {
dueDate = string;
}

}




I am glad to get your help!thanks
 




--
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] setUsernamePassword on RemoteObject

2005-07-04 Thread Andrew Spaulding
Hi,

I'm trying to use the flash remoting setCredentials equivalent in flex
to send a username and password with my remote object requests. 

I can see the Credentials being set in the header when i view the
traffic in the netConnectionDebugger, but nothing seems to be in the
http header, and hence is not picked up in 

Any ideas?

Andrew Spaulding
www.flexdaddy.info




--
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] Loader + swf doesn't scaleContent

2005-07-04 Thread Clint Modien



like you mean put it in a doLater ?   *sorry i don't know much about flash*On 7/4/05, JesterXL <[EMAIL PROTECTED]
> wrote:








Hrm... they must of changed ExternalContent.  
In Flash MX 2004, if you load content, and it's not a UIComponent, it'll be 
turned into one via mx.core.ExternalContent, convertToUIObject, line 
155.
 
Perhaps you should wait a frame after the complete 
event fires?
 
- Original Message - 
From: 
Clint Modien 
To: flexcoders@yahoogroups.com 
Sent: Monday, July 04, 2005 6:14 PM
Subject: Re: [flexcoders] Loader + swf doesn't 
scaleContent
Found the answer...  just like the docs say... 
Loader.content property when you load a SWF is a MovieClip not a UIComponent 
(which i was treating it as)  so i set loader.content._height + _width 
instead of loader.content.height + widthhere's the code i 
used...    var iconLoader;    function 
someFunc()    {    
var initObj = {x:startX, y:2, height:22, scaleContent:true, 
visible:false}        
createClassObject(Loader, "iconLoader", 301, initObj);    
            
iconLoader.addEventListener("complete", 
mx.utils.Delegate.create(this,loader_complete));    
}    private function loader_complete()    
{        var brand = 
iconLoader.content;            
    brand._height = 15;         
brand._width = 100;        iconLoader.visible 
= true;    }
On 7/4/05, Philippe 
Maegerman <[EMAIL PROTECTED]> 
wrote:

  or 
  yourLoader.setSize() maybe
   
  Philippe Maegerman
   
  
  
  From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Manish 
  JethaniSent: lundi 4 juillet 2005 13:05To: flexcoders@yahoogroups.comSubject:
 Re: 
  [flexcoders] Loader + swf doesn't scaleContent
  On 7/4/05, Clint Modien <[EMAIL PROTECTED]> 
  wrote:>  I'm creating a Loader like so:>  
  >  var initObj = {x:0, height:22, scaleContent:true}>  
  createClassObject(Loader, "iconLoader", 301, initObj);>  
  >  then i set the source of iconLoader like so:>  
  >  iconLoader.source = "http://the source of the attached swf">  
  >  i need the height to be 22 px>  >  when 
  it loads... it's 4x that... I think I can reproduce the problem.  
  If you set the height to morethan a certain number (like 50), it works 
  fine.Try setting the height _after_ setting the source property.  
  You couldalso try setting it in creationComplete or 
  something.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
  --Flexcoders Mailing ListFAQ: 
  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. 
  
  
  
  --**STATEMENT 
  OF CONFIDENTIALITY** 
  This e-mail and any attached files are confidential 
  and intended solely for the use of the individual to whom it is addressed. If 
  you have received this email in error please send it back to the person that 
  sent it to you. Any views or opinions presented are solely those of author and 
  do not necessarily represent those the Emakina Company. Unauthorized 
  publication, use, dissemination, forwarding, printing or copying of this email 
  and its associated attachments is strictly prohibited.
  We also inform you that we have checked that this 
  message does not contain any virus but we decline any responsability in case 
  of any damage caused by an a non detected 
  virus.Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




  
  





  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread JesterXL





Hrm... they must of changed ExternalContent.  
In Flash MX 2004, if you load content, and it's not a UIComponent, it'll be 
turned into one via mx.core.ExternalContent, convertToUIObject, line 
155.
 
Perhaps you should wait a frame after the complete 
event fires?
 
- Original Message - 
From: Clint Modien 
To: flexcoders@yahoogroups.com 
Sent: Monday, July 04, 2005 6:14 PM
Subject: Re: [flexcoders] Loader + swf doesn't 
scaleContent
Found the answer...  just like the docs say... 
Loader.content property when you load a SWF is a MovieClip not a UIComponent 
(which i was treating it as)  so i set loader.content._height + _width 
instead of loader.content.height + widthhere's the code i 
used...    var iconLoader;    function 
someFunc()    {    
var initObj = {x:startX, y:2, height:22, scaleContent:true, 
visible:false}        
createClassObject(Loader, "iconLoader", 301, initObj);    
            
iconLoader.addEventListener("complete", 
mx.utils.Delegate.create(this,loader_complete));    
}    private function loader_complete()    
{        var brand = 
iconLoader.content;            
    brand._height = 15;         
brand._width = 100;        iconLoader.visible 
= true;    }
On 7/4/05, Philippe 
Maegerman <[EMAIL PROTECTED]> 
wrote:

  or 
  yourLoader.setSize() maybe
   
  Philippe Maegerman
   
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish 
  JethaniSent: lundi 4 juillet 2005 13:05To: flexcoders@yahoogroups.comSubject: Re: 
  [flexcoders] Loader + swf doesn't scaleContent
  On 7/4/05, Clint Modien <[EMAIL PROTECTED]> 
  wrote:>  I'm creating a Loader like so:>  
  >  var initObj = {x:0, height:22, scaleContent:true}>  
  createClassObject(Loader, "iconLoader", 301, initObj);>  
  >  then i set the source of iconLoader like so:>  
  >  iconLoader.source = "http://the source of the attached swf">  
  >  i need the height to be 22 px>  >  when 
  it loads... it's 4x that... I think I can reproduce the problem.  
  If you set the height to morethan a certain number (like 50), it works 
  fine.Try setting the height _after_ setting the source property.  
  You couldalso try setting it in creationComplete or 
  something.--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  --Flexcoders Mailing ListFAQ: 
  http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  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. 
  
  
  
  --**STATEMENT 
  OF CONFIDENTIALITY** 
  This e-mail and any attached files are confidential 
  and intended solely for the use of the individual to whom it is addressed. If 
  you have received this email in error please send it back to the person that 
  sent it to you. Any views or opinions presented are solely those of author and 
  do not necessarily represent those the Emakina Company. Unauthorized 
  publication, use, dissemination, forwarding, printing or copying of this email 
  and its associated attachments is strictly prohibited.
  We also inform you that we have checked that this 
  message does not contain any virus but we decline any responsability in case 
  of any damage caused by an a non detected 
  virus.Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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



  
  





  
  
  YAHOO! GROUPS LINKS



   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] Loader + swf doesn't scaleContent

2005-07-04 Thread Clint Modien



Found the answer...  just like the docs say... Loader.content
property when you load a SWF is a MovieClip not a UIComponent (which i
was treating it as)  so i set loader.content._height + _width
instead of loader.content.height + width

here's the code i used...

    var iconLoader;
    function someFunc()
    {
    var initObj = {x:startX, y:2, height:22, scaleContent:true, visible:false}
        createClassObject(Loader,
"iconLoader", 301, initObj);        
        iconLoader.addEventListener("complete", mx.utils.Delegate.create(this,loader_complete));
    }

    private function loader_complete()
    {
        var brand = iconLoader.content;        
        brand._height = 15; 
        brand._width = 100;
        iconLoader.visible = true;
    }On 7/4/05, Philippe Maegerman <[EMAIL PROTECTED]> wrote:







or yourLoader.setSize() maybe
 
Philippe Maegerman
 


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Manish 
JethaniSent: lundi 4 juillet 2005 13:05To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loader + swf 
doesn't scaleContent
On 7/4/05, Clint Modien <[EMAIL PROTECTED]> 
wrote:>  I'm creating a Loader like so:>  
>  var initObj = {x:0, height:22, scaleContent:true}>  
createClassObject(Loader, "iconLoader", 301, initObj);>  
>  then i set the source of iconLoader like so:>  
>  iconLoader.source = "http://the source 
of the attached swf">  >  i need the height to be 22 
px>  >  when it loads... it's 4x that... I think 
I can reproduce the problem.  If you set the height to morethan a 
certain number (like 50), it works fine.Try setting the height _after_ 
setting the source property.  You couldalso try setting it in 
creationComplete or something.--Flexcoders Mailing 
ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




  
  





  
  
  YAHOO! GROUPS LINKS



   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.




  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are
confidential and intended solely for the use of the individual to whom
it is addressed. If you have received this email in error please send
it back to the person that sent it to you. Any views or opinions
presented are solely those of author and do not necessarily represent
those the Emakina Company. Unauthorized publication, use,
dissemination, forwarding, printing or copying of this email and its
associated attachments is strictly prohibited.
We also inform you that we have checked
that this message does not contain any virus but we decline any
responsability in case of any damage caused by an a non detected virus.--





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



  









Re: [flexcoders] Document root element is missing

2005-07-04 Thread Tarik Ahmed
Do your CF apps work, and your Flex apps exhibit this problem? If you're 
running CF+Flex on a shared instance, then the first thing I'd look at 
is the web.xml file and make sure it looks right. Perhaps the updater 
made some changes to it that breaks the Flex integration.


Fernando Barros wrote:

>Hi there,
>
>After we applied the updater 6.1 (25/08/2004) on CFMX 6.1 Windows (SP1)
>stand alone, I'm receiving the message "Document root element is
>missing". All the applications have these errors. Anyone has any idea?
>
>Thks in advance!
>
>Fernando Barros
>
>
>
>--
>Flexcoders Mailing List
>FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
>Yahoo! Groups Links
>
>
>
> 
>
>
>
>  
>





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

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

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

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




[flexcoders] Document root element is missing

2005-07-04 Thread Fernando Barros
Hi there,

After we applied the updater 6.1 (25/08/2004) on CFMX 6.1 Windows (SP1)
stand alone, I'm receiving the message "Document root element is
missing". All the applications have these errors. Anyone has any idea?

Thks in advance!

Fernando Barros



--
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] Struts with Flex

2005-07-04 Thread Lorenzo Benvenuti
Sorry, as you may have guessed I replied to the wrong mail.

Excuse me.

Regards,

Lorenzo Benvenuti

On lun, 2005-07-04 at 14:46 +0200, Lorenzo Benvenuti wrote:
> Penso che dopo tutte queste mail potrei denunciarti per molestie
> sessuali (virtuali).
> 
> On lun, 2005-07-04 at 10:53 +0530, Harinath wrote:
> > Hi Guys
> > I am newbea to Flex..And i would like to know how to use flex-jsp tags
> > in my application..Actually i have integrated the flex-bootstrap.jar
> > into my struts application.But it is giving following errors..Please
> > help me in this regard
> > 
> > 
> > Thanks & Regards
> > Harinath K
> > 
> > java.lang.NullPointerException
> > flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
> > flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
> > flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
> > sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
> > 
> > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> > java.lang.reflect.Constructor.newInstance(Constructor.java:494)
> > java.lang.Class.newInstance0(Class.java:350)
> > java.lang.Class.newInstance(Class.java:303)
> > org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
> > org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
> > org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
> > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> > 
> > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> > 
> > 
> > note The full stack trace of the root cause is available in the Apache
> > Tomcat/5.0.25 logs.
> > 
> > 
> > 
> > 
> > --
> > 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
> > 
> > 
> > 
> >  
> > 
> > 
-- 
Lorenzo Benvenuti

Gruppo Servizi Management Systems
Via Farnesi, 141
55100 Lucca

tel. (+39)058396811
fax. (+39)058391199

e-mail: [EMAIL PROTECTED]
http://www.grupposervizi.it



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

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

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

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




RE: [flexcoders] cellRender NumericStepper

2005-07-04 Thread Abdul Qabiz
Are you changing value in setValue(..) method? Are you calling
listOwner.editField(..) also to save the value in dataProvider when NS
value is changed?


-abdul 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of AC
Sent: Monday, July 04, 2005 8:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] cellRender NumericStepper

Hello
I am trying to create a numeriStepper control as a cellRenderer
component within a grid. While doing this I have come across a
problem, whenever I change the value of numericStepper it fails to
retain its new value and restores itself back to its original
DataGrid.dataProvider value on subsequent `focusIn' event. 

Anybody know how I can get around this issue?

I would also like to modify the value of a neighbouring cell in the
grid based on the newly selected/incremented value. All help
appreciated.

Thank you.





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



 




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

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

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

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




[flexcoders] cellRender NumericStepper

2005-07-04 Thread AC
Hello
I am trying to create a numeriStepper control as a cellRenderer
component within a grid. While doing this I have come across a
problem, whenever I change the value of numericStepper it fails to
retain its new value and restores itself back to its original
DataGrid.dataProvider value on subsequent `focusIn' event. 

Anybody know how I can get around this issue?

I would also like to modify the value of a neighbouring cell in the
grid based on the newly selected/incremented value. All help appreciated.

Thank you.





--
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: Icons on Buttons, no alpha

2005-07-04 Thread leontanner2000
Hi Stacy,
Not sure about buttons off hand but we use swfs for Links in place of 
pngs etc.
HTHs
Leon



--- In flexcoders@yahoogroups.com, "Stacy Young" <[EMAIL PROTECTED]> 
wrote:
> When embedding icons on buttons...the icons don't fade when the button
> is disabled...I'm currently embedding png's...does it need to be swf?
> *starts digging for flash IDE CD-ROM*
> 
>  
> 
> Thanks!
> 
> Stace




--
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] styling a menubar component

2005-07-04 Thread leontanner2000
Hi,
I have tried to style a MenuBar component with no luck.  Using 
backgroundColor or backgroundImage just changes the background of the 
expanded menu options, NOT the actual bar itself.  Using fillColors or  
barColor doesn't change anything either.
Any help/pointers appreciated
Leon




--
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] Icons on Buttons, no alpha

2005-07-04 Thread Stacy Young










When embedding icons on buttons…the
icons don’t fade when the button is disabled…I’m currently
embedding png’s…does it need to be swf?  *starts digging for flash IDE CD-ROM*

 

Thanks!

Stace






--
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] How can I place custom components into custom components?

2005-07-04 Thread dimkapimkakolbasa
The problem is:

I want to create a component A in the file a.mxml and a component B 
in a file b.mxml, and to use them both in the file main.mxml like 
here (I've replaced triangle brackets by square ones!):

main.mxml
=

[mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"; 
xmlns:local="*"]
[local:A]
[local:B /]
[/local:A]
[mx:Application]

a.mxml
===
[mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"; 
xmlns:local="*"]
[mx:Label ... /]
[/mx:Canvas]

b.mxml

[mx:Canvas xmlns:mx="http://www.macromedia.com/2003/mxml"; 
xmlns:local="*"]
[mx:Image ... /]
[/mx:Canvas]

this example produces such an error: 

1 Error found.

Error main.mxml:

The component B may not be used as a child of A because the A is a 
container with internal children.

If I understand it all correctly, then if I want to use such a 
construction

[local:A]
[local:B /]
[/local:A]

then I should leave component A description in a.mxml empty, 
otherwise it's not allowed to insert component B into it.

Why is it so and how can I solve this problem?

Thanks!
Dima,
[EMAIL PROTECTED]




--
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] Struts with Flex

2005-07-04 Thread Lorenzo Benvenuti
Penso che dopo tutte queste mail potrei denunciarti per molestie
sessuali (virtuali).

On lun, 2005-07-04 at 10:53 +0530, Harinath wrote:
> Hi Guys
> I am newbea to Flex..And i would like to know how to use flex-jsp tags
> in my application..Actually i have integrated the flex-bootstrap.jar
> into my struts application.But it is giving following errors..Please
> help me in this regard
> 
> 
> Thanks & Regards
> Harinath K
> 
> java.lang.NullPointerException
>   flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
>   flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
>   flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
>   sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
>   
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>   java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>   java.lang.Class.newInstance0(Class.java:350)
>   java.lang.Class.newInstance(Class.java:303)
>   org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
>   org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
>   org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>   
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
>   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> 
> 
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.0.25 logs.
> 
> 
> 
> 
> --
> 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
> 
> 
> 
>  
> 
> 
-- 
Lorenzo Benvenuti

Gruppo Servizi Management Systems
Via Farnesi, 141
55100 Lucca

tel. (+39)058396811
fax. (+39)058391199

e-mail: [EMAIL PROTECTED]
http://www.grupposervizi.it



--
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] Struts with Flex

2005-07-04 Thread Harinath
Hi Guys
I am newbea to Flex..And i would like to know how to use flex-jsp tags
in my application..Actually i have integrated the flex-bootstrap.jar
into my struts application.But it is giving following errors..Please
help me in this regard


Thanks & Regards
Harinath K

java.lang.NullPointerException
flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)

sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
java.lang.reflect.Constructor.newInstance(Constructor.java:494)
java.lang.Class.newInstance0(Class.java:350)
java.lang.Class.newInstance(Class.java:303)
org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)


note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.25 logs.




--
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] Loader + swf doesn't scaleContent

2005-07-04 Thread Philippe Maegerman





or yourLoader.setSize() maybe
 
Philippe Maegerman
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Manish 
JethaniSent: lundi 4 juillet 2005 13:05To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loader + swf 
doesn't scaleContent
On 7/4/05, Clint Modien <[EMAIL PROTECTED]> 
wrote:>  I'm creating a Loader like so:>  
>  var initObj = {x:0, height:22, scaleContent:true}>  
createClassObject(Loader, "iconLoader", 301, initObj);>  
>  then i set the source of iconLoader like so:>  
>  iconLoader.source = "http://the source 
of the attached swf">  >  i need the height to be 22 
px>  >  when it loads... it's 4x that... I think 
I can reproduce the problem.  If you set the height to morethan a 
certain number (like 50), it works fine.Try setting the height _after_ 
setting the source property.  You couldalso try setting it in 
creationComplete or something.--Flexcoders Mailing 
ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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



  
  





  
  
  YAHOO! GROUPS LINKS



   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.



  






--**STATEMENT OF CONFIDENTIALITY** 
This e-mail and any attached files are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Any views or opinions presented are solely those of author and do not necessarily represent those the Emakina Company. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.
We also inform you that we have checked that this message does not contain any virus but we decline any responsability in case of any damage caused by an a non detected virus.--


Re: [flexcoders] XML, PHP and Flex

2005-07-04 Thread Manish Jethani
On 7/2/05, juyalmanu <[EMAIL PROTECTED]> wrote:

>   url="http://localhost:8080/islab/poster.php";
>   fault="faultHandler(event.fault.faultstring,
> event.fault.faultcode)"
>   result="customerData=poster_srv.result"
>   method="POST" showBusyCursor="true" useProxy="false" />

> 
> after the data is retrieved it was to supposed to be displayed in
> another view,(posteradminstack is the name of my ViewStack for the
> application).

> function popCustomer(){
> posteradminstack.selectedChild = posterpanel;
> custlname.text = customerData.customer.customerfname;
> custlname.text = customerData.customer.customerlname;
> orderdate.text = customerData.customer.orderdate;}
> 
> It is not populating the boxes. Everything on php side is fine.
> given below is code snippet

When is popCustomer called?  It should be called _after_ the data has
been retreived (perhaps in the "result" event handler itself).


--
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] Sort arrows in DataGrid

2005-07-04 Thread Dirk Eismann
Actually, the sortDirection thing was mentioned by Nigel Pegg (aka Component 
Guru) in the "Flash MX 2004 ActionScript - Training from the Source" book. I 
tried it in Flex a while back and it worked - so I never worried or even 
verified if it's documented or not.
 
Sorry if this caused confusion.
 
Dirk.



Von: flexcoders@yahoogroups.com im Auftrag von Abdul Qabiz
Gesendet: Mo 04.07.2005 12:50
An: flexcoders@yahoogroups.com
Betreff: RE: [flexcoders] Sort arrows in DataGrid



sortDirection was already discussed in flexcoders and I searched
archives and pasted the same code :)

I don't even look at docs, I read Dirk suggestions couple of days back.
Agreed, it is not documented.

Now I also search archives before answering, if I find an answer there I
refer the same...

:)


-abdul

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Monday, July 04, 2005 4:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Sort arrows in DataGrid

On 7/4/05, Sean McKibben <[EMAIL PROTECTED]> wrote:

> Maybe these things belong in the documentation? Maybe in the FAQ?

Huh, what are those? :)

Okay, I think he forgot to mention that some of the properties he was
recommending are indeed "undocumented" (they are private to those
classes).

> Note: a search for "sortArrow" at the site you provided yielded no
results
> (then again if I knew there was a property called sortArrow, I
wouldn't have
> needed to ask the question).

It's there in the API docs. [1]

[1]:
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.ht
ml#sortArrow

sortDirection is an internal variable the DataGrid uses to keep track
of which way to sort.  It's not a part of the public API.


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








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










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

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

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

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

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Manish Jethani
On 7/4/05, Clint Modien <[EMAIL PROTECTED]> wrote:

>  I'm creating a Loader like so:
>  
>  var initObj = {x:0, height:22, scaleContent:true}
>  createClassObject(Loader, "iconLoader", 301, initObj);
>  
>  then i set the source of iconLoader like so:
>  
>  iconLoader.source = "http://the source of the attached swf"
>  
>  i need the height to be 22 px
>  
>  when it loads... it's 4x that... 

I think I can reproduce the problem.  If you set the height to more
than a certain number (like 50), it works fine.

Try setting the height _after_ setting the source property.  You could
also try setting it in creationComplete or something.


--
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] Sort arrows in DataGrid

2005-07-04 Thread Abdul Qabiz
sortDirection was already discussed in flexcoders and I searched
archives and pasted the same code :)

I don't even look at docs, I read Dirk suggestions couple of days back.
Agreed, it is not documented.

Now I also search archives before answering, if I find an answer there I
refer the same...

:)


-abdul 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Monday, July 04, 2005 4:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Sort arrows in DataGrid

On 7/4/05, Sean McKibben <[EMAIL PROTECTED]> wrote:

> Maybe these things belong in the documentation? Maybe in the FAQ?

Huh, what are those? :)

Okay, I think he forgot to mention that some of the properties he was
recommending are indeed "undocumented" (they are private to those
classes).

> Note: a search for "sortArrow" at the site you provided yielded no
results
> (then again if I knew there was a property called sortArrow, I
wouldn't have
> needed to ask the question).

It's there in the API docs. [1]

[1]:
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.ht
ml#sortArrow

sortDirection is an internal variable the DataGrid uses to keep track
of which way to sort.  It's not a part of the public API.


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



 




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

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

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

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




Re: [flexcoders] Sort arrows in DataGrid

2005-07-04 Thread Manish Jethani
On 7/4/05, Sean McKibben <[EMAIL PROTECTED]> wrote:

> Maybe these things belong in the documentation? Maybe in the FAQ?

Huh, what are those? :)

Okay, I think he forgot to mention that some of the properties he was
recommending are indeed "undocumented" (they are private to those
classes).

> Note: a search for "sortArrow" at the site you provided yielded no results
> (then again if I knew there was a property called sortArrow, I wouldn't have
> needed to ask the question).

It's there in the API docs. [1]

[1]: 
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.html#sortArrow

sortDirection is an internal variable the DataGrid uses to keep track
of which way to sort.  It's not a part of the public API.


--
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] parseDateString bug ???

2005-07-04 Thread Manish Jethani
On 7/4/05, Shlomi Cohen <[EMAIL PROTECTED]> wrote:

> yes i know it static , i just tried to change the format it uses to parse ,
> ( thats why i wrote the formatString line)   
>   
> in your example how can you tell if the month is July or May ? 

The parseDateString method takes a string and returns a Date object. 
The format string is not taken into account in this method (the format
string is for the format method).  I'm not sure, but I think your
input string needs to be in ISO format [1].

[1]: http://www.w3.org/QA/Tips/iso-date


--
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] Scrolling text in flex

2005-07-04 Thread Manish Jethani
On 7/4/05, Nithya R <[EMAIL PROTECTED]> wrote:

>   i wnt to know how to create scrolling text in flex.(something like the
>  in html) 

Put the text inside a Canvas, then move it by setting its 'x' and 'y'
properties.


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

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

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

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




[flexcoders] How far can be customized a tooltip

2005-07-04 Thread Laurent Bois



Hello,I'd like to create a kind of customized tooltip including :- A kind of panel header , including the title, with a color 'A'- A kind of body, with a color 'B'Header & body being separated by an horizontal line.
The "tootip" i would like to draw is hereInitially,
i thought tooltip was well adapted for this: it seems the tooltip
element  can include only some text (with codes for carriage
return, tabulation, etc..), its behavior can be changed with CSS ( text
font-color-size-family... , background, border styles).Perhaps
is it possible to extends the tooltip component to do this: in my case
i should define a tooltip 'layout' including header & body areas,
accepting title and body text, and possibility to customize header and
body backgrounds.Another way i thought of was to show on "mouse over " a styled Panel  including already header (title) and the body part.What could be the best strategy to do this: tooltip or panel?

Thanks for your help
Laurent



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



  









Re: [flexcoders] Re: Set/Get labelWidth in mx:Form

2005-07-04 Thread Manish Jethani
On 7/4/05, r_woess <[EMAIL PROTECTED]> wrote:

>  creationComplete="mx.core.Application.alert(dataForm.getStyle('labelWidth'));">
> 
> But I get a MessageBox without the labelWith.

The labelWidth is undefined if you don't specify one.  In that case,
the Form internally calculates its labelWidth based on the label sizes
of its FormItem's.


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

<*> 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] skinning a numericstepper

2005-07-04 Thread Nithya R



hai,
  How to skin a numeric stepper? i couldnt find any docs regarding that. can i have a link or a sample code that would help ?
 
regards,
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  
SPONSORED LINKS
  
  
  

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   






  
  
  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] Scrolling text in flex

2005-07-04 Thread Nithya R



hai,
  i wnt to know how to create scrolling text in flex.(something like the  in html)
 
thanks,
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  





  
  
  YAHOO! GROUPS LINKS



   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] numeric stepper

2005-07-04 Thread Nithya R



hai,
   I want to use an icon of my own for the numeric stepper say numStep.swf which will show the numbers alone. I have an swf named plus.swf in the left side which on click must increment the number in the numStep.swf and there is another swf named minus.swf in the right side of the numstep.swf which on click will decrement the number in the numStep.swf.. Is this possible? Can anyone help me with the code?
 
thanks,
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  





  
  
  YAHOO! GROUPS LINKS



   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] skinning the accordion

2005-07-04 Thread Nithya R



hai,
    I have a SWF file which i want to have as the accordion header.
I tried the following code but it didnt work.. Can anyone tell me why and how to rectify the problem?
 

http://www.macromedia.com/2003/mxml" backgroundColor="#FF">          
                 
Send instant messages to your online friends http://uk.messenger.yahoo.com 


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



  
  





  
  
  YAHOO! GROUPS LINKS



   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] Struts with Flex

2005-07-04 Thread Sreejith Unnikrishnan
You may want to read this posting as well.

http://groups.yahoo.com/group/flexcoders/message/17082

Harinath wrote:

> Hi Guys
> I am newbea to Flex..And i would like to know how to use flex-jsp tags
> in my application..Actually i have integrated the flex-bootstrap.jar
> into my struts application.But it is giving following errors..Please
> help me in this regard
>
>
> Thanks & Regards
> Harinath K
>
> java.lang.NullPointerException
>flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
>flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
>flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
>sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown 
> Source)
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>java.lang.Class.newInstance0(Class.java:350)
>java.lang.Class.newInstance(Class.java:303)
>
> org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
>
> org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
>org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
>org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
>
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.0.25 logs.
>
>
> --
> 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 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] Struts with Flex

2005-07-04 Thread Sreejith Unnikrishnan
Check out the following articles:
www.*macromedia*.com/devnet/*flex*/articles/*struts*.html
www.onjava.com/pub/a/onjava/2004/12/01/*flex*java.html

Harinath wrote:

> Hi Guys
> I am newbea to Flex..And i would like to know how to use flex-jsp tags
> in my application..Actually i have integrated the flex-bootstrap.jar
> into my struts application.But it is giving following errors..Please
> help me in this regard
>
>
> Thanks & Regards
> Harinath K
>
> java.lang.NullPointerException
>flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
>flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
>flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
>sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown 
> Source)
>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>java.lang.Class.newInstance0(Class.java:350)
>java.lang.Class.newInstance(Class.java:303)
>
> org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
>
> org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
>org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
>org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
>
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
>org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.0.25 logs.
>
>
> --
> 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 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/
 




RES: [flexcoders] Binding to Model in Application

2005-07-04 Thread Samuel Vaz










Maybe you are binding
with property that will not change when a determinate event occurs. 

 

 

 









De: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] Em nome
de JesterXL
Enviada em: domingo, 3 de julho de
2005 14:54
Para: Flexcoders
Assunto: [flexcoders] Binding to
Model in Application



 

I'm binding some CheckBox's to a Model in my Application.  The
CheckBox' 
reside in a PopUp.  They reference the
original model like so:

mx.core.Application.application.myModel.someProperty.

It works great, but I'm getting warnings saying
that changes to all of my 
"unknown" properties won't trigger a
change.  Is this the compiler just 
getting confused?

--JesterXL 




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









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



  
  





  
  
  YAHOO! GROUPS LINKS



   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: Page redirection

2005-07-04 Thread Manu Juyal
I used ViewStacks and it is working I wanted it to... please see the
code below ffor how i created the viewstacks. Basically, it worked the
same as multipleforms in VB etc.

selectedIndex property of viewstack initialize the viewstack with the
container whose index you have provided.

Later on with program logic, you can change the container by using
something like this:
MyViewStack.selectedChild = myContainer;

I used following call after validation.

"posteradminstack.selectedChild = posterpanel;"

code goes below.. hope it helps..



  
  



  

  
  

  




  




  


  

  
  

  
  

  
  
  
  

  



  


  



  
  

  
  

  
  

  


  


xx
yyy
zzz
ttt
www


  


  


  

  

  


  

  


  

  

  

  
  














On 7/1/05, juyalmanu <[EMAIL PROTECTED]> wrote:
> dear all,
> I got it..
> thanks a ton for the replies
> 
> --Manu
> 
> 
> --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > You can take input and send to server via HTTPService or 
> RemoteObject.
> > Server-side script validates information and returns data. In Flex 
> you
> > can show information at same place, you don't need to go to another
> > page.
> > 
> > But FYI, you can redirect to another page using getURL(..) 
> function,
> > like this:
> > 
> > getURL("newPage.html");
> > 
> > 
> > But when we develop application using Macromedia Flex, we don't 
> think
> > application made of different pages instead we think in terms of
> > different views. You can show different views in same place.
> > 
> > A view is nothing but a group of some containers and controls with 
> logic
> > written in ActionScript. You can expose Views as Flex Components. A
> > screen can be made of many components. 
> > 
> > You show, hide and load components without refreshing the page. 
> Data
> > communication with server can happen behind-the-scenes, which 
> means you
> > don't need to refresh the page or go to another page. You can 
> request
> > data from server and show the data in same place.
> > 
> > Those are the reasons, Flex applications are highly interactive 
> and such
> > applications are known as Rich Internet Applications(RIAs).
> > 
> > You can read about best practices in Flex documentation and this 
> great
> > book (Developing Rich Clients with Macromedia Flex -
> > http://flexbook.iterationtwo.com/).
> > 
> > Also looking at some sample applications shipped with Flex 
> installation,
> > macromedia.com, cflex.net, flexauthority.com etc would help you
> > understand the RIA paradigm.
> > 
> > Please ignore above lecture, if you already know about all 
> said...I just
> > wanted to say that we use Flex in its best way, not just use it to
> > replicate a html website in flash...
> > 
> > 
> > -abdul
> > 
> > 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of juyalmanu
> > Sent: Thursday, June 30, 2005 2:57 AM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] Page redirection
> > 
> > I want to redirect the page after password validation. Basically, 
> I 
> > should be able to gather the information about customer after 
> initial 
> > validation and display it in a separate page.
> > 
> > 
> > Can anyone please help me out in this regard?
> > 
> > --Manu
> > 
> > 
> > 
> > 
> > --
> > Flexcoders Mailing List
> > FAQ: 
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
> > http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> > Yahoo! Groups Links
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ:
> http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> 
> 
> 
> YAHOO! GROUPS LINKS 
> 
>  Visit your group "flexcoders" on the web.
>   
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>   
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>   
>

[flexcoders] Flex audio sample did't work

2005-07-04 Thread unihan
I follow the livedoc from Macomedia to play a MP3 file under Flex 
environment.

http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/commo
n/html/wwhelp.htm?context=Flex_Documentation&file=2171.htm

Th error message is always "Failed to find resource." From the 
experienc of graphic file handling, I know that if I use the wrong file 
type, such as gif but not jpg, the message will come up. 

In this case, even the sample teach me to do in that way, why it didn't 
work?




--
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] Struts with Flex

2005-07-04 Thread Harinath
Hi Guys
I am newbea to Flex..And i would like to know how to use flex-jsp tags
in my application..Actually i have integrated the flex-bootstrap.jar
into my struts application.But it is giving following errors..Please
help me in this regard


Thanks & Regards
Harinath K

java.lang.NullPointerException
   flex.bootstrap.BootstrapTag.(BootstrapTag.java:25)
   flex.bootstrap.BootstrapBodyTag.(BootstrapBodyTag.java:14)
   flex.server.j2ee.jsp.MxmlTagImpl.(MxmlTagImpl.java:2)
   sun.reflect.GeneratedConstructorAccessor16.newInstance(Unknown Source)
   
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   java.lang.reflect.Constructor.newInstance(Constructor.java:494)
   java.lang.Class.newInstance0(Class.java:350)
   java.lang.Class.newInstance(Class.java:303)
   org.apache.jasper.runtime.TagHandlerPool.get(TagHandlerPool.java:116)
   org.apache.jsp.admin.flexEx_jsp._jspx_meth_mm_mxml_0(flexEx_jsp.java:78)
   org.apache.jsp.admin.flexEx_jsp._jspService(flexEx_jsp.java:57)
   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
   
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
   org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
   org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:810)


note The full stack trace of the root cause is available in the Apache
Tomcat/5.0.25 logs.


--
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: Set/Get labelWidth in mx:Form

2005-07-04 Thread Abdul Qabiz
I think, by default it is undefined. Which means form labels would
resize to the length of label text.

If you set the labelWidth explicitly, then
formInstance.getStyle('labelWidth') would return the same...


Why do you need to know labelWidth? If you brief the requirement, we
might suggest solution...

-abdul 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of r_woess
Sent: Monday, July 04, 2005 12:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Set/Get labelWidth in mx:Form

Hi,

I tried this:



But I get a MessageBox without the labelWith.

Reini

--- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Use:
> 
> formID.getStyle("labelWidth") 
> 
> 
> -abdul
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of r_woess
> Sent: Friday, July 01, 2005 3:17 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Set/Get labelWidth in mx:Form
> 
> Hallo,
> 
> I tried to get the labelWidth-Property in a mx:Form. I tried it
> directly with formID.labelWidth and with
> formID.getStyle("label-width"). But I don't get any values.
> 
> Does anybody know, how I can solve the problem?
> 
> Best regards
> Reini
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links




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



 




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

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

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

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




RE: [flexcoders] parseDateString bug ???

2005-07-04 Thread Shlomi Cohen





Hi
 
thanks 
for the reply , 
yes i 
know it static , i just tried to change the format it uses to parse , ( thats 
why i wrote the formatString line)  
 
in 
your example how can you tell if the month is July or May ?
 
thanks
 
Shlomi
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff 
TapperSent: Monday, July 04, 2005 00:32To: 
'flexcoders@yahoogroups.com'Subject: Re: [flexcoders] parseDateString 
bug ???
parseDateString is a static method.  Try this 
instead:Dumper.info("PARSING DATE-" + 
mx.formatters.DateFormatter.parseDateString("07/05/2005 11:00 
AM"));At 01:32 PM 7/3/2005, Shlomi Cohen 
wrote:>>Hi>>i have the following code 
,>>>>Dumper.info("PARSING DATE-" + 
df.parseDateString("07/05/2005 11:00 AM"));>>>the result on 
Dumper screen is [INFO]: PARSING DATE-undefined instead of a >valid date 
object.>it seems like what ever i do i always get the undefined 
.>>i also saw >http://livedocs.macromedia.com/flex/1/asdocs/mx/formatters/DateFormatter.html 
>is this related ?  cause i managed to get the format from df  
.>>>any ideas how to solve this 
?>>thanks>>>Shlomi>>>__>This 
email has been scanned by the MessageLabs Email Security System.>For more 
information please visit http://www.messagelabs.com/email>__>>>-->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 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
__This 
email has been scanned by the MessageLabs Email Security System.For more 
information please visit http://www.messagelabs.com/email 
__

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__



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