RE: [flexcoders] How to disable the right click on the divider of the Divided Box ?

2007-09-25 Thread Louie Penaflor
The only way to hide the default context menu is to put a DIV around
your entire SWF and have DHTML catch the right click command.  It's a
hack but people have done it.  It's out on google.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Chiverton
Sent: Tuesday, September 25, 2007 9:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to disable the right click on the divider
of the Divided Box ?

On Tuesday 25 Sep 2007, [EMAIL PROTECTED] wrote:
 Box? This is to avoid the default context menu items or to modify menu
 items when the right click is done on the divider bar /Slider bar

You can't hide the default context menu's items, only add your own.

-- 
Tom Chiverton
Helping to widespreadedly harvest advanced e-tailers
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.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





[flexcoders] Changing the Scrollbar position in a canvas

2006-12-16 Thread Louie Penaflor
I'm adding TextInput components on a Canvas at runtime.  The scrollbar
shows up and works fine, it's just when I start tabbing through the
form, it will focus on a TextInput below the visible area and the
scrollbar does not move.

 

I have a similar system in AS2, where I had to move the scrollbar of a
pane on an focusIn event and would change the scroll position.

 

 

I'm hoping there is an easier solution with Flex.  I think there is a
property that causes a redraw in the Canvas, but I'm not sure if that
will work.  Also, the TextInput's are NOT in a mx:form and I'm
wondering if it will make a difference or add any better functionality.

 

Thanks and I look forward to your replies!

 

Louie



RE: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-29 Thread Louie Penaflor
Yes I have done that.

 

On another note, I even checked out a sample in the docs about putting a
datefield in a datagrid.  I still couldn't get the datagridevent to work
properly.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of leds usop
Sent: Wednesday, November 29, 2006 12:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Problems with a DateField as an
itemRenderer/editor

 

Have you set rendererIsEditor to true and the
editorDataField=selectedDate?

--- Louie Penaflor [EMAIL PROTECTED] mailto:lpenaflor%40woccu.org 
wrote:

 You are correct. It is itemEditEnd. I was just in
 a rush.
 
 
 
 As for the issue, the date is populating right. 
 It's when I select a
 date from the calendar.
 
 
 
 When you select a date, I dispatch the DataGridEvent
 itemEditEnd. This
 even should have
 
 
 
 Event.currentTarget.editedItemRenderer and
 event.target.itemEditorInstance, which are both
 returning null. This
 points out to me that when you click or the
 DateField that opens up the
 calendar, it's not focusing into the datagrid as an
 editor. I'm
 wondering how I can invoke this manually? Does that
 make sense?
 
 
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

 [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of leds usop
 Sent: Tuesday, November 28, 2006 11:50 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: Re: [flexcoders] Problems with a DateField
 as an
 itemRenderer/editor
 
 
 
 Is onItemEnd a custom event listener? or do you mean
 onItemEditEnd? I dont recall having an 'onItemEnd'
 associated with Datagrid listener in any way..
 please
 correct me if im wrong. 
 
 When you use a datefield as item renderer or item
 editor a list control (or any drop-in item
 renderer/item editor), make sure that the data
 provider of that list control has a field of type
 Date
 (or the expected data type of the drop-in item
 renderer you used). Since Data Grid is derived from
 List base, this means it applies to it as well. Have
 you considered that? 
 
 --- Louie Penaflor [EMAIL PROTECTED] mailto:lpenaflor%40woccu.org

 mailto:lpenaflor%40woccu.org 
 wrote:
 
  I'm having an issue with DataGridEvent (onItemEnd)
  and the DateField
  class. Basically, I've developed a framework that
  uses onItemEnd from
  the datagrid. I have components like the combobox
  for example...
  onChange calls onItemEnd which takes the data of
 the
  combobox and puts
  it in the dataField of the datagrid, then makes a
  service call to update
  to the database. I've gotten this to work great
 with
  many components but
  the dateField I'm having a horrible time with.
  
  when I dispatchEvent (onitemend) for example, I
 use
  event.currentTarget.editedItemRenderer to get the
  value from
  event.target.itemEditorInstance. Which both don't
  exist when I
  dispatchEvent from the calendar select date
  (onClose) event handler.
  
  This works when I have the dateField as an Editor
  only and using the
  default renderer. This is an issue becuase it
  creates another click for
  the user. I think the root of my problem is that
  when you click on the
  datefield to open the calendar, it doesn't invoke
 it
  as an editor in the
  datagrid. Is there a way to force this?
  
  Any help would be appreciated. Thanks in advance.
  
  
  
  Louie Penaflor
  
  Web Software Developer
  
  World Council of Credit Unions, Inc.
  
  Ph: (608)231-7932
  
  
  
  This is a transmission from World Council of
 Credit
  Unions, Inc. and
  contains information that is confidential. If you
  are not the intended
  addressee or authorized to receive for the
  addressee, then any
  disclosure, copying, distribution, or use of the
  contents of this
  message is prohibited. If you have received this
  transmission in error,
  please destroy it and notify the sender
 immediately
  at the transmitting
  e-mail address. If you are the intended recipient,
  please be advised
  that this e-mail transmission is not encrypted or
  otherwise protected
  from potential misappropriation or misuse. World
  Council of Credit
  Unions, Inc. expressly disclaims any and all
  liability for harm
  resulting from the misappropriation, interception
 or
  misuse of the
  information contained in this transmission.
  
  
  
  
 

__
 Do you Yahoo!?
 Everyone is raving about the all-new Yahoo! Mail
 beta.
 http://new.mail.yahoo.com http://new.mail.yahoo.com 
 http://new.mail.yahoo.com http://new.mail.yahoo.com  
 
 
 
 

__
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com http://new.mail.yahoo.com 

 



[flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-28 Thread Louie Penaflor
I'm having an issue with DataGridEvent (onItemEnd) and the DateField
class. Basically, I've developed a framework that uses onItemEnd from
the datagrid. I have components like the combobox for example...
onChange calls onItemEnd which takes the data of the combobox and puts
it in the dataField of the datagrid, then makes a service call to update
to the database. I've gotten this to work great with many components but
the dateField I'm having a horrible time with.

when I dispatchEvent (onitemend) for example, I use
event.currentTarget.editedItemRenderer to get the value from
event.target.itemEditorInstance. Which both don't exist when I
dispatchEvent from the calendar select date (onClose) event handler.

This works when I have the dateField as an Editor only and using the
default renderer. This is an issue becuase it creates another click for
the user.  I think the root of my problem is that when you click on the
datefield to open the calendar, it doesn't invoke it as an editor in the
datagrid.  Is there a way to force this?

Any help would be appreciated. Thanks in advance.

 

Louie Penaflor

Web Software Developer

World Council of Credit Unions, Inc.

Ph: (608)231-7932

 

This is a transmission from World Council of Credit Unions, Inc. and
contains information that is confidential. If you are not the intended
addressee or authorized to receive for the addressee, then any
disclosure, copying, distribution, or use of the contents of this
message is prohibited. If you have received this transmission in error,
please destroy it and notify the sender immediately at the transmitting
e-mail address. If you are the intended recipient, please be advised
that this e-mail transmission is not encrypted or otherwise protected
from potential misappropriation or misuse. World Council of Credit
Unions, Inc. expressly disclaims any and all liability for harm
resulting from the misappropriation, interception or misuse of the
information contained in this transmission.

 



RE: [flexcoders] Problems with a DateField as an itemRenderer/editor

2006-11-28 Thread Louie Penaflor
You are correct.  It is itemEditEnd.  I was just in a rush.

 

As for the issue, the date is populating right.  It's when I select a
date from the calendar.

 

When you select a date, I dispatch the DataGridEvent itemEditEnd.  This
even should have

 

Event.currentTarget.editedItemRenderer and
event.target.itemEditorInstance, which are both returning null.  This
points out to me that when you click or the DateField that opens up the
calendar, it's not focusing into the datagrid as an editor.  I'm
wondering how I can invoke this manually?  Does that make sense?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of leds usop
Sent: Tuesday, November 28, 2006 11:50 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Problems with a DateField as an
itemRenderer/editor

 

Is onItemEnd a custom event listener? or do you mean
onItemEditEnd? I dont recall having an 'onItemEnd'
associated with Datagrid listener in any way.. please
correct me if im wrong. 

When you use a datefield as item renderer or item
editor a list control (or any drop-in item
renderer/item editor), make sure that the data
provider of that list control has a field of type Date
(or the expected data type of the drop-in item
renderer you used). Since Data Grid is derived from
List base, this means it applies to it as well. Have
you considered that? 

--- Louie Penaflor [EMAIL PROTECTED] mailto:lpenaflor%40woccu.org 
wrote:

 I'm having an issue with DataGridEvent (onItemEnd)
 and the DateField
 class. Basically, I've developed a framework that
 uses onItemEnd from
 the datagrid. I have components like the combobox
 for example...
 onChange calls onItemEnd which takes the data of the
 combobox and puts
 it in the dataField of the datagrid, then makes a
 service call to update
 to the database. I've gotten this to work great with
 many components but
 the dateField I'm having a horrible time with.
 
 when I dispatchEvent (onitemend) for example, I use
 event.currentTarget.editedItemRenderer to get the
 value from
 event.target.itemEditorInstance. Which both don't
 exist when I
 dispatchEvent from the calendar select date
 (onClose) event handler.
 
 This works when I have the dateField as an Editor
 only and using the
 default renderer. This is an issue becuase it
 creates another click for
 the user. I think the root of my problem is that
 when you click on the
 datefield to open the calendar, it doesn't invoke it
 as an editor in the
 datagrid. Is there a way to force this?
 
 Any help would be appreciated. Thanks in advance.
 
 
 
 Louie Penaflor
 
 Web Software Developer
 
 World Council of Credit Unions, Inc.
 
 Ph: (608)231-7932
 
 
 
 This is a transmission from World Council of Credit
 Unions, Inc. and
 contains information that is confidential. If you
 are not the intended
 addressee or authorized to receive for the
 addressee, then any
 disclosure, copying, distribution, or use of the
 contents of this
 message is prohibited. If you have received this
 transmission in error,
 please destroy it and notify the sender immediately
 at the transmitting
 e-mail address. If you are the intended recipient,
 please be advised
 that this e-mail transmission is not encrypted or
 otherwise protected
 from potential misappropriation or misuse. World
 Council of Credit
 Unions, Inc. expressly disclaims any and all
 liability for harm
 resulting from the misappropriation, interception or
 misuse of the
 information contained in this transmission.
 
 
 
 

__
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com http://new.mail.yahoo.com 

 



[flexcoders] Flex help on IRC

2006-11-27 Thread Louie Penaflor
Hey everyone,

 

For those of you who would like to attempt a different way
of getting help, we have started a flex channel on IRC Chat called
#flex.  It's on efnet.  Hope to see you there.

 

Louie

 



[flexcoders] Tell DataGrid in AS to use custom DataGridColumn

2006-10-08 Thread Louie Penaflor










I have a custom DataGrid class and a custom DataGridColumn
class.



I extended DataGridColumn to have additional properties that
I pass using listData to the itemRenderer. I have this working in the mxml
hardcoded style



sample:MyExtendedDataGrid



 mx:columns

 sample:MyExtendedDataGridColumn
itemRenderer={blah} /

 /mx:columns



/sample:MyExtendedDataGrid



What Im trying to accomplish is to populate the
datagrid dynamically and place custom DataGridColumns/itemRenderers where
needed. I have it working, but I need to tell the Datagrid to use
MyExtendedDataGridColumn when needed so it can pass values to the itemRenderer
component.



Ive been trying to find examples of this in pure
ActionScript and havent had any luck yet. Thanks in advance.







Louie Penaflor

Web Software Developer

World Council of Credit Unions, Inc.

Ph: (608)231-7932



This
is a transmission fromWorld Council of Credit Unions, Inc.and
contains information that is confidential. If you are not the intended
addressee or authorized to receive for the addressee, then any disclosure,
copying, distribution, or use of the contents of this message is prohibited. If
you have received this transmission in error, please destroy it and notify the
sender immediately at the transmitting e-mail address. If you are the intended
recipient, please be advised that this e-mail transmission is not encrypted or
otherwise protected from potential misappropriation or misuse.World
Council of Credit Unions, Inc.expressly disclaims any and all liability
for harm resulting from the misappropriation, interception or misuse of the
information contained in this transmission.






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Scope of variable to set as selectedItem for combobox

2006-09-28 Thread Louie Penaflor










Hi,



 I have a datagrid populating with one of the
itemRenderer being a combobox. I can populate this fine. What Im
trying to do is set the selectedItem of the combobox with a value from an index
array. Is there a way to return which row the component is in the datagrid to
try to retrive the selectedItem? Thanks



Louie






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





[flexcoders] Edit in Datagrid

2006-09-15 Thread Louie Penaflor










Hi,



 I have a datagrid thats editable, but
after update I cant seem to retrive all of the values in the entire row.
Does anyone have any examples? Thanks.



Louie




__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___





RE: [flexcoders] Flex 2 patch timeline

2006-08-31 Thread Louie Penaflor












This is a good point. I believe Adobe
also tried to replicate a bug I was getting on Flex 2 builder, even when we
didnt purchase the software yet. I was still testing it out and got
excellent support.













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Impudent1
Sent: Wednesday, August 30, 2006
7:47 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2
patch timeline











.02

Well my experience is with the other adobe teams. BUT

I have had devs/engineers call me on a sunday. On their own dime, to see 
what we could sort out regarding some persistant but hard to nail bugs.

All the teams at adobe I have had the pleasure of working with have all 
busted themselves to make sure things were working. As for flex, we get 
a huge commitment just in them answering things on this list, not to 
mention all the adobe blogs with examples etc.

I personally think anyone who cries for 24 hour personal tech service 
should be paying a hefty price for a yearly agreement ;)

Impudent1
LeapFrog Productions








__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Can Tabs be multi-row?

2006-08-31 Thread Louie Penaflor










Hi,



 I have an interface Im building and it
seems like the it has too many sections which causes the whole app to scroll
left to right. Can the tabs be multi-row? Does anyone have another suggestion
in dealing with many form links in an app? Thanks and I look forward to your
reply.



Louie




__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___





[flexcoders] Not finding import mx.remoting.*;

2006-08-30 Thread Louie Penaflor










Hi,



 Im trying to do some php remoting from
flexbuilder and Im getting a Definition mx.remoting could not be found.
I have flash 8 installed do I have to tell flex the directory of the mx
libraries are? Thanks and I look forward to your replies.



Louie Penaflor

Web Software Developer

World Council of Credit Unions, Inc.

Ph: (608)231-7932



This
is a transmission fromWorld Council of Credit Unions, Inc.and
contains information that is confidential. If you are not the intended
addressee or authorized to receive for the addressee, then any disclosure,
copying, distribution, or use of the contents of this message is prohibited. If
you have received this transmission in error, please destroy it and notify the
sender immediately at the transmitting e-mail address. If you are the intended
recipient, please be advised that this e-mail transmission is not encrypted or
otherwise protected from potential misappropriation or misuse.World
Council of Credit Unions, Inc.expressly disclaims any and all liability
for harm resulting from the misappropriation, interception or misuse of the
information contained in this transmission.






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Not finding import mx.remoting.*;

2006-08-30 Thread Louie Penaflor












Thanks for the help.



How can you pass paramaters for the
service?









From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hasan Otuome
Sent: Wednesday, August 30, 2006
1:21 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Not
finding import mx.remoting.*;











Hey
Louie,

I don't believe that package exists. I've been using the attached file in my
AMFPHP projects. Maybe it can benefit you too. After dropping it in your
project root just add the following ActionScript to your app:

import
flash.net.Responder;
public var gateway:RemotingConnection;
public var response:Responder;

//basic query method
public function getData(service:String):void{
  response = new Responder(onResult,
onFault); //success and failure functions
  gateway = new RemotingConnection(MailScanner has detected a possible fraud
attempt from yourdomain.com claiming to be
http://yourdomain.com/flashservices/gateway.php);
//connect to the gateway
  gateway.call(service, response);
//call the service
}

//basic data modification method
public function updateData(service:String, params:Array):void{
  response = new Responder(onResult,
onFault); //success and failure functions
  gateway = new RemotingConnection(MailScanner has detected a possible fraud
attempt from yourdomain.com claiming to be
http://yourdomain.com/flashservices/gateway.php);
//connect to the gateway
  gateway.call(service, response,
params); //call the service
}

Then, just make those calls when necessary later on in your app. HTH...

P E A C E

Hasan
hasan.otuome.com
www.marxmedia.net
thesourcecode.org
Adobe Certified Professional (Flash MX2004 Developer) 


Louie Penaflor wrote: 







Hi,




Im trying to do some php remoting from flexbuilder and Im getting
a Definition mx.remoting could not be found. I have flash 8 installed do
I have to tell flex the directory of the mx libraries are? Thanks and I
look forward to your replies.



Louie
Penaflor

Web Software
Developer

World
Council of Credit Unions, Inc.

Ph:
(608)231-7932



This
is a transmission fromWorld Council of Credit Unions, Inc.and
contains information that is confidential. If you are not the intended
addressee or authorized to receive for the addressee, then any disclosure, copying,
distribution, or use of the contents of this message is prohibited. If you have
received this transmission in error, please destroy it and notify the sender
immediately at the transmitting e-mail address. If you are the intended
recipient, please be advised that this e-mail transmission is not encrypted or
otherwise protected from potential misappropriation or misuse.World
Council of Credit Unions, Inc.expressly disclaims any and all liability
for harm resulting from the misappropriation, interception or misuse of the
information contained in this transmission.











No virus found in this incoming message.Checked by AVG Free Edition.Version: 7.1.405 / Virus Database: 268.11.7 - Release Date: 8/29/2006 










__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] Binding XML Data to a Form

2006-08-28 Thread Louie Penaflor












Great. Thanks for the info.



Nothing is broke. Im just new to
flex and I cant find anything in the bulky documentation of Flex
Builder. I look for a complete list of MXML Commands and all I get is AS3. This
was probably one of my last attempts on finding docs J 



I know its just as3 under the hood,
but since Im not mxml fluent yet, Im not sure of the markup.
Thanks again.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt
Sent: Monday, August 28, 2006 4:00
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Binding
XML Data to a Form













Sure. But you should use an XMLListCollection.



What is not working?



Tracy













From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of this_is_louie
Sent: Monday, August 28, 2006 4:25
PM
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders] Binding XML
Data to a Form











Hi,

Is it possible to have the text property of a FormItem linked to an
XML node? Thanks and I look forward to your replies.

Louie
















__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






[flexcoders] flex-config.xml in Flexbuilder

2006-08-25 Thread Louie Penaflor










Does anyone know where flex-config.xml is for the flex
builder? I want to enable AS output when mxml compiles thanks.



Louie






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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.



  






__,_._,___