RE: [flexcoders] year chooser component

2011-09-01 Thread yang chen

Isn't drop down list a visual component? How exactly do you want the component 
to look?

Regards,Yang
> To: flexcoders@yahoogroups.com
> From: markflex2...@yahoo.com
> Date: Thu, 1 Sep 2011 20:07:27 +
> Subject: [flexcoders] year chooser component
> 
> Hi,
>   
> Do you know a custom Flex Component for year chooser(like 2011,2012 etc)? I 
> do not like a drop down selection.I need a visual component.
> 
> Thanks
> 
> Mark
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
> 
> 
> 
  

Re: [flexcoders] Re: repeater width problem

2011-09-01 Thread jorcarcam
If you use grid, gridrow and griditem to indent?
Enviado desde BlackBerry® de COMCEL S.A.

-Original Message-
From: "steveroger_flex" 
Sender: flexcoders@yahoogroups.com
Date: Tue, 23 Aug 2011 10:19:12 
To: 
Reply-To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: repeater width problem

Thanks Rishi.

But my actual problem was with Repeater Container.
I replaced HBox with ToolBar.
So my problem is now solved.
Now my all labels are perfectly occupy in ToolBar.

Steve



--- In flexcoders@yahoogroups.com, "Tandon, Rishi"  wrote:
>
>  doesn't wrap the contents.
> Use  instead.
> 
> Rishi
> 
> 
>
> From: steveroger_flex 
> To: flexcoders@yahoogroups.com
> Sent: Tuesday, August 23, 2011 11:03 AM
> Subject: [flexcoders] repeater width problem
> 
> 
>   
> Hello Friends,
> 
> I am trying to implement one functionality using repeater.
> But facing one problem.
> 
> Code snapshots.
> 
> public  var ArrData : Array = [{label: 'Option 1', value:'opt1'},{label:
> 'Option 2', value:'opt2'},{label:'Option 3',
> value:'opt3'},{label:'Option 4', value:'opt4'}];
> 
> 
>  width="100%" height="100%">
> 
> 
> 
> 
> Labels are displed with array data using Repeater inside HBox.
> 
> Problem is, Labels go out of the HBox horizontal range.
> I wanna to implement, if Hbox width is exceeded, Labels will start
> occupying in next row.
> Hbox width should be fixed at 350. Vertical Scrolling appear if labels 
> exceeded from width range.
> 
> where I am doing mistake OR missing anything?
> 
> Thanks,
> 
> Steve.
>





Re: [flexcoders] Re: year chooser component

2011-09-01 Thread Jeffry Houser


 And what does that mean?

On 9/1/2011 5:27 PM, markflex2007 wrote:


I like more flash style component.

--- In flexcoders@yahoogroups.com 
, "Merrill, Jason" 
 wrote:

>
> >> Why is a drop down not visual? Can you be more explicit on what 
you're after?

>
> In other words, what Jeffry is saying is he needs something more 
visual explicit.

>
> Jason Merrill
> Instructional Technology Architect II
> Bank of America Global Learning
>
>
>
>
>
> ___
>
> From: flexcoders@yahoogroups.com 
 
[mailto:flexcoders@yahoogroups.com 
] On Behalf Of Jeffry Houser

> Sent: Thursday, September 01, 2011 4:22 PM
> To: flexcoders@yahoogroups.com 
> Cc: markflex2007
> Subject: Re: [flexcoders] year chooser component
>
>
>
> Why is a drop down not visual? Can you be more explicit on what 
you're after?

>
> Would a Numeric Stepper work for you?
>
> On 9/1/2011 4:07 PM, markflex2007 wrote:
>
>
> Hi,
>
> Do you know a custom Flex Component for year chooser(like 2011,2012 
etc)? I do not like a drop down selection.I need a visual component.

>
> Thanks
>
> Mark
>
>
>
>
> --
>
> Jeffry Houser
>
> Technical Entrepreneur
>
> 203-379-0773
>
> --
>
> http://www.flextras.com?c=104
>
> UI Flex Components: Tested! Supported! Ready!
>
> --
>
> http://www.theflexshow.com
>
> http://www.jeffryhouser.com
>
> http://www.asktheflexpert.com
>
> --
>
> Part of the DotComIt Brain Trust
>
>
> --
> This message w/attachments (message) is intended solely for the use 
of the intended recipient(s) and may contain information that is 
privileged, confidential or proprietary. If you are not an intended 
recipient, please notify the sender, and then please delete and 
destroy all copies and attachments, and be advised that any review or 
dissemination of, or the taking of any action in reliance on, the 
information contained in or attached to this message is prohibited.
> Unless specifically indicated, this message is not an offer to sell 
or a solicitation of any investment products or other financial 
product or service, an official confirmation of any transaction, or an 
official statement of Sender. Subject to applicable law, Sender may 
intercept, monitor, review and retain e-communications (EC) traveling 
through its networks/systems and may produce any such EC to 
regulators, law enforcement, in litigation and as required by law.
> The laws of the country of each sender/recipient may impact the 
handling of EC, and EC may be archived, supervised and produced in 
countries other than the country in which you are located. This 
message cannot be guaranteed to be secure or free of errors or viruses.

>
> References to "Sender" are references to any subsidiary of Bank of 
America Corporation. Securities and Insurance Products: * Are Not FDIC 
Insured * Are Not Bank Guaranteed * May Lose Value * Are Not a Bank 
Deposit * Are Not a Condition to Any Banking Service or Activity * Are 
Not Insured by Any Federal Government Agency. Attachments that are 
part of this EC may have additional important disclosures and 
disclaimers, which you should read. This message is subject to terms 
available at the following link:
> http://www.bankofamerica.com/emaildisclaimer. By messaging with 
Sender you consent to the foregoing.

>





--
Jeffry Houser
Technical Entrepreneur
203-379-0773
--
http://www.flextras.com?c=104
UI Flex Components: Tested! Supported! Ready!
--
http://www.theflexshow.com
http://www.jeffryhouser.com
http://www.asktheflexpert.com
--
Part of the DotComIt Brain Trust



[flexcoders] Re: year chooser component

2011-09-01 Thread markflex2007
I like more flash style component.

--- In flexcoders@yahoogroups.com, "Merrill, Jason"  wrote:
>
> >> Why is a drop down not visual?  Can you be more explicit on what you're 
> >> after?
> 
> In other words, what Jeffry is saying is he needs something more visual 
> explicit.
> 
> Jason Merrill
> Instructional Technology Architect II
> Bank of America  Global Learning
> 
> 
> 
> 
> 
> ___
> 
> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On 
> Behalf Of Jeffry Houser
> Sent: Thursday, September 01, 2011 4:22 PM
> To: flexcoders@yahoogroups.com
> Cc: markflex2007
> Subject: Re: [flexcoders] year chooser component
> 
> 
> 
>  Why is a drop down not visual?  Can you be more explicit on what you're 
> after?
> 
>  Would a Numeric Stepper work for you?
> 
> On 9/1/2011 4:07 PM, markflex2007 wrote:
> 
> 
> Hi,
> 
> Do you know a custom Flex Component for year chooser(like 2011,2012 etc)? I 
> do not like a drop down selection.I need a visual component.
> 
> Thanks
> 
> Mark
> 
> 
> 
> 
> --
> 
> Jeffry Houser
> 
> Technical Entrepreneur
> 
> 203-379-0773
> 
> --
> 
> http://www.flextras.com?c=104
> 
> UI Flex Components: Tested! Supported! Ready!
> 
> --
> 
> http://www.theflexshow.com
> 
> http://www.jeffryhouser.com
> 
> http://www.asktheflexpert.com
> 
> --
> 
> Part of the DotComIt Brain Trust
> 
> 
> --
> This message w/attachments (message) is intended solely for the use of the 
> intended recipient(s) and may contain information that is privileged, 
> confidential or proprietary. If you are not an intended recipient, please 
> notify the sender, and then please delete and destroy all copies and 
> attachments, and be advised that any review or dissemination of, or the 
> taking of any action in reliance on, the information contained in or attached 
> to this message is prohibited. 
> Unless specifically indicated, this message is not an offer to sell or a 
> solicitation of any investment products or other financial product or 
> service, an official confirmation of any transaction, or an official 
> statement of Sender. Subject to applicable law, Sender may intercept, 
> monitor, review and retain e-communications (EC) traveling through its 
> networks/systems and may produce any such EC to regulators, law enforcement, 
> in litigation and as required by law. 
> The laws of the country of each sender/recipient may impact the handling of 
> EC, and EC may be archived, supervised and produced in countries other than 
> the country in which you are located. This message cannot be guaranteed to be 
> secure or free of errors or viruses. 
> 
> References to "Sender" are references to any subsidiary of Bank of America 
> Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
> Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
> Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
> Government Agency. Attachments that are part of this EC may have additional 
> important disclosures and disclaimers, which you should read. This message is 
> subject to terms available at the following link: 
> http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
> consent to the foregoing.
>




RE: [flexcoders] year chooser component

2011-09-01 Thread Merrill, Jason
>> Why is a drop down not visual?  Can you be more explicit on what you're 
>> after?

In other words, what Jeffry is saying is he needs something more visual 
explicit.

Jason Merrill
Instructional Technology Architect II
Bank of America  Global Learning





___

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf 
Of Jeffry Houser
Sent: Thursday, September 01, 2011 4:22 PM
To: flexcoders@yahoogroups.com
Cc: markflex2007
Subject: Re: [flexcoders] year chooser component



 Why is a drop down not visual?  Can you be more explicit on what you're after?

 Would a Numeric Stepper work for you?

On 9/1/2011 4:07 PM, markflex2007 wrote:


Hi,

Do you know a custom Flex Component for year chooser(like 2011,2012 etc)? I do 
not like a drop down selection.I need a visual component.

Thanks

Mark




--

Jeffry Houser

Technical Entrepreneur

203-379-0773

--

http://www.flextras.com?c=104

UI Flex Components: Tested! Supported! Ready!

--

http://www.theflexshow.com

http://www.jeffryhouser.com

http://www.asktheflexpert.com

--

Part of the DotComIt Brain Trust


--
This message w/attachments (message) is intended solely for the use of the 
intended recipient(s) and may contain information that is privileged, 
confidential or proprietary. If you are not an intended recipient, please 
notify the sender, and then please delete and destroy all copies and 
attachments, and be advised that any review or dissemination of, or the taking 
of any action in reliance on, the information contained in or attached to this 
message is prohibited. 
Unless specifically indicated, this message is not an offer to sell or a 
solicitation of any investment products or other financial product or service, 
an official confirmation of any transaction, or an official statement of 
Sender. Subject to applicable law, Sender may intercept, monitor, review and 
retain e-communications (EC) traveling through its networks/systems and may 
produce any such EC to regulators, law enforcement, in litigation and as 
required by law. 
The laws of the country of each sender/recipient may impact the handling of EC, 
and EC may be archived, supervised and produced in countries other than the 
country in which you are located. This message cannot be guaranteed to be 
secure or free of errors or viruses. 

References to "Sender" are references to any subsidiary of Bank of America 
Corporation. Securities and Insurance Products: * Are Not FDIC Insured * Are 
Not Bank Guaranteed * May Lose Value * Are Not a Bank Deposit * Are Not a 
Condition to Any Banking Service or Activity * Are Not Insured by Any Federal 
Government Agency. Attachments that are part of this EC may have additional 
important disclosures and disclaimers, which you should read. This message is 
subject to terms available at the following link: 
http://www.bankofamerica.com/emaildisclaimer. By messaging with Sender you 
consent to the foregoing.


Re: [flexcoders] year chooser component

2011-09-01 Thread Jeffry Houser


 Why is a drop down not visual?  Can you be more explicit on what 
you're after?


 Would a Numeric Stepper work for you?

On 9/1/2011 4:07 PM, markflex2007 wrote:


Hi,

Do you know a custom Flex Component for year chooser(like 2011,2012 
etc)? I do not like a drop down selection.I need a visual component.


Thanks

Mark





--
Jeffry Houser
Technical Entrepreneur
203-379-0773
--
http://www.flextras.com?c=104
UI Flex Components: Tested! Supported! Ready!
--
http://www.theflexshow.com
http://www.jeffryhouser.com
http://www.asktheflexpert.com
--
Part of the DotComIt Brain Trust



[flexcoders] year chooser component

2011-09-01 Thread markflex2007
Hi,

Do you know a custom Flex Component for year chooser(like 2011,2012 etc)? I do 
not like a drop down selection.I need a visual component.

Thanks

Mark



[flexcoders] Re: Anyone had problems moving to SDK 3.5 (especially from 3.2)? Please reply.

2011-09-01 Thread valdhor
3.2 to 3.5 was pretty much painless in my case.

--- In flexcoders@yahoogroups.com, "Greg Lafrance"  wrote:
>
> Our team have switched from using Flex SDK 3.2 to SDK 3.5 and we're seeing 
> some issues.
> 
> I'm wondering how many others out there have seen issues with using SDK 3.5, 
> especially if you were using SDK 3.2 previously.
> 
> Please contribute your experience in this post. Thanks in advance.
>




[flexcoders] Anyone had problems moving to SDK 3.5 (especially from 3.2)? Please reply.

2011-09-01 Thread Greg Lafrance
Our team have switched from using Flex SDK 3.2 to SDK 3.5 and we're seeing some 
issues.

I'm wondering how many others out there have seen issues with using SDK 3.5, 
especially if you were using SDK 3.2 previously.

Please contribute your experience in this post. Thanks in advance.



[flexcoders] Scrolling a Dynamic Window

2011-09-01 Thread happy dog owner
I have a TitleWindow popup with a form that allows user to add additional rows 
to the form. Each "row" is a two-line set of elements with a HGroup nested 
inside a VGroup. I have the form inside a Scroller component but it doesn't 
seem to be able to detect when the form grows to the point of needing 
scrolling, the scrollbar stays disabled, even if explicitly set to be on. I do 
run a method when adding rows that calls an invalidateSize() followed by a 
validateNow() on the TitleWindow but that doesn't seem to fix the issue. Any 
ideas? 


--- Mary Jo




Re: [flexcoders] Re: Air app w/Bluetooth + UI / App Store for Arduino devices

2011-09-01 Thread Davis Ford
Hi Valdhor,

Yes, we do plan on developing new sensor hardware that is ultra low power.
 We are looking at Bluetooth Low Energy BTLE, WiFi and Zigbee + Zigbee
derivatives like SNAP.  We will likely have one or more hardware sensors
available with these technologies in the next 6 months.  Not sure yet if
we'll still have the same Flex + FOTA type capabilities for these out of the
box -- it depends on the tech and the platform, but we definitely do want to
get low-power sensors that can run on something like a watch battery for a
year out there.

Best regards,
Davis
http://daisyworks.com


On Fri, Aug 19, 2011 at 2:28 PM, valdhor wrote:

> **
>
>
> Way cool.
>
> I am interested in using Zigbee sensors in ultra low power applications
> (ie. battery operated for three months or more). Are there any plans for
> this type of development?
>
>
> --- In flexcoders@yahoogroups.com, Davis Ford  wrote:
> >
> > Hi flexcoders,
> >
> > I wanted to drop a note to tell you about an Air app I just built that
> has a
> > couple unique features. I built it to be a desktop app for Arduino (
> > http://arduino.cc) devices. If you're not familiar with Arduino it's an
> > open source microelectronics hardware platform. It makes it easy to
> program
> > micros to do things like attach sensors, control motors, robotics, etc.
> The
> > possibilities are endless, and the Arduino subculture has really exploded
> in
> > the last few years.
> >
> > If you're already a Flex dev. that likes messing with Arduino, this may
> be
> > interesting to you.
> >
> > This app allows you to scan and connect to an Arduino-derivative, and
> > connect to it via Bluetooth Serial Port Profile. It also provides a
> visual
> > App Store where you can browse and download an app specific to your
> > hardware, and the types of sensors you may have plugged into it.
> >
> > So, for example, you could plug an infrared temperature sensor into the
> > device, and then go grab an app that works with that device and temp.
> sensor
> > and download it.
> >
> > An app (may) consist of two parts:
> >
> > a) Firmware for the microcontroller
> > b) A SWF module that can be dynamically loaded into the desktop container
> >
> > These two components are meant to work with each other. The firmware can
> > control things on the device or read sensors and report values, and the
> > module is a UI that allows you to interact with the firmware. So, you can
> > program the device over the air using bluetooth, and load the module into
> > the desktop application container, and now you have a re-configurable
> > microcontroller that you can easily write, share, and deploy software to.
> >
> > Here's some screenshots of the app: http://daisyworks.com/downloads.html-
> > and you can download it there; although it probably isn't all that useful
> > unless you have the hardware.
> >
> > I wrote some tutorials here: http://daisyworks.com/docs.html on how to
> write
> > your own firmware and UI for it. The UI part should be very easy for the
> > anyone on this mailing list. The firmware part is also trivially easy
> even
> > if you've never done it before.
> >
> > --- a few technical details about the app's design for anyone curious:
> >
> > * native installer for all 3 operating systems -- ant build script that
> will
> > create the installer executable with one command
> > * uses http://swizframework.org heavily, b/c I love swiz :)
> >
> > You might be wondering how Air is interfacing with Bluetooth...that was
> the
> > kind of tricky part. I created an executable jar with an embedded Jetty
> > server. The Jetty server exposes BlazeDS services using Spring-Flex. This
> > is actually kind of cool b/c you can launch a full-fledged Java/BlazeDS
> > server just by double-clicking a jar file. The installer packages the jar
> > with it, and when that app bootstraps itself, it starts the jar file
> itself
> > and starts communicating with it. I use the bluecove java library to
> > scan/find/connect Bluetooth devices.
> >
> > On the App Store, we just download the .hex firmware image and the .swf.
> We
> > can now program the Arduino-derivative with the .hex file, and load the
> .swf
> > module into a container. The application container provides the Tx/Rx
> > communication between the SWF module and the firmware on the device.
> >
> > Note: today this only works with our own Arduino derivative hardware --
> we
> > had to do a few tweaks to get the Firmware-Over-The-Air (FOTA) to work,
> but
> > it wouldn't be that hard to extend it to work with other Arduino boards.
> > Our boards work with the Arduino SDK/libraries so there is no difference
> > from that standpoint.
> >
> > I plan to make it FOSS
> >
> > If you want to hack on some microelectronics and put your Flex skills to
> > work building UIs for the device, come and check it out.
> >
> > Cheers,
> > davis
> >
> > --
> > http://daisyworks.com
> >
>
>  
>


Re: [flexcoders] Axis Scale problem on Dual Axis Chart

2011-09-01 Thread John Fletcher
As far as I can see your problem boils down to this:
"The problem is that when certain events in the application happen, the min
and max of one of the axis is reset to 0, 100. To avoid this I can set the
min and max values, but I would like to avoid this as the axis should auto
scale just like it does when it is first created"
or in other words: "The application is setting the min and max, but I don't
want them to be set, I want them to autoscale."

There are two solutions:
1) Stop the min and max from being set in the first place. Find out what is
causing it - the stylesheet you are loading? Then modify this.
2) Set the min and max to NaN after they have been set. This re-enables
autoscaling.

Regards,
John

2011/8/30 Deidre
>
>  I have a simply dual axis chart similar to the samples found all over the
> internet.  The chart has a line series on one Linear vertical axis and a
> column series on another Linear vertical axis.  The problem is that when
> certain events in the application happen, the min and max of one of the axis
> is reset to 0, 100.  To avoid this I can set the min and max values, but I
> would like to avoid this as the axis should auto scale just like it does
> when it is first created.
>
> Here is some sample code to show the problem.  The code is basically a
> chart with a button.  When the button is clicked a new styleSheet is loaded
> and it is then that the axis is set to 0, 100.
>
> 
>
> 
>
>  xmlns:fx="http://ns.adobe.com/mxml/2009";
>
> xmlns:s="library://ns.adobe.com/flex/spark"
>
> xmlns:mx="library://ns.adobe.com/flex/mx"
>
> showStatusBar="false">
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
> horizontalAxis="
> {h1}"
>
> dataProvider="
> {SMITH}"
>
> displayName="
> Smith"
>
> yField="
> close">
>
> 
>
> 
>
> 
>
> 
>
>  
> horizontalAxis="
> {h1}"
>
> verticalAxis="
> {v1}"
>
> dataProvider="
> {DECKER}"
>
> displayName="
> Decker"
>
> yField="
> close" />
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
>
>
> The style sheet which is loaded is basically a blank stylesheet which is
> compiled to swf.
>
>
>
> /* CSS file */
>
> @namespace s
> "library://ns.adobe.com/flex/spark";
>
> @namespace mx
> "library://ns.adobe.com/flex/mx";
>
> global
>
> {
>
> font-family: "Verdana";
>
> }
>  
>


[flexcoders] s:Group arrange component on the same center

2011-09-01 Thread isa_loyer
I use a s:Group to place my component in my form. I'd like all form item have 
the same horizontal align inside the group. I try to use horizontalcenter with 
value 0 but it doesn't work. So I don't know how to do and I hope you can help 
me to solve that.