[flexcoders] Help--Volume Control

2007-11-02 Thread stephen ...
hi..hw to control volume using Hslider...explain with som examples... regards stephen __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[flexcoders] Update Insert via DataServices

2010-05-26 Thread Stephen
If I have list a table in a datagrid using data services in flex 4 how do I update insert or delete in that datagrid/table. Usually I use HTTPServices so have a array collection to work with but there is no array collection this time. all i have is an obj:Object containing the insert or update

[flexcoders] Re: Update Insert via DataServices

2010-05-26 Thread Stephen
() to send these transactions to the server. You'll need this - LCDS Manual: http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/index.html http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/index.html On Wed, May 26, 2010 at 10:02 AM, Stephen sd_br...@... wrote

[flexcoders] Channel Disconnected (Stumped!)

2010-05-27 Thread Stephen
Channel Disconnected Before An Acknoledgement was recicved! at createView_clientsResult.token = ... Anyone advise notice something wrong? protected function manageClientData(event:ClientEvent):void { // build client view object to add or update. var obj:View_clients = new

[flexcoders] Dynamic DropDownList Default Setting Problem

2010-06-02 Thread Stephen
This is a Flex 4 problem. I have dynamically filled a drop down box using PHP Data/Services and wish to set the initial display to the current Engineer. What I have is the value of the EngineerId. I have tried to access the values of the dropdown with no louk either, I feel like I'm getting

[flexcoders] Re: Dynamic DropDownList Default Setting Problem

2010-06-02 Thread Stephen
There is no ArrayCollection, it is Dynamic? --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Stephen sd_brown@ wrote: This is a Flex 4 problem. I have dynamically filled a drop down box using PHP Data/Services and wish to set

[flexcoders] DropDownList Data Services

2010-06-06 Thread Stephen
I am populating a datagrid with data from database using Zend Data Services, I then select to amend a line of the datagrid using a master detail form. One of the fields is an index to another table and thus I need to use a DropDownList how do I set the drop down list to what the current setting

[flexcoders] Update Datagrid

2010-06-08 Thread Stephen
not update. W H Y ? - Stephen

[flexcoders] CallResponder

2010-06-22 Thread Stephen
none of which fires when updating. I can not bind to the datagrid for update as its a join, I can only update a table, when I do I need to know when it has been done so that I can call an update on the join to refresh the datagrid. - Any help? - Stephen

[flexcoders] Can DataGrids multiply columns

2010-06-25 Thread Stephen
would I do this? - Stephen

[flexcoders] PHP Data Service

2010-07-31 Thread Stephen
not be force to conform to a valueObject as I have tried with no luck. Thanks for any help recieved, this one is a puzzler! - Stephen

[flexcoders] Re: PHP Data Service

2010-07-31 Thread Stephen
Further to my previous post I have noticed a slight diffrence in the returned data from the service. This object was returned by var_dump($o-getView_heatingByID(2)); and works. object(stdClass)#4 (2) { [heating_id]= int(2) [heating_name]= string(12) Radient Heat } While this object was

[flexcoders] Re: PHP Data Service

2010-08-02 Thread Stephen
Data type was not set correctly in Data/Services Solved.

[flexcoders] ViewStack Event

2010-08-02 Thread Stephen
What ViewStack Event Listener is activated when public variables within the view stack become available. I don't fancy using the CreationPolicy=All as it slows the web site down too much. - Stephen

[flexcoders] Updating ValueObjects

2010-08-02 Thread Stephen
I have written a program where you select a record and it is displayed due to the form being bound to the value object, when I update the record it updates in the database okay, but when I re-query it it crashes with the following, cant seem to make head nor tail of it... mx.data::Conflict {

[flexcoders] PHP Data Services - Compound Keys

2010-08-03 Thread Stephen
I have a table in my database that uses compound keys. Apparently Flash Builder 4 does not support compound keys. Does anybody have a work around for this problem?

[flexcoders] Re: Updating ValueObjects

2010-08-03 Thread Stephen
--- In flexcoders@yahoogroups.com, Stephen sd_br...@... wrote: I have written a program where you select a record and it is displayed due to the form being bound to the value object, when I update the record it updates in the database okay, but when I re-query it it crashes

[flexcoders] Re: Interface Over Public/Dispatch

2010-08-05 Thread Stephen
Can applications still listen for events triggered by their modules using this method, I am having trouble setting up a listner? - Stephen --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Interfaces create a level of abstraction and define a contract. If properly written

[flexcoders] Re: Interface Over Public/Dispatch

2010-08-06 Thread Stephen
Thanks for that, all sorted out now.

[flexcoders] Dynamic Validation

2010-08-06 Thread Stephen
].lowerThanMinError=A choice must be made.; --- I's just not working, anyone with an idea of whats missing? - Stephen

[flexcoders] Data Management

2010-08-11 Thread Stephen
how to get around this proble or simply turn it off. I was hoping maybe their was a way to tell Zend to drop all refrences to the joined table so that their wouldn't be any more errors when the data is re-displayed. - Stephen

[flexcoders] Handling XML

2010-08-17 Thread Stephen
var xml:XML = library shelf book chapterOnce Upon A Time/chapter /book /shelf /library ; var path1:XMLList = xml.shelf.book.chapter; trace(path1: + path1.text()); // output: path1: Once Upon A Time var string:String =

[flexcoders] Re: Handling XML

2010-08-18 Thread Stephen
...@... wrote: There is no eval in actionscript. To pass XMLLIst a string it would have to be a string that can be converted to XML, not something that references variables. On 8/17/10 1:40 PM, Stephen sd_br...@... wrote: var xml:XML = library shelf book chapterOnce Upon

[flexcoders] Overriding Item Background In ItemRenderer Problem.

2010-08-29 Thread Stephen
I can change the Label color but cant change the background color, its anying. Can anybody suggest a solution. s:ItemRenderer xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark

[flexcoders] Nested ItemRenderers Problem

2010-08-29 Thread Stephen
for some reason. http://sbrown.myip.org/files/NestedRenders/NestedRenderers.html - Stephen

[flexcoders] Re: Nested ItemRenderers Problem

2010-08-29 Thread Stephen
If I make the DataGrid editable I can select from the drop down and it updates the Data Grid which I can show by scrolling the Drop Down List off the panel and back on and it is still changed at the same time the Drop Down List scroll bars just close the drop down list when you click on them.

[flexcoders] Drop Down List Scroll Bar not working in DataGrid

2010-09-08 Thread Stephen
( [ { people_id: 1, people_name: 'Stephen', people_family:1}, { people_id: 2, people_name: 'Sheila', people_family:1}, { people_id: 3, people_name: 'David', people_family:1

[flexcoders] How would you do this?

2005-08-29 Thread Stephen Ocean
The Kentucky Post is going paperless. They've decided to cover prep school sports as their trial for their new online editions. See the link below for a demo of the new concept. http://kypostpreps.com/ We think they should use Flex to build this and the supporting CMS. What do you think?

Re: [flexcoders] Tricky Flash Form Question

2005-09-06 Thread Stephen Moretti
called submitForm() that will do this for you. Depending on where you call it from, ie. from within a defined function, you may have to prefix it with _root. Check out this URL in the MM livedocs regarding Custom Actionscript in CFForm : http://snipurl.com/CFFormCustomAS Regards Stephen

[flexcoders] Flex Beginner

2005-09-21 Thread jerry stephen
is the best practice to communicate with J2EE application like should I opt for remoteobject or httpService or webService. * Any recommendation on good books for Flex intergration to J2EE. Please guide me. Many thanks in advance. Jerry Stephen Yahoo! for Good Click here to donate to the Hurricane

RE: [flexcoders] Flex Beginner

2005-09-22 Thread jerry stephen
to fit in my whole application in one mx:application and render appropriately..?OR *Should I make you use of jsp or html andlink different mxml application (modules/pages)?. * Will it not make page loading slow and hit performance?. -many thanks and regards Jerry Stephen PS: I feel guilty of askin

RE: [flexcoders] Re: How to implement custom drawing for selected list items?

2006-03-14 Thread Stephen Gilson
books are available here: http://labs.macromedia.com/wiki/index.php/Flex:Release_Notes#Beta_1_docu mentation Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tobiaspatton Sent: Monday, March 13, 2006 11:30 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex2 documentation - FlexEvent.DATA_OBJECT_CHANGED

2006-03-16 Thread Stephen Gilson
FlexEvent is a class in mx.events. I believe that it is new for Beta 2, so are you using the Beta 1 doc with Beta 2 bits? Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Thursday, March 16, 2006 11:57 AM

RE: [flexcoders] Re: Flex2.0 Beta BUG: cellRender/cellEditor

2006-03-16 Thread Stephen Gilson
You can also see an example of an MXML cell renderer that implements an interface here: http://livedocs.macromedia.com/flex/20beta1/docs/1102.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tobias Patton Sent: Thursday, March

RE: [flexcoders] How to create new custom Style in custom component?

2006-03-23 Thread Stephen Gilson
Sure, there is a chapter on this topic in the Creating Components book at: http://livedocs.macromedia.com/labs/1/flex20beta2/1813.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Thursday, March 23

RE: [flexcoders] How to create new custom Style in custom component?

2006-03-23 Thread Stephen Gilson
That will work for Flex 2.0 only. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Thursday, March 23, 2006 12:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to create new custom Style

RE: [flexcoders] Formatting cells in datagrid

2006-03-26 Thread Stephen Gilson
renderers should show you what you need to know to create a custom item renderer that just formats the data: http://livedocs.macromedia.com/labs/1/flex20beta2/1118.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Torben Nielsen

RE: [flexcoders] Do we submit corrections to Livedocs

2006-03-30 Thread Stephen Gilson
Please submit them using the "Add Comment" button on each Livedocs page. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manuel Saint-VictorSent: Thursday, March 30, 2006 7:11 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Do

RE: [flexcoders] Flex2 :: Documenting :: Effects

2006-03-31 Thread Stephen Gilson
There is an Effect metadata tag in the code, like a Style or Event metadata tag. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: Friday, March 31, 2006 10:24 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2 :: Documenting

RE: [flexcoders] Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-21 Thread Stephen Gilson
Can you be more specific on the code that you are trying? What section or page in the book is it in? Thanks, Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Friday, April 21, 2006 1:06 AM To: flexcoders

RE: [flexcoders] Re: Developing Flex Book Example not working in Flex 2 Beta 2

2006-04-24 Thread Stephen Gilson
That is the Developing Rich Clients with Macromedia Flex book which was written for Flex 1.0. You should look at the Flex 2.0 documentation, including the migration guide, if you want to try to get that example working. Validators have changed quite a bit since Flex 1.0. Stephen -Original

RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event

2006-05-12 Thread Stephen Gilson
If you have Beta 3, you can see an example in the doc here: http://livedocs.macromedia.com/labs/1/flex20beta3/0886.html Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Saturday, April 29, 2006 10:45 PM

RE: [flexcoders] Re: problems with ApplicationControlBar ...

2006-05-12 Thread Stephen Gilson
borderStyle is not listed as a valid style of ApplicationControlBar. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, May 11, 2006 1:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re

RE: [flexcoders] SWFLoader Issues

2006-07-12 Thread Stephen Gilson
There are a couple of examples in the doc that might help: http://livedocs.macromedia.com/flex/2/docs/0543.html http://livedocs.macromedia.com/flex/2/docs/0975.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexnewbie06Sent: Wednesday

RE: [flexcoders] ActionScript 3: Has anyone been using the new Tween Class

2006-07-13 Thread Stephen Gilson
There are a few examples using Tween in the doc starting here: http://livedocs.macromedia.com/flex/2/docs/1781.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminellaSent: Tuesday, July 11, 2006 3:33 PMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] Public list of open issues, available?

2006-07-19 Thread Stephen Gilson
You should probably start with the releases notes: http://www.adobe.com/support/documentation/en/flex/releasenotes.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Weyert de BoerSent: Wednesday, July 19, 2006 8:02 AMTo: flexcoders

RE: [flexcoders] Flex2: Binding from actionscript

2006-07-19 Thread Stephen Gilson
Hi, bindSetter() might not be the best name of that method. It could really be called bindFunction() because you are specifying a function to be called, not a real set method. If you have a real set method, use bindPropety() and specify the property name defined by the set method. You can

RE: [flexcoders] Adobe Resources

2006-07-19 Thread Stephen Gilson
You can access all of the doc, in all available formats, from here: http://www.adobe.com/support/documentation/en/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hindman, JeffSent: Monday, July 17, 2006 3:37 PMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] textInput autocommit?

2006-07-28 Thread Stephen Gilson
focusOut is an inherited event. If you expand the list of inherited events, you will see it. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryan harlinSent: Friday, July 28, 2006 11:33 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] textInput

RE: [flexcoders] Custom containers in Flex 2

2006-08-23 Thread Stephen Gilson
There is an example in the Creating Components book of creating a subclass of VBox that might be useful: http://livedocs.macromedia.com/flex/2/docs/1737.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jgraham_usSent: Wednesday, August 23, 2006 9

RE: [flexcoders] How to assign NetStream to VideoDisplay component?

2006-08-25 Thread Stephen Gilson
Hi, There is an example in the VideoDisplay controldoc showing how to connect to FMS: http://livedocs.macromedia.com/flex/2/docs/0546.html I'm not sure if this is exactly your situation, but it might get you started. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Re: loading whole Application

2006-08-29 Thread Stephen Gilson
Were you not able to find this information in the API guide: http://livedocs.macromedia.com/flex/2/langref/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcurSent: Tuesday, August 29, 2006 7:46 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders

RE: [flexcoders] checkCellRender Validation

2006-11-07 Thread Stephen Gilson
Hi Valy, In Flex 2, there was an issue with the reason property of the DataGridEvent and ListEvent class not being set properly when you change cell focus. Which example is this? The page you mention takes me to a page with no example on it. Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] Error in Flex 2.0.1 MX: States Example

2006-11-07 Thread Stephen Gilson
Hi, Can you be more specific as to which example it was? In which book or section of the doc did you find it? Thanks, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of djSent: Tuesday, November 07, 2006 1:58 PMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] checkCellRender Validation

2006-11-07 Thread Stephen Gilson
Hi Valy, This issue will be fixed in the upcoming Flex release. I'm not aware of a workaround, but maybe someone else in the group had come up with one. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Valy SivecSent: Tuesday, November 07, 2006 2:27 PMTo

Re: [flexcoders] Dynamic text in buttons

2006-11-24 Thread Stephen Adams
Cool, that's great for languages, but we are also thinking about when we create an application, which we sell to different clients and each one of those may what to use different text. For example a button which says Add New Member of Staff a client may want this to say Add New User. Ideally we

[flexcoders] Flex and CF (or how ActionScript is making me want to cry)

2006-11-27 Thread Stephen Adams
. Create your flex layout 3. Call the CF Gateway using mx:RemoteObject 4. Then link the results of the methods to the layout (this is the bit I'm lost at, passing data back and forth to CF methods) Any help will be great and stop me running down the road screaming. Thanks Stephen

RE: [flexcoders] validation for form reset

2006-11-27 Thread Stephen Gilson
Since validators do not retain state, you do not have to disable/enable them, just set the errorString property of the associated control to '', as in: name.text=''; name.errorString=''; Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] How i can acces to other component of SWF loaded file?

2006-12-06 Thread Stephen Gilson
This won't answer all of your questions, but the doc has an example of using the SWFLoader control to load a SWF and then interact with it: http://livedocs.macromedia.com/flex/2/docs/0543.html SMG From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] customising preloader

2006-12-14 Thread Stephen Gilson
There is an example in the doc starting here: http://livedocs.macromedia.com/flex/2/docs/0647.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Thursday, December 14, 2006 11:25 AM To: flexcoders

RE: [flexcoders] Creating Events

2006-12-17 Thread Stephen Gilson
There is a chapter in the Creating Components book on this topic: http://livedocs.macromedia.com/flex/2/docs/1640.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John C. Bland II Sent: Thursday, December 14, 2006 11:02

RE: [flexcoders] Re: BindSetter?

2006-12-19 Thread Stephen Gilson
Just a note, we added several examples on bindSetter() to the docs for the 2.0.1 release. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of maikelsibbald Sent: Tuesday, December 19, 2006 12:57 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Docs included in 2.0.1 are broken

2007-01-08 Thread Stephen Gilson
There is a period at the end of that URL. Try this one: http://www.adobe.com/go/flex_documentation_zip Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DannyT Sent: Monday, January 08, 2007 10:18 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Drag and Drop within TileList - why does my code copy instead of move?

2007-01-09 Thread Stephen Gilson
. In doDragOver(), you are calling showFeedback() on every item dragged. I think you only need to call this once, based on whether you want to do a move or a copy. Hope that helps, Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rachel

RE: [flexcoders] Replacement of headerRenderer of Datagrid??

2007-01-12 Thread Stephen Gilson
headerRenderer is a property of DataGridColumn. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Friday, January 12, 2007 2:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Replacement of headerRenderer

RE: [flexcoders] Some AS3 component troubles

2007-01-15 Thread Stephen Gilson
/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Janis Radins Sent: Monday, January 15, 2007 9:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Some AS3 component troubles Thankyou both for answers. You finally gave

RE: [flexcoders] Re: title window on app first run

2007-01-18 Thread Stephen Gilson
There are several examples in the doc starting here: http://livedocs.macromedia.com/flex/201/html/layouts_065_43.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jonalexander370 Sent: Wednesday, January 17, 2007 3:57 PM

RE: [flexcoders] Trouble coding AS Effect

2007-01-22 Thread Stephen Gilson
Hi, You use the setStyle() method to apply effects in AS. There are a few examples in the doc: http://livedocs.macromedia.com/flex/201/html/behaviors_068_03.html http://livedocs.macromedia.com/flex/201/html/behaviors_068_09.html Are these the same ones that you saw in the help? Stephen

RE: [flexcoders] Binding a property to a function

2007-01-29 Thread Stephen Gilson
There are several examples in the updated data binding doc on the Flex Doc blog: http://blogs.adobe.com/flexdoc/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Uhlmann Sent: Friday, January 26, 2007 11:27 AM To: flexcoders

RE: [flexcoders] List of styles for the StyleName properties

2007-01-30 Thread Stephen Gilson
There is an issue with LiveDocs that the Add Comment button is not appearing on some pages - most of the affected pages seem to be in the API reference. This should be fixed soon. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Does asdoc work??

2007-01-31 Thread Stephen Gilson
Have you checked the doc on ASDoc: http://livedocs.macromedia.com/flex/201/html/asdoc_127_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tvikatos Sent: Wednesday, January 31, 2007 11:56 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Does asdoc work??

2007-01-31 Thread Stephen Gilson
-source-path Cairngorm -doc-sources Cairngorm\com -main-title Cairngorm Documentation -window-title Cairngorm Documentation -output cairngorm-asdoc The output is written to FLEXINSTALLDIR\\asdoc\cairngorm-asdoc Let me know if that works. Stephen From

RE: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Stephen Gilson
the slider thumb. * * @default true */ public var allowTrackClick:Boolean = true; Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jer_ela Sent: Thursday, February 01, 2007 10:28 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] datechooser bug?

2007-02-05 Thread Stephen Gilson
event. There is an example at the bottom of the page showing this. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Monday, February 05, 2007 1:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] datechooser

RE: [flexcoders] Flex books

2007-02-05 Thread Stephen Gilson
There are 30 or so short 'QuickStart' articles on the Flex Dev Center for people new to Flex: http://www.adobe.com/devnet/flex/ Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan Troglodytes Sent: Monday, February 05, 2007 11

RE: [flexcoders] dropEnabled property of Image tag?

2007-02-08 Thread Stephen Gilson
.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanjaypmg Sent: Thursday, February 08, 2007 6:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] dropEnabled property of Image tag? Hi, I have embd a trash image

Re: [flexcoders] Flex 2 + Wiimote + PaperVision 3D = good times

2007-02-08 Thread Stephen Downs
Cool stuff! There's no Flex in that vid? Adam Robertson over a http://www.dustypixels.com/blog/ has a nice lil framework working with the Wiimote. You can detect everything from it, and also make it vibrate, control the LED's etc. He was round mine the other day and he put together this

Re: [flexcoders] What's the official consensus of using CodeBehind??

2007-02-09 Thread Stephen Downs
I originally was all go to separate the view and code using the source prop in a script tag. What i didn't like about this was that it was a loose link. Code behind makes this a more solid link but after experimenting with that also i've found I end up with some many files open it begins

RE: [flexcoders] If Flex 2 Livedocs still supported or we shall move on to Flex 2.0.1 Livedocs?

2007-02-21 Thread Stephen Gilson
Hi, I just opened http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html in FireFox and IE, clicked the 'Frames' link at the top of the page to open the class and package lists, and navigated the pages. What errors are you seeing? Stephen From

RE: [flexcoders] Re: Custom Component Styles

2007-02-27 Thread Stephen Gilson
Hi Graham, Isn't that similar to the example in the docs here: http://livedocs.adobe.com/flex/201/html/skinstyle_149_7.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_odds Sent: Monday, February 26, 2007 11:55 AM

RE: [flexcoders] How can I access public members of custom MXML component using inline statemen ?

2007-03-01 Thread Stephen Gilson
There is a section in the doc on creating and accessing properties in MXML components: http://livedocs.adobe.com/flex/201/html/mxmlcomponents_advanced_145_03.h tml Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent

RE: [flexcoders] Drag Drop Compiler Bug/Problem

2007-03-06 Thread Stephen Gilson
is on a possible drop target. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of richmcgillicuddy Sent: Saturday, March 03, 2007 11:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag Drop Compiler Bug/Problem I have a very

RE: [flexcoders] Using an embedded image at runtime, Please help.

2007-03-09 Thread Stephen Gilson
There is an entire chapter in the docs on this topic that might help: http://livedocs.adobe.com/flex/201/html/embed_082_1.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: Friday, March 09, 2007 12:39

RE: [flexcoders] tutorials for writing custom classes

2007-03-16 Thread Stephen Gilson
There are several places that you can start. From the Flex Dev Center, try the 4 Quickstarts on creating components: http://www.adobe.com/devnet/flex/ From the doc, there is an entire book on the subject: http://livedocs.adobe.com/flex/201/html/Part3_CreateComps_135_1.html Stephen

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM

RE: [flexcoders] Re: using videoDisplay with netstream (FMS)

2007-03-19 Thread Stephen Gilson
There is an example in the doc showing this: http://livedocs.adobe.com/flex/201/html/controls_059_20.html Was that helpful? Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Wilker Sent: Friday, March 16, 2007 10:28 AM

RE: [flexcoders] About dialog boxes

2005-04-21 Thread Stephen Gilson
You can get more info on Alerts from the doc here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0318.htm For info on using TitleWindows with the PopUpManager, see: http://livedocs.macromedia.com/flex/15/flex_docs_en/0375.htm Stephen From: flexcoders@yahoogroups.com

RE: [flexcoders] Creating custom components with Flash

2005-04-21 Thread Stephen Gilson
There is documentation on the process here: http://download.macromedia.com/pub/documentation/en/flex/15/flex_components_themes.pdf However, the note is correct - this process supports creating components for Flex 1.5 for backward compatibility with Flex 1.0. Stephen From: flexcoders

RE: [flexcoders] ActionScript Components

2005-04-22 Thread Stephen Gilson
to add children to panel.mxml, you must not define any children within the definition. Here's the doc on it: http://livedocs.macromedia.com/flex/15/flex_docs_en/0455.htm Stephen From: Erik Westra [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 11:03 AMTo: flexcoders

RE: [flexcoders] how to modify the loading interface while a MXML file is transfering

2005-04-28 Thread Stephen Gilson
You can find information on the preloader in the docs here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0323.htm Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lwz7512 Sent: Monday, April 25, 2005 11:18 PM

RE: [flexcoders] Flex API Docs - Feature request

2005-05-15 Thread Stephen Gilson
LiveDocs is a great way to make a request to the Flex doc group, but we also participate in this group as well. The advantage to using LiveDocs is that your comment appears on the Tree API doc pagefor all other Flex users to see if they encounter the same issue. Stephen Flex Doc From

RE: [flexcoders] HOw to change the foldericon of the tree dynamically acording to some condition?

2005-05-18 Thread Stephen Gilson
There is an example in the doc for this at: http://livedocs.macromedia.com/flex/15/flex_docs_en/0249.htm Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Wednesday, May 11, 2005 10:12 PMTo: flexcoders@yahoogroups.comSubject: RE

RE: [flexcoders] using the Style control tag

2005-05-19 Thread Stephen Gilson
In an MXML component, one that does not contain the mx:Application tag, you cannot define a type selector, only a class selector. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Thursday, May 19, 2005 2:06 PM

[flexcoders] Cairngorm 0.99 ViewHelper problem

2005-05-23 Thread Stephen Inzer
, but will the initialized( document: Object, id: String) method be called with the the correct object? Stephen Inzer 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

RE: [flexcoders] style a validator output

2005-06-07 Thread Stephen Gilson
You can use the ErrorTip style: mx:Style ErrorTip { borderColor: #00FF00 } /mx:Style Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Tuesday, June 07, 2005 4:32 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] custome controls-How?

2005-06-17 Thread Stephen Gilson
There are several documents on the Flex Documentation page that describe this process: http://www.macromedia.com/support/documentation/en/flex/1_5/createcompon ents/index.html http://www.macromedia.com/devnet/flex/articles/creating_comp.html Stephen -Original Message- From

RE: [flexcoders] 'fade effect' question

2005-06-19 Thread Stephen Gilson
From the doc: Note: To use the Fade effect with text, you must use an embedded font, not a device font. For more information, see Using Styles and Fonts. You can read more here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0590.htm Stephen -Original Message- From

RE: [flexcoders] How do you set the amount of characters in a text area control

2005-06-24 Thread Stephen Gilson
There is, you can see the API here: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/validators/StringValidator.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Friday, June 24, 2005 11:45 AMTo: flexcoders

RE: [flexcoders] Re: ComboBox 'Please Select' first Item

2005-06-30 Thread Stephen Gilson
class. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Wednesday, June 29, 2005 11:49 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: ComboBox 'Please Select' first Item You right... it appears there's have some conflicting

RE: [flexcoders] Flex audio sample did't work

2005-07-05 Thread Stephen Gilson
The links to the MP3 files in these examples are not to real MP3 files. In the example with the line: [Embed('bluechristmas.mp3')] Replace bluechristmas.mp3 with the name of an MP3 file on your machine. Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

  1   2   3   >