Re: [Spam] Re: [flexcoders] Fields grouping?

2009-08-19 Thread Wesley Acheson
I think theres a lot you can do to style these things I'm not really that up
on it. though. :P

On Wed, Aug 19, 2009 at 10:08 PM, Nick Middleweek wrote:

>
>
> Tim and Wesley, thanks for your replies... really appreciate it. I've not
> been flexing for long so that's for helping me out...
>
> I treid using forms with a border and using a formheader but it didn't give
> the look I was after. I guess i can change my UI designs if needed though
> but I though the field grouping thing was a standard object in most
> development environments... I think the Panel will give me the best
> enclosure feel...
>
> One thing I've noticed about Forms is that they're great for vertical
> layouts but if I want to have fields side by side then I need to use two
> forms and then second having a blank header to force the first field to be
> lined up with the field in the first Form. A problem though is pressing tab
> in the first form moves the cursor down it's elements and then moving onto
> the second. I'm sure there's a way to sort this but will it be a 'hack' -
> checking for TAB on keypress events and applying focus to the desired
> field... bit messy I guess and prone to breakage.
>
> Am I wrong? Hope so...
>
>
> Also, where is the Shapes area in FB3? Are there drawing tools or do i have
> to draw within a specific container?
>
>
> Cheers for the help guys!
>
>
> Nick
>
>
>
>
>
> 2009/8/18 Wesley Acheson 
>
>
>>
>>
>>
>> On Tue, Aug 18, 2009 at 7:07 PM, Nick Middleweek 
>> wrote:
>>
>>>
>>>
>>> hi guys,
>>>
>>> Is there a component that allows us to group fields/ objects together? I
>>> can't find a built in object, I'm after something visual that i can use to
>>> group fields, such as all the address fields together and another group to
>>> collate the numerous emails and phone numbers...
>>>
>> You can use a container with a border I.
>>
>> I'd personally use Panel.
>>
>> however there are several ways to do this. Please note this was to be
>> quick not pretty.
>>
>> See below
>>
>> 
>> http://www.adobe.com/2006/mxml";
>> layout="absolute" backgroundGradientAlphas="[1.0, 1.0]"
>> backgroundGradientColors="[#FF, #FF]">
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> 
>>
>> Or if you want it dynamic you can use something like an accordian.
>>
>>>
>>>
>>> Can I draw it? Is there a line tool?
>>>
>>>
>> I think theres lines in the shape area
>>
>>>
>>> Thanks! :)
>>>
>>> Nick
>>>
>>>
>>>
>>>
>>
>
>
> 
>


Re: [Spam] Re: [flexcoders] Fields grouping?

2009-08-19 Thread Nick Middleweek
Tim and Wesley, thanks for your replies... really appreciate it. I've not
been flexing for long so that's for helping me out...

I treid using forms with a border and using a formheader but it didn't give
the look I was after. I guess i can change my UI designs if needed though
but I though the field grouping thing was a standard object in most
development environments... I think the Panel will give me the best
enclosure feel...

One thing I've noticed about Forms is that they're great for vertical
layouts but if I want to have fields side by side then I need to use two
forms and then second having a blank header to force the first field to be
lined up with the field in the first Form. A problem though is pressing tab
in the first form moves the cursor down it's elements and then moving onto
the second. I'm sure there's a way to sort this but will it be a 'hack' -
checking for TAB on keypress events and applying focus to the desired
field... bit messy I guess and prone to breakage.

Am I wrong? Hope so...


Also, where is the Shapes area in FB3? Are there drawing tools or do i have
to draw within a specific container?


Cheers for the help guys!


Nick





2009/8/18 Wesley Acheson 

>
>
>
>
> On Tue, Aug 18, 2009 at 7:07 PM, Nick Middleweek wrote:
>
>>
>>
>> hi guys,
>>
>> Is there a component that allows us to group fields/ objects together? I
>> can't find a built in object, I'm after something visual that i can use to
>> group fields, such as all the address fields together and another group to
>> collate the numerous emails and phone numbers...
>>
> You can use a container with a border I.
>
> I'd personally use Panel.
>
> however there are several ways to do this. Please note this was to be quick
> not pretty.
>
> See below
>
> 
> http://www.adobe.com/2006/mxml";
> layout="absolute" backgroundGradientAlphas="[1.0, 1.0]"
> backgroundGradientColors="[#FF, #FF]">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
>
> Or if you want it dynamic you can use something like an accordian.
>
>>
>>
>> Can I draw it? Is there a line tool?
>>
>>
> I think theres lines in the shape area
>
>>
>> Thanks! :)
>>
>> Nick
>>
>>
>>
>>
>  
>


Re: [flexcoders] Fields grouping?

2009-08-18 Thread Wesley Acheson
On Tue, Aug 18, 2009 at 7:07 PM, Nick Middleweek wrote:

>
>
> hi guys,
>
> Is there a component that allows us to group fields/ objects together? I
> can't find a built in object, I'm after something visual that i can use to
> group fields, such as all the address fields together and another group to
> collate the numerous emails and phone numbers...
>
You can use a container with a border I.

I'd personally use Panel.

however there are several ways to do this. Please note this was to be quick
not pretty.

See below


http://www.adobe.com/2006/mxml"; layout="absolute"
backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FF,
#FF]">




























Or if you want it dynamic you can use something like an accordian.

>
>
> Can I draw it? Is there a line tool?
>
>
I think theres lines in the shape area

>
> Thanks! :)
>
> Nick
>
>
>
> 
>


RE: [flexcoders] Fields grouping?

2009-08-18 Thread Tim Rowe
How about mx.containers.Form ?

--Tim


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Nick Middleweek
Sent: Wednesday, 19 August 2009 3:08 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fields grouping?



hi guys,

Is there a component that allows us to group fields/ objects together? I can't 
find a built in object, I'm after something visual that i can use to group 
fields, such as all the address fields together and another group to collate 
the numerous emails and phone numbers...

Can I draw it? Is there a line tool?


Thanks! :)

Nick




__
Notice: This email and attachments (if any) is for the exclusive use of the 
addressee and may contain information that is privileged and confidential. Any 
unauthorised use of the contents of the email and/or attachments is expressly 
prohibited. If you are not the addressee of this email, please notify me 
immediately by email and then immediately destroy any electronic or paper copy 
of this email and/or attachments. Carsales.com Ltd and its related companies do 
not accept responsibility for the views expressed in the email or for the 
consequences of any computer viruses that may be transmitted with this email. 
This email is subject to copyright. No part of it should be reproduced, adapted 
or transmitted without the written consent of the copyright owner.