Re: [flexcoders] Whay are too many itemrenderers being created?

2014-02-18 Thread Chris Velevitch
-- *From:* flexcoders@yahoogroups.com flexcoders@yahoogroups.com on behalf of Chris Velevitch chris.velevi...@gmail.com *Sent:* Friday, February 14, 2014 5:35 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Whay are too many itemrenderers being created

Re: [flexcoders] Whay are too many itemrenderers being created?

2014-02-14 Thread Chris Velevitch
, 2014 at 5:37 PM, Alex Harui aha...@adobe.com wrote: useVirtualLayout property? From: Chris Velevitch chris.velevi...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Thursday, February 13, 2014 7:34 PM To: flexcoders@yahoogroups.com flexcoders

Re: [flexcoders] Whay are too many itemrenderers being created?

2014-02-14 Thread Chris Velevitch
TileLayout. I'm pretty sure it doesn't virtualize From: Chris Velevitch chris.velevi...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Friday, February 14, 2014 2:26 AM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders] Whay

[flexcoders] Whay are too many itemrenderers being created?

2014-02-13 Thread Chris Velevitch
{ trace(DateUtils.currentTime() + PhotoThumbNail.onRender; render event, index= + itemIndex + , this=+this); } ]]/fx:Script s:BitmapImage source={data.image} width=150 height=150/ s:Label text={data.timestamp} width=150/ /s:ItemRenderer -- Chris -- Chris Velevitch

[flexcoders] how common is Flex and Rails together?

2011-09-17 Thread Chris Downey
to be an interesting and useful fit, but when I start considering the details of making it work... I'm no longer so sure. Thanks, Chris

[flexcoders] Why does FormItem label text-align stop working in TileLayout?

2011-09-12 Thread Chris Velevitch
. How can I get this working? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: Deploying Coldfusion into the Cloud Date: 26th September 6pm for 6:30 start Details and RSVP on http

Re: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread Chris Velevitch
I've tried both approaches without much luck. On Thu, Sep 1, 2011 at 10:00, Chris Velevitch chris.velevi...@gmail.com wrote: 2011/8/31 yang chen chenya...@hotmail.com In the command result handler, dispatch the event which will trigger the next command in the chain. Are you talking Parsley

Re: [flexcoders] Re: Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread Chris Velevitch
. And since I'm new to Parsley, I'll be following all recommendations where possible. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: Deploying Coldfusion into the Cloud Date: 26th September 6pm for 6

Re: [flexcoders] Re: Looking for examples of command chaining in Parsley 2.4

2011-09-05 Thread Chris Velevitch
; message.success = true; } } public function handleError(fault:FaultEvent, trigger:MyMessage):void { Alert.show(fault.toString()); } } } But when I run this I get value is not a function. So what have I missed or left out? Chris -- Chris Velevitch Manager

[flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-08-31 Thread Chris Velevitch
. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: Deploying Coldfusion into the Cloud Date: 26th September 6pm for 6:30 start Details and RSVP on http://apugs.groups.adobe.com/index.cfm?event

Re: [flexcoders] Looking for examples of command chaining in Parsley 2.4

2011-08-31 Thread Chris Velevitch
would be. You may also want to look at Spicefactory's task framework. I will look into it. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney Topic: Deploying Coldfusion into the Cloud Date: 26th September

[flexcoders] Stand Alone Flash Player Debugger Session Authentication is not Working on Mac

2011-08-21 Thread Chris Carlson
in browsers (really), and I want to debug my client / server interaction.) Any advice much appreciated! -Chris.

[flexcoders] How to suppress empty datatips in spark datagrid

2011-08-04 Thread Chris Velevitch
If I set showDataTips=true for a GridColumn and if some rows in the column are empty, the data tip still shows but it's shown empty. How do I suppress those empty dataTips? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform

Re: [flexcoders] window resizing issues

2010-08-25 Thread Chris H
Thanks Haykel, The issue was in window which was causing the new pop up window to open. It had something like public function openWin_fn(eventObj:*):void { ... outcome_win = PopUpManager.createPopUp(this, my_new_win, true) as

[flexcoders] Unsubscribe

2010-03-21 Thread Chris Greener
_ Hotmail is redefining busy with tools for the New Busy. Get more from your inbox.

Re: [flexcoders] help - code assist stopped working

2010-03-08 Thread Chris Sheffield
\com.aptana.ide.editors.codeassist /s /q Change that to your folders and it will work (I use CF Builder too) You need to have the builders closed when running this. Thanks, Deane On 3/4/2010 10:55 AM, Chris Sheffield wrote: I apologize. This is probably more of an Adobe Support issue, but since I'm using

[flexcoders] help - code assist stopped working

2010-03-04 Thread Chris Sheffield
be found. Running on a Mac, btw. I suppose my next step is to simply reinstall the product if I can't find another fix. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com

Re: [flexcoders] Re: Limited Heap Space Problem

2010-02-10 Thread Chris
I don't know much about Flex Builder, but I've seen this happen before with lots of java programs. I think you might be actually setting the heap size to something like 512 bytes, and therefore java doesn't have enough ram to load itself. If Flex Builder doesn't bend to your will, might I suggest

Re: [flexcoders] Get Flex app width and height?

2010-01-04 Thread Chris
You can use the Stage in the same way. Use the 'resize' event of Stage just as you would in AIR. Make sure that your scaleMode is set to NO_SCALE (should be). On Mon, Jan 4, 2010 at 3:27 PM, markflex2007 markflex2...@yahoo.com wrote: Hi, we can get AIR application screen information with

Re: [flexcoders] Flex Video and Firefox Issue

2009-12-17 Thread Chris
Yes, I use Charles myself (charlesproxy.com) and you can see what is being sent to the browser/flash. If the flash is getting the file ok, I would suggest making sure all error handlers for the various network conditions are being listened for, and that may give you a better idea of what's going

Re: [flexcoders] Drag and drop, custom cursor during drag not working

2009-12-17 Thread Chris
Just a thought, as I haven't tried the method you described. What about setting the styles of the cursor on mouse down? var styleSheet:CSSStyleDeclaration = StyleManager.getStyleDeclaration(DragManager); styleSheet.setStyle(moveCursor, grabCursor); or styleSheet.setStyle(copyCursor,

Re: [flexcoders] Re: Passing parameters to flashplayer while launching from Flexbuilder

2009-12-17 Thread Chris
Then build a browser using AIR and load your swc into a Webkit window! :D On Thu, Dec 17, 2009 at 9:22 AM, Benjamin benjamine...@yahoo.com wrote: Thanks Tom. Installing debug player is not an option in our office, since we are not allowed to change any browser settings. --- In

Re: [flexcoders] Re: 3.5 is out!!!

2009-12-12 Thread Chris
Wha?! New Flex SDK!? AWESOME! :) Soo...what's DMV? And are there release notes? Thanks Flex Team! You guys all rock. On Fri, Dec 11, 2009 at 9:16 PM, tntomek tnto...@yahoo.com wrote: Awesome Matt, greatest holiday gift :) (programming wise that is) --- In flexcoders@yahoogroups.com

Re: [flexcoders] Starting with Cairngorm or PureMvc

2009-12-01 Thread Chris
PureMVC is the bomb. Yes there is boiler plate code but the things it allows you to do is very useful. The learning curve is a bit steep if you are not familiar with MVC, but it is really, really worth it. Cairngorm is pretty good, but I felt that the reusability of the code wasn't as great as

Re: [flexcoders] Reuse same instance of UIComponent in different views

2009-12-01 Thread Chris
. Chris 2009/12/1 Sébastien Tromp sebastien.tr...@gmail.com Hello, In fact - I don't know what I really need from Canvas. I'll try and replace it with UIComponent to check if it can reduce the footprint. Thanks for the advice. I did a profiling of the object, and the majority of the memory

Re: [flexcoders] Re: Starting with Cairngorm or PureMvc

2009-12-01 Thread Chris
It is a strange thing to think that having a language-independent architecture is such a useful thing. But...it is. :) Right here right now I am talking about Flex app development, but that doesn't mean that I'm always going to be. And to think that I can transition into a completely new language

Re: [flexcoders] Re: How to know when a popup component is visible?

2009-11-30 Thread Chris
Everything is Flash is mostly single-threaded. You'll need to wait until after the window is visible to display start the encoding. Have you attempted using callLater() to start the encoding of the png a frame after the event is dispatched? On Mon, Nov 30, 2009 at 9:47 AM, Richard Rodseth

Re: [flexcoders] Centering a Scaled Image ( Bug ? )

2009-11-30 Thread Chris
Well that is one day to do it, but this should work better: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Image id=myimage maintainAspectRatio=true source=@Embed(source='images.jpg') scaleContent=true width=100% height=100%

Re: [flexcoders] Re: When does 0.2 and 0.1 not equal 0.3?

2009-11-25 Thread Chris
This is a pretty well known limitation of floating point numbers. A workaround: http://joshblog.net/2007/01/30/flash-floating-point-number-errors/ Another option around this is to use the toPrecision() function of Number/Int to convert a number to a String and then compare the Strings. var

Re: [flexcoders] List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Chris
Could this be related to resizeToContent on TabNavigator? Alternatively, it may be an issue with your dataprovider. Source would be helpful... On Tue, Nov 24, 2009 at 4:44 PM, Amy amyblankens...@bellsouth.net wrote: So, I have a TabNavigator that's populated by a Repeater that draws Canvases

Re: [flexcoders] Re: List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Chris
...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Chris zomgfore...@... wrote: Could this be related to resizeToContent on TabNavigator? Alternatively, it may be an issue with your dataprovider. Source would be helpful... Here's what the issue

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-23 Thread Chris Downey
Ooops. By pragmatically I meant programmatically On Mon, Nov 23, 2009 at 12:30 AM, Chris Downey cdow...@gmail.com wrote: I'm not sure how much my code examples will help - I'm using SQL Server and before the data gets to SQL, I translate the boolean value to a 1 or 0. If I were in your shoes

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-23 Thread Chris Downey
=App.src.cfcs.propertyMaintenance showBusyCursor=true mx:method name=listProperty result=handleStringResult(event) fault=mx.controls.Alert.show(event.fault.faultString)/ /mx:RemoteObject mx:CheckBox label=Pool id=pool color=#99 width=160 fontSize=12 click=poolselected()/ -- Chris

Re: [flexcoders] Re: Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-22 Thread Chris
Looking deeper into your code I noticed: That you are creating an Image *inside* an Image. There's no need to create an image inside an image, perhaps you should use one of the more generic 'container' classes inside mx.containers.*. In my example below I chose Canvas. You are constructing your

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-22 Thread Chris Downey
you have to pragmatically examine and test values sent from Cold Fusion? On Sun, Nov 22, 2009 at 8:03 AM, stinasius stinas...@yahoo.com wrote: Chris Downey you said you do this all the time, care to show how exaclty you do it using the first example of itemWorking, or you can show how

Re: [flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-20 Thread Chris
I am assuming that your list control has a set width and height. If you have variableRowHeight=true, or you want a variable row height, then this answer probably isn't what you are after. 1. Currently you are using Image as a base class. The way item renderers work, the width, height, and

Re: [flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image?

2009-11-20 Thread Chris
the style attribute width like below did not work for me. thanks, Anitha. --- On *Fri, 11/20/09, Chris zomgfore...@gmail.com* wrote: From: Chris zomgfore...@gmail.com Subject: Re: [flexcoders] Is thereany way using a Image Renderer ,I can change the widtth or height of an image? To: flexcoders

Re: [flexcoders] Layered ListBase component

2009-11-18 Thread Chris
As far as I can tell, List does almost exactly what you are after. The only caveat is your last sentence 'The depth of the display objects is bound to the data provider indexing.'. The ItemRenderers of all List controls are re-used within the control, so the display objects are not at all

Re: [flexcoders] global error handling flash player 10/flex 4

2009-11-18 Thread Chris
From the release notes: The Global error handler is disabled in the current build, but will be available in a future beta refresh of Flash Player 10.1 http://labs.adobe.com/technologies/flashplayer10/releasenotes.pdf So it looks like next release. :( On Tue, Nov 17, 2009 at 5:57 PM, Ariel J

Re: [flexcoders] Layered ListBase component

2009-11-18 Thread Chris
I've implemented something similar on a project. You need to define dragEnter, dragExit,dragDrop events like so: addEventListener(DragEvent.DRAG_ENTER, dragEnterHandler); addEventListener(DragEvent.DRAG_EXIT, dragExitHandler); addEventListener(DragEvent.DRAG_DROP, dragDropHandler); And in your

Re: [flexcoders] Re: how to insert checkbox value into database

2009-11-16 Thread Chris Downey
Is your app successfully putting any data into the database now, or is this the first attempt to get it working? On Mon, Nov 16, 2009 at 6:47 AM, stinasius stinas...@yahoo.com wrote: Tracy that's what i did but it does not work... -- Chris Downey http://www.vaccine-tlc.org/ http

Re: [flexcoders] how to insert checkbox value into database

2009-11-12 Thread Chris Downey
with the form and database. i have one problem though, how can i insert a checkbox value from the flex form into the database. thanks guys -- Chris Downey http://www.vaccine-tlc.org/ http://www.chrisdowney.name/ http://code.google.com/p/vaccine-toxic-load-calculator/

[flexcoders] double underline on text

2009-10-13 Thread Chris Sheffield
Does anyone out there know of a way to apply a double underline to text in a Flex app? I have need of this in an upcoming project. I've searched the docs but can't seem to find anything. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com

Re: [flexcoders] modules vs. sub-applications

2009-09-23 Thread Chris Sheffield
Alex, Thanks so much for the info. Good things to keep in mind. -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com On Sep 22, 2009, at 3:28 PM, Alex Harui wrote: Hopefully you’ve read through the modules and marshall plan posts on my blog. Sub-apps can share code via RSLs

[flexcoders] modules vs. sub-applications

2009-09-22 Thread Chris Sheffield
. Thanks, Chris -- Chris Sheffield Read Naturally, Inc. www.readnaturally.com

[flexcoders] What's happened to the flexaussie mailing list?

2009-08-23 Thread Chris Velevitch
I've just posted to flexaus...@yahoogroups.com and my posts are bouncing saying the group doesn't exist. Does anyone know what happened? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney August meeting: SWIZ

[flexcoders] WebService Not Working In A Component (mystifying)

2009-04-24 Thread Chris Doherty
I have a web service in a component that is never returning. The call is made without any problem, but it never returns. I can use the same web service in a regular mxml application and it returns just great, but if I take the same code and put it into a component, based on a VBox, it never

[flexcoders] n00b question :)

2009-01-19 Thread Chris
I keep seeing code samples using package. Can someone clarify what this is? I'm not sure what it is and how it's used and how I/when I should use one. Thanks in advance :) --Chris--

[flexcoders] Data transfer choices...

2008-11-03 Thread chris
Thanks for the reply, Mike. And your patience with a newbie. To answer your questions: 1) what am I attempting to do - I would like, in the first instance to set up a portfolio, separated into various sections, and to be able to navigate - say from a video piece to an illustration or

[flexcoders] Webservice not invoking???

2008-09-02 Thread Chris Doherty
I have a module that employs a web service to get data from a cold fusion component. I make the request of the web service, but the web service never fires the invoke event and the data is never retreived. Any suggestions? Any help is very much appreciated. Thanks, Chris ?xml version=1.0

[flexcoders] public static var issue

2008-08-22 Thread Chris Velevitch
? Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney August meeting: Tools Of The Trade: Maven, An Introduction Date: Mon 25th August 6pm for 6:30 start Details and RSVP on http://apugs2008august.eventbrite.com.

Re: [flexcoders] public static var issue

2008-08-22 Thread Chris Velevitch
to MyModel.message now generates the following errors:- 1046: Type was not found or was not a compile-time constant: ElementFormat. 1046: Type was not found or was not a compile-time constant: TextBlock. and it doesn't say which file is the cause of the error. Chris -- Chris Velevitch Manager

[flexcoders] Adjacent mx:Label controls and spacing between them?

2008-07-30 Thread Chris W. Rea
} paddingLeft=0 paddingRight=0 / mx:Label text=. paddingLeft=0 / /mx:HBox /mx:Application --- 8 end code 8 --- Regards, Chris W. Rea [EMAIL PROTECTED]

Re: [flexcoders] Adjacent mx:Label controls and spacing between them?

2008-07-30 Thread Chris W. Rea
additional padding for the rendering of the Label that is not represented by paddingLeft, paddingRight... an internal implementation detail? Anyway, thank you! Regards, Chris W. Rea [EMAIL PROTECTED] On Wed, Jul 30, 2008 at 10:18 AM, Flex Frenzy [EMAIL PROTECTED] wrote: Hey Chris, welcome

[flexcoders] Re: How do I instantiate a subclassed flex control in mxml?

2008-07-16 Thread Chris G. Luff
I know I'm new to this group, but make sure you have the namespace added to the top of the MXML. mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:mystuff=myStuff.* Then you can instantiate with, mystuff:CustomGrid/ Chris --- In flexcoders@yahoogroups.com

[flexcoders] Re: DateFormatter gives weird results

2008-07-02 Thread Chris
() + ToffsetMilliseconds); --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Hi Chris, It seems like you are located in a GMT -0500 timezone, and what looks like 19 hours being added to your time is actually 5 hours being subtracted (24 - 5 = 19) so you end up seeing 19

Re: [flexcoders] Re: flex and automation

2008-06-27 Thread Chris Hunter
If there is, I haven't found it. We've got a similar requirement for being able to capture charting output on a scheduled basis and have determined that we'll more than likely have to drop the requirement unless we can get a browser and supporting libraries installed on the server. --chris On Fri

Re: [flexcoders] selecting a pre-determined row in a datagrid

2008-06-26 Thread Chris Ivens
Can you do a getItemIndex() and getItemAt() afterwards. That is unless there is a better way. On 26 Jun 2008, at 12:02, fb6668 wrote: Hi. I have a datagrid component which has a dataProvider of an arraycollection of objects. I also have a variable selectedItem, which holds an object that

[flexcoders] Re: DateFormatter gives weird results

2008-06-26 Thread Chris
Bump... --- In flexcoders@yahoogroups.com, Chris [EMAIL PROTECTED] wrote: So I have some code which formats milliseconds (for a video player) in to NN:SS format. When I try to add the hours (JJ:NN:SS), DateFormatter adds 19 hours to the result. WTF? Code Below: private

[flexcoders] Re: Sleep or Wait command

2008-06-26 Thread Chris
See the Timer class. -Christopher Keeler --- In flexcoders@yahoogroups.com, timgerr [EMAIL PROTECTED] wrote: I am in need of a wait or sleep command that will not stop the whole applications, just do a wait/sleep in a while loop. Here is what I am talking about. I have this while loop

Re: [flexcoders] Re: A very simple resize effects doesn't work property!

2008-06-25 Thread Chris Ivens
Does that mean you are resizing the containing UIComponent but not anything graphical like your sprite? On 25 Jun 2008, at 14:54, flexawesome wrote: I have created another resize effects for my UIComponent, it's weird, once you clicked the shape and you can see the scrollbar shows up. It

Re: [flexcoders] Resizing Images

2008-06-25 Thread Chris Ivens
Perhaps making sure that the resizing snaps to pixels. I have the same issue on mine and I'm trying to find a solution too. I'm thinking of using server-side resizing to get it to work neatly. On 25 Jun 2008, at 15:20, kenny14390 wrote: Hi. I have a space that is 175x100 and I am loading

[flexcoders] DateFormatter gives weird results

2008-06-23 Thread Chris
So I have some code which formats milliseconds (for a video player) in to NN:SS format. When I try to add the hours (JJ:NN:SS), DateFormatter adds 19 hours to the result. WTF? Code Below: private function formatTime(item:Date):String { return dateFormatter.format(item);

[flexcoders] upgrade question - from fb2 or fb3?

2008-05-30 Thread chris markiewicz
the platform i'm currently running)? thanks chris

[flexcoders] Re: upgrade question - from fb2 or fb3?

2008-05-30 Thread chris markiewicz
got the answer - go by license, so i'm upgrading from 2. --- In flexcoders@yahoogroups.com, chris markiewicz [EMAIL PROTECTED] wrote: hello. i originally downloaded and bought a license for fb2. since then i have gone through all of the fb3 beta/trials. i have to upgrade now, but my

Re: [flexcoders] Red 5 Flv Player

2008-05-15 Thread Chris Allen
. Please ask the guys there about your question, and it might be nice to have your help on the project. The FLV Player component would be a needed addition to the project. http://jedai.googlecode.com or contact Project leader Dominick Accattato at dominick (at) infrared5.com. -Chris On May

[flexcoders] my FlebBuilder 3 trial is expiring? but I purchased a license...

2008-05-07 Thread chris markiewicz
and it continued working. Now that we're out of beta mode, what do I do? It tells me my trial expires in 9 days. What do I have to do to make it accept my FB2 number? thanks chris

[flexcoders] Re: FLEX App to AIR App » flashvars question

2008-04-17 Thread Chris Simeone
. That worked fine. Thanks Again! Chris --- In flexcoders@yahoogroups.com, Abyss Knight [EMAIL PROTECTED] wrote: I would imagine the best way to do this would be to convert your flashvar to a simple HTTPService call which fetches the XML via the network. As far as I know, AIR applications do not accept

[flexcoders] Can I Simulate Export Release Build using Ant?

2008-04-17 Thread Chris Simeone
removes all debugging code. Is there a way to use an ANT script to create a release build that simulates Export Release Build? Thanks! Chris

[flexcoders] FLEX App to AIR App » flashvars question

2008-04-15 Thread Chris Simeone
... if (!loaderInfo.parameters.hasOwnProperty(MyXMLData)) throw(Error: Missing XML Data); How would I do this with AIR? Is there a way to pass the XML to the loader when the AIR app is starting up? To put it another way... How would I pass flashvars to an AIR app? Thanks! Chris

[flexcoders] Text Styles In FLEX 2

2008-04-05 Thread Chris Kennon
The following attempt to set the width property for the following element failed. How is the width property set? mx:Style Text{color: Blue; fontSize: 12px; width: 200px;} /mx:Style mx:Text mx:text Please use our site to find the technical books you need./ mx:text

Re: [flexcoders] Text Styles In FLEX 2

2008-04-05 Thread Chris Kennon
Thanks, So the following is the only solution? mx:Text width=200 mx:text Please use our site to find the technical books you need./ mx:text /mx:Text On Apr 5, 2008, at 1:45 PM, Tracy Spratt wrote: mx:Text mx:text Please use our site to find the technical books you need./ mx:text

[flexcoders] Advance Accordion Programmatically and Not onClick

2008-03-13 Thread Chris Hinkley
Is it possible to extend accordion to not change indexes when an accordion header is selected. I found a method in the Accordion class that is dispatched on MouseEvent.CLICK, however it¹s private so I can¹t override it. Would this be a good candidate to use Doug¹s ³underriding² technique? Chris

Re: [flexcoders] Re: Flex Charts with Large Data Set

2008-03-11 Thread Chris Hunter
transfer speed on the wire). Chris Hunter

Re: [flexcoders] Re: Best Practices:HTTPService, E4X, XML and dataProvider

2008-02-20 Thread Chris Hunter
as XML via HTTPService and the rendering is occasionally slow. I've been ascribing that to the rendering overhead (and have been working to address that -- eliminating drop shadow filter, etc...) but wonder if some of it is just accessing XML data. Thanks, Chris Hunter

Re: [flexcoders] Re: [SYD-ANN] Sydney Flex and AIR Pre-Release Tour With Danny Dura

2008-01-17 Thread Chris Velevitch
On Jan 16, 2008 3:02 PM, Jeff Houser [EMAIL PROTECTED] wrote: With all due respects to Chris, is it appropriate to ask that such announcements do not get posted to the list? I do not wish to see a multitude of announcements for events I cannot attend. I appreciate what you are saying and I

[flexcoders] [SYD-ANN] Sydney Flex and AIR Pre-Release Tour With Danny Dura

2008-01-15 Thread Chris Velevitch
will also be raffling off a copy of Flex Builder 3 Professional (pending availability) and a full commercial copy of CS3 Web Premium! Details and RSVP on http://sydneyflashdev2008prelaunchtour.eventbrite.com -- Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095

Re: [flexcoders] [SYD-ANN] Sydney Flex and AIR Pre-Release Tour With Danny Dura

2008-01-15 Thread Chris Velevitch
On Jan 16, 2008 10:01 AM, Seth Caldwell [EMAIL PROTECTED] wrote: Drat, I just got back from Sydney last night. Anyone know of any events like this in San Diego or LA? Try http://flex.org/tour for your area. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469

[flexcoders] Re: [SYD-ANN] Sydney Flex and AIR Pre-Release Tour With Danny Dura

2008-01-15 Thread Chris Velevitch
Should had mentioned that Danny Dura will in Sydney to do this presention. On Jan 16, 2008 9:08 AM, Chris Velevitch [EMAIL PROTECTED] wrote: Thursday, 24th January. Flex 3 and AIR are getting close to launch and in preparation, Danny Dura from the Platform Evangelism Team will be specifically

[flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Chris Velevitch
and where can I learn how it works? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Chris Velevitch
more about how it? This question is not about Cairngorm. Cairngorm is first place I've seen this mechanism of Flex being used and I want to learn more about this Flex Language mechanism. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Chris Velevitch
of the Flex compiler. Besides, the compiler output won't explain the concepts and philosophy behind it. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au

Re: [flexcoders] AS3 classes as MXML to enclose other tags

2007-12-09 Thread Chris Velevitch
Of course. It's declaratively extending a class and everything declaration enclosed is an instance of some (other) class. I totally forgot that you can also extend classes in mxml. Thanks Shaun. That's the answer I was look for. On Dec 10, 2007 2:10 PM, shaun [EMAIL PROTECTED] wrote: Chris

Re: [flexcoders] Austin Flex User Group?

2007-11-15 Thread Chris Hunter
I'm interested (and saw your notice on your blog as well) but honestly would probably only make a meeting every 2-3 months given other groups I'm involved with (Rails, Refresh) and family commitments. --chris On 11/14/07, Brendan Meutzner [EMAIL PROTECTED] wrote: Hi All, Just want

[flexcoders] Words Disappearing when Printing

2007-11-05 Thread Chris Infanti
this? Thanks! Chris

[flexcoders] Re: Beta3 - Charting Trial watermark

2007-09-14 Thread Chris Luebcke
won't provide a way for fully licensed customers to remove the watermark, then I'm going to have to revert to Flex 2. I can't tell you how bad that's going to suck, but it's going to suck really, really bad. Some responsiveness from Adobe to this customer concern would be appreciated. Thanks, Chris

[flexcoders] Follow-up on the watermark thing

2007-09-14 Thread Chris Luebcke
Forgot a critical point of my complaint--we're building enterprise software and doing our QA and production builds via Ant and mxmlc. Yeah, I can get rid of the watermark in Flex Builder, but I really need to be able to build from the command line or my whole build process goes into disarray.

[flexcoders] Re: Follow-up on the watermark thing

2007-09-14 Thread Chris Luebcke
that datavisualization.swc file the from flex3 builder installed location and copied into my cvs repos (within my project) so I could build with it from cmd line after pulling the project from CVS. hth Scott Chris Luebcke wrote: Forgot a critical point of my complaint--we're building enterprise

[flexcoders] Re: Follow-up on the watermark thing

2007-09-14 Thread Chris Luebcke
Of course not! Why would I do that? (skulking away) Thanks Matt, that was pretty obvious. Much obliged. - Chris --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Have you put the serial number in your license.properties file in the frameworks folder? From

[flexcoders] Re: Follow-up on the watermark thing

2007-09-14 Thread Chris Luebcke
, but I don't have a charting license yet since it would not get rid of the watermark on my ADGs anyway. Scott Chris Luebcke wrote: Of course not! Why would I do that? (skulking away) Thanks Matt, that was pretty obvious. Much obliged. - Chris --- In flexcoders

[flexcoders] AdvancedDataGrid - summary behavior in GroupingCollection

2007-09-07 Thread Chris Luebcke
to offer, Chris ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.collections.ArrayCollection; [Bindable] private var dpHierarchy:ArrayCollection = new ArrayCollection

[flexcoders] as3syndicationlib - examples?

2007-06-08 Thread Chris
Hi guys - first post. Just wondering if anyone can point me to some examples using the xmlsyndication library? Thanks! -Chris

[flexcoders] Re: e4x problem

2007-05-17 Thread Chris Luebcke
://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp.htm?href=1918.html HTH, Chris --- In flexcoders@yahoogroups.com, quinrou [EMAIL PROTECTED] wrote: Hi, I am having problem to retreive data from nodes that contains colon with the e4x format. If you consider the following node: config

[flexcoders] Re: Localizing formatters without mx.resources

2007-04-12 Thread Chris Luebcke
My new best friend! :) Thanks again, Chris --- In [EMAIL PROTECTED], Gordon Smith [EMAIL PROTECTED] wrote: Adobe agrees enough that they're planning on adding runtime resource loading, I think in Flex 3 Yes, this will be in the next release. I'm the one implementing it. : ) - Gordon

[flexcoders] Localizing formatters without mx.resources

2007-04-11 Thread Chris Luebcke
were not private? Any assistance or insight would be greatly appreciated. Thanks, Chris

[flexcoders] Re: Localizing formatters without mx.resources

2007-04-11 Thread Chris Luebcke
Gordon, thank you! I shouldn't have stopped looking when I got to the default date format string (which is loaded into a private variable in DateFormatter). This perfectly solves my problem. (And you forgot to say, Yes, you're wrong.) Thanks, Chris --- In [EMAIL PROTECTED], Gordon Smith [EMAIL

[flexcoders] Re: Role based UI

2007-04-05 Thread Chris Luebcke
little tweaky permissions, you're going to have to do something like this anyway. - Chris --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 05 Apr 2007, Stembert Olivier (BIL) wrote: Where do you store the permissions i.e. role1 has rights to view panel1

[flexcoders] [Ann-Syd-AU] CS3 Launch for Sydney-based developers

2007-03-25 Thread Chris Velevitch
Albert Ave, Chatswood Please register on http://sydneyflashdevelopers.eventbrite.com to attend this event and to be in the draw for a copy of CS3. Note: the building closes at 6pm, so please be early. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095

Re: [flexcoders] Embedded fonts in dynamic text

2007-03-06 Thread Chris Backiel
). It might be worth mentioning that if I place the font in my system fonts and reload the app the font works perfectly throughout... of course this doesn't solve anything. I would appreciate any ideas or insights. Thanks! -Chris On Mar 4, 2007, at 7:37 PM, Stormcrow wrote: I can't seem

Re: [flexcoders] flex bluetooth.

2007-03-05 Thread Chris Allen
success getting this to work. I hope this helps and good luck. -Chris On 3/2/07, Jim Cheng [EMAIL PROTECTED] wrote: Tom Chiverton wrote: Does the bluetooth keyboard work without Flex, i.e. with Notepad ? If not, it's not Flex's fault, and we can't help. If it's something that's not handled

  1   2   3   >