Re: [flexcoders] Re: ItemEditor | Multiple Components | Focus Issue

2010-07-22 Thread Alex Harui
ilikeflex --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: I noticed your editor looks like it is a popup. Have you borrowed the code from the popup editor example as well? On 7/21/10 11:43 AM, Rajan ilikef...@... wrote: Actually itemEditEnd in the real sceanrio looks

Re: [flexcoders] Re: Remote Objects not working with Modules

2010-07-22 Thread Alex Harui
with modules to manipulate a database with ColdFusion as the back end. thanks -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: 2 PopUpButton questions: force opening upwards + red and black item colors

2010-07-22 Thread Alex Harui
method needed by IMenuItemRenderer? I'm just trying to get red + black entries Regards Alex -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: 2 PopUpButton questions: force opening upwards + red and black item colors

2010-07-22 Thread Alex Harui
; } ]] /mx:Script mx:Canvas width=100% height=100% /mx:Canvas mx:ApplicationControlBar width=100% mx:Spacer width=100%/ mx:PopUpButton id=pub creationComplete=createMenu();/ /mx:ApplicationControlBar /mx:Application -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FlexNativeMenu crash in the LayoutManager

2010-07-22 Thread Alex Harui
/callLaterDispatcher -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Value Object --- Object Proxy --- huh???

2010-07-22 Thread Alex Harui
. Are they the same? -similar? -completely different? Your feedback will be appreciated by this greenhorn. Mark -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: ItemEditor | Multiple Components | Focus Issue

2010-07-21 Thread Alex Harui
); super.keyDownHandler(event); trace(Datagerid keyDownHandler gefocus + getFocus()); trace( 'Datagerid keyDownHandler itemEditorInstance ---'); } --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Add

Re: [flexcoders] Behaviors with DateFields/DateChoosers (Flex 4)

2010-07-21 Thread Alex Harui
a solution with the Adobe provided class. What solutions have you folks found to these sorts of problems? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: ItemEditor | Multiple Components | Focus Issue

2010-07-21 Thread Alex Harui
(event); trace(Datagerid keyDownHandler gefocus + getFocus()); trace( 'Datagerid keyDownHandler itemEditorInstance ---'); } --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@ wrote: Add

Re: [flexcoders] Re: 2 PopUpButton questions: force opening upwards + red and black item colors

2010-07-21 Thread Alex Harui
adding itemRenderer=Renderer to the PopUpButton tag, but it isn't accepted (I guess the renderer belongs to the Menu) Regards Alex -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How can get the datagridItemRenderer default color

2010-07-20 Thread Alex Harui
default backgroundColor without judging the row is odd or even to evaluate the color with hardcode? 网易邮箱,没有垃圾邮件的邮箱。 http://mail.163.com/?from=fe1 -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How can get the datagridItemRenderer default color

2010-07-20 Thread Alex Harui
overrided to achieve this functionality? Or is there a better way to do this ? Thanks Alex. At 2010-07-20 14:17:57,Alex Harui aha...@adobe.com wrote: Normally the renderer is transparent. The background color is drawn onto the DataGrid’s content holder, not the renderer. On 7/19/10 11:02 PM

Re: [flexcoders] ItemEditor | Multiple Components | Focus Issue

2010-07-20 Thread Alex Harui
same piece of the code as in url. The problem i am facing is that i have to press Tab Key multiple times to move form one datagrid column to another if both the column has same custom itemeditor. Any pointers??? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: ItemEditor | Multiple Components | Focus Issue

2010-07-20 Thread Alex Harui
--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Your item editor has two focusable components? Then you should have to tab twice in each column. Are you having to tab more than that? On 7/20/10 7:03 AM, Rajan ilikef...@... wrote: Hi

Re: [flexcoders] Flex print Without Dialog Box ?

2010-07-13 Thread Alex Harui
-- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Is there a way to tell flash NOT to render a certain area?

2010-07-13 Thread Alex Harui
before firing the request, then populate it when it comes back ? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How to make the element of list stressed and having the color blue (other style : bold, inline)

2010-07-12 Thread Alex Harui
+]); listFileUpload.dataProvider = arrayFileUpload; !. I would like that the element of the list listFileUpload will be bold and stressed I don't find a style which can applicate to the dataprovider Thanks -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com

Re: [flexcoders] Is there a way to tell flash NOT to render a certain area?

2010-07-12 Thread Alex Harui
can fix the issue but I'd have to go into UIComponent and mess with the base classes. Since I've run into this before (elastic race track) and will in the future its seems a reasonable request. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Is there a way to tell flash NOT to render a certain area?

2010-07-12 Thread Alex Harui
is. This happens every time a new item is added to the accordion. On Mon, Jul 12, 2010 at 6:35 PM, Alex Harui aha...@adobe.com wrote: Flash renders what is visible and on the display list. UIComponent is invisible until creationComplete and theoretically, it and all of its children

Re: [flexcoders] Is there a way to get the memory footprint of the display list

2010-07-03 Thread Alex Harui
of the object you pass into it. jp -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] The lifespan of flex.

2010-07-02 Thread Alex Harui
of large firms using it successfully? Regards, Wesley Acheson -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
, is there something unique about the ActiveX flash player that might cause this failure? What other kinds of information would be needed to further evaluate a cause? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
() at mx.managers::PopUpManager$/centerPopUp() Since these same SWF's run fine in non-IE environments, is there something unique about the ActiveX flash player that might cause this failure? What other kinds of information would be needed to further evaluate a cause? -- Alex Harui Flex SDK

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
; foo.fooID = 123; PopUpManager.centerPopUp(foo); The loaded SWF is also 3.5. Thanks! --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Is the loaded SWF also built with 3.5? On 7/2/10 10:18 AM, jamesfin james.alan.finni...@... wrote

[flexcoders] Reminder: Adobe on vacation 7/5 - 7/9

2010-07-02 Thread Alex Harui
Most of Adobe is on summer shutdown next week. Forum participation will be limited or non-existent. I won’t be going back over old discussions so anything you want me to see, re-send it on 7/12. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Tree click vs change

2010-07-02 Thread Alex Harui
the selection reported a click time is always the same. Any suggestions? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: IE8/ActiveX FlashPlayer Bug?

2010-07-02 Thread Alex Harui
this and got the same 1009 error in the same place. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Try passing in just systemManager instead of systemManager.getSandboxRoot On 7/2/10 11:11 AM, jamesfin james.alan.finni...@... wrote: Sorry

Re: [flexcoders] Multiple instances of a module with different styles

2010-07-01 Thread Alex Harui
to load styles per module instance? Thanks, Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Multiple instances of a module with different styles

2010-07-01 Thread Alex Harui
I'm getting now is that both use sometimes one color and sometimes the other, I think depending on which styles are loaded first. Thanks, Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Thu, Jul 1, 2010 at 5:58 PM, Alex Harui aha...@adobe.com wrote: A module

Re: [flexcoders] data-specific createChildren() question

2010-07-01 Thread Alex Harui
, about 95% of my renderers will be used for one 'state' of the data, with the remaining 5% being split between the other two states. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Issue related to Drag and Drop rows between Datagrid when using ItemRenderer...

2010-06-30 Thread Alex Harui
Renderers are recycled, so using creationComplete isn’t going to work. See the item renderer category on my blog for more details. Try using dataChange event instead. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui On 6/30/10 5:30 AM, shahjitesh sjit...@gmail.com

Re: [flexcoders] How to remove duplicate objects from an array of objects

2010-06-30 Thread Alex Harui
looking for a sanity check. Is this a decent idea? Has anyone done it already and maybe more efficiently? Thanks! Warren -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Compile Modules in AIR Project

2010-06-28 Thread Alex Harui
. Now the SWF files are generated, but I can't get them to load into the AIR application. http://forums.adobe.com/thread/669101?tstart=0 JF --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Ask on the Flash Builder forum. On 6/26/10 8:40 PM

Re: [flexcoders] SecurityError: Error #2121

2010-06-28 Thread Alex Harui
something in my setup as i have never run into this before. Thanks. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Create a handler similar to focusIn/Out

2010-06-27 Thread Alex Harui
don't know how to define the thing (handler? property? method? it would help if someone would tell me what it is called) that will do this. If you can show me, or show me where to go I would appreciate it. Paul -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Compile Modules in AIR Project

2010-06-27 Thread Alex Harui
. The modules aren't compiled when I export it to an AIR installer file either. What am I missing? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Get all styles at runtime of specific component

2010-06-26 Thread Alex Harui
defaultValue=1px / style name=padding defaultValue=1px / ... /styles properties property name=text defaultValue= type=String/ property name=etc / ... /properties /UIComponent On Sat, Jun 26, 2010 at 12:23 AM, Alex Harui aha...@adobe.com wrote: Styles are defined by metadata and further

Re: [flexcoders] Re: ItemEditor | maxCharacters

2010-06-26 Thread Alex Harui
on the datagrid to edit the field, the correct value is not displayed in the cell. It shows [object ServicePlnVO]. Though itemrender displays correct value. Any pointers. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Editor is created after

Re: [flexcoders] IME position problem

2010-06-25 Thread Alex Harui
? thanks -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Alex Harui
s:Application contain scrollbars for the browser ala mx:Application style? Thanks. Clark. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Wheres my scrollbars gone? mx:Application to s:Application

2010-06-25 Thread Alex Harui
, Alex Harui aha...@adobe.com wrote: You have to add a Scroller to get scrollbars. On 6/25/10 3:09 AM, Clark Stevenson a.scots...@gmail.com wrote: Hey everyone. A second post in a single day! I have been working with the Flex SDK again although i have only really been experimenting

Re: [flexcoders] Get all styles at runtime of specific component

2010-06-25 Thread Alex Harui
for that component instance? JP -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Flex 4 Loading Run time CSS

2010-06-24 Thread Alex Harui
with the StyleManager is throwing an error, is there a Flex 4 way to do it? Thanks, Philip -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] ItemEditor | maxCharacters

2010-06-24 Thread Alex Harui
. Thanks ilikeflex -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How much does FXG affect performance?

2010-06-23 Thread Alex Harui
...@gmail.com dorkiedorkfromdorkt...@gmail.com wrote: so if i had an fxg file with 1 paths but those paths didn't change they wouldn't be redrawn every frame correct? how should i determine when to rasterize vector FXG art vs leaving it as is? On Fri, Jun 18, 2010 at 1:49 AM, Alex Harui aha

Re: [flexcoders] setting the border thickness on a Spark mx.controls.VBox ?

2010-06-23 Thread Alex Harui
of my VBox to 10. Has anyone acheived this ? Thanks, Nick -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] AS3 nested groups

2010-06-22 Thread Alex Harui
); bcBox.addElement(vgWeek); hgWeek.addElement(bcBox); } } When I add in the weeks nothing draws. If I point the last hgTest.addElement in then it works just fine… Any ideas on what I’m doing wrong? Thanks! -- Alex Harui Flex SDK Team Adobe System, Inc. http

Re: [flexcoders] subclassing DataGrid

2010-06-22 Thread Alex Harui
the error message: Could not resolve mx:columns to a component implementation MyBetterDataGrid extends DataGrid. Why isn't the compiler letting me declare the columns? Is there a way to do this? Thanks. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Datagrid Column Setting Vertical Gap

2010-06-22 Thread Alex Harui
is being used here? I set my leading to 0 but the space is still noticeably big. Setting it to -2 somewhat fixed it. Thanks. Angelo From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Mon, 21 June, 2010 10:24:54 Subject: Re

Re: [flexcoders] Best Practice for making sure you're displaying correct data

2010-06-22 Thread Alex Harui
of just setting dataproviders to null, that sort of thing? Is there a best practice for this sort of thing in flex? Thanks, Libby -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-22 Thread Alex Harui
() at flash.utils::Timer/tick() Stephane Just do it : http://www.kiva.org/lender/stephane4127 Le 16 juin 2010 à 18:32, Alex Harui a écrit : This indicates that the viewstack is not on stage. Is it being newly created or destroyed? On 6/16/10 1:02 AM, Stephane Guyot stephane.guyo...@wanadoo.fr x

Re: [flexcoders] Re: Height and Focus | Itemeditor

2010-06-22 Thread Alex Harui
=customComponents.datagrid.itemeditor.SpyGlassFieldEditor/ /mx:columns /mx:DataGrid /mx:Application -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Flex Profiler will not connect

2010-06-22 Thread Alex Harui
, neither of these have yielded any results. Currently it just gives me Socket Timeout each and every time. I'm on Windows Vista, using Firefox, using Eclipse with Flex Builder Plug-In, has anyone had any luck using this or does anyone have any suggestions? -- Alex Harui Flex SDK Team Adobe

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-22 Thread Alex Harui
juin 2010 à 19:14, Alex Harui a écrit : Try adding a high priority handler to the top-level window that parents that scroller topLevelWindow.addEventListener(FlexEvent.HIDE, hideEventFilter, true, 100); On 6/22/10 9:19 AM, Stephane Guyot stephane.guyo...@wanadoo.fr x-msg://921/stephane.guyo

Re: [flexcoders] Re: Height and Focus | Itemeditor

2010-06-22 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: You can't click because the first row's editor overlaps the second row, or for some other reason? On 6/22/10 8:46 AM, ilikeflex ilikef...@... wrote: In have implemented itemEditEnd event which is causing the problem. I am

Re: [flexcoders] Datagrid Column Setting Vertical Gap

2010-06-21 Thread Alex Harui
? Checking adobe livedocs does not list any verticalGap property. Thanks. angeLo -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: How to get GlobelErrorHandling working.

2010-06-21 Thread Alex Harui
, globalErrorHandler); But it never gets called. Is that the right way to do it? If I load modules will uncaught error in those modules also bubble up to this error handler? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] AIR Development: Modules vs. Components

2010-06-21 Thread Alex Harui
! -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: How to get GlobelErrorHandling working.

2010-06-21 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, June 21, 2010 1:27 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to get GlobelErrorHandling working. GEH for modules is broken in 10.1. On 6/21

Re: [flexcoders] AS3 improvement feedback

2010-06-20 Thread Alex Harui
of AS3 would be to do the best practice not the worst practice. jp -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] How much does FXG affect performance?

2010-06-18 Thread Alex Harui
-qualified? Separate posts for each question? JP -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-18 Thread Alex Harui
://www.kiva.org/lender/stephane4127 Le 16 juin 2010 à 18:32, Alex Harui a écrit : This indicates that the viewstack is not on stage. Is it being newly created or destroyed? On 6/16/10 1:02 AM, Stephane Guyot stephane.guyo...@wanadoo.fr x-msg://825/stephane.guyo...@wanadoo.fr wrote: Hi

Re: [flexcoders] Label must be a simpler identifier

2010-06-17 Thread Alex Harui
isError:Boolean; } } when i try to do something like this var object:BussValidation = new BussValidation(); object.message = Error Number 1 ; //any string i get the error Label must be a simpler identifier Do anybody no why is this happening??? Thanks ilikeflex -- Alex Harui Flex SDK Team Adobe

Re: [flexcoders] How do i embed a SWF in AS3?

2010-06-17 Thread Alex Harui
loadByes(new MySWF() as ByteArray) This tells me .swf contains invalid data. So i have no idea how to embed a SWF. Can anyone give me some help? Cheers, Clark. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: How do i embed a SWF in AS3?

2010-06-17 Thread Alex Harui
is slightly obvious as its a octet stream. So now i use a loader and try loadByes(new MySWF() as ByteArray) This tells me .swf contains invalid data. So i have no idea how to embed a SWF. Can anyone give me some help? Cheers, Clark. -- Alex Harui Flex SDK Team Adobe System, Inc

Re: [flexcoders] Question: How to Catch/Handle of Exiting of AIR Application

2010-06-16 Thread Alex Harui
the application. Thanks in advance for the people who would reply to this post :) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Alex Harui
a form. Is there a definitive fix for this? Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager chillHideHandler Error 1009 workaround ?

2010-06-16 Thread Alex Harui
Any suggestions are wellcome, Stephane Just do it : http://www.kiva.org/lender/stephane4127 -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Alex Harui
the cause of the orphaning, the problem went away. I still feel like shouldn’t be happening but for the time being I can move forward. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, June 16, 2010

Re: [flexcoders] Tabbing within Spark ItemRenderer

2010-06-16 Thread Alex Harui
jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alex Harui Sent: Wednesday, June 16, 2010 12:32 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FocusManager Bug in Flex 4 Unfortunately got deferred because we didn’t have a real-world, but simple

Re: [flexcoders] FocusManager Bug in Flex 4

2010-06-16 Thread Alex Harui
Of Alex Harui Sent: Wednesday, June 16, 2010 7:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FocusManager Bug in Flex 4 Jeff, What does the call stack look like? On 6/16/10 1:57 PM, Battershall, Jeff jeff.battersh...@dowjones.com wrote: Alex, Looks like I spoke too soon

Re: [flexcoders] problem to position cursor in itemeditor by mouse, in editable mode of Grid.

2010-06-15 Thread Alex Harui
but in edit mode, i can not able to use mouse to position the cursor in the editor(UiTextField). All time whole text is selected and i have to use keyboard arrow key to navigate. I am not sure if it the problem of Focus. Could you plz suggest me what to review? -- Alex Harui Flex SDK Team Adobe System

Re: [flexcoders] Re: Smooth scrolling with variable row height in Spark List?

2010-06-15 Thread Alex Harui
@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: Try with really simple variableRowHeight renderers (colored rectangles of various sizes). Maybe the renderer you are using is could use some tuning. On 6/14/10 9:06 AM, vigilsolace sig...@... wrote: I

Re: [flexcoders] Smooth scrolling with variable row height in Spark List?

2010-06-14 Thread Alex Harui
help would be greatly appreciated. Thanks, -Orian -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Blank Application in existing project is throwing errors how?

2010-06-13 Thread Alex Harui
at 12:51 AM, Alex Harui aha...@adobe.com wrote: It is not finding the applicationskin. The CSS is not configured properly. I assume you set the new app to be the default app when building and running it? It looks like the stack trace you posted is truncated. What does the rest of it look

Re: [flexcoders] Re: Has anyone seen this weird CombBox behavior?

2010-06-13 Thread Alex Harui
, this happens, and only that one time. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: If the click causes any slight shift of resizing or updating of the dataprovider, that can happen. On 6/10/10 6:52 PM, lynw...@... lynw...@... wrote

Re: [flexcoders] Ok, Adobe Experts...Explain this...

2010-06-11 Thread Alex Harui
Maybe set a minWidth on the SkinnableContainer or its parent. On 6/11/10 8:15 AM, Wally Kolcz wko...@isavepets.com wrote: And how would you combat this? I have a normal AIR application that just launches and then goes full screen. On 6/10/2010 1:18 PM, Alex Harui wrote: I would

Re: Re[flexcoders] cycling height issue in custom item renderer

2010-06-11 Thread Alex Harui
know Alex Harui wrote: It looks like the textData is supposed to cover the full width of the renderer so I’m not sure why you need a custom renderer at all given the default one handles multi-line just fine. However, in principle, a custom renderer should always factor explicitWidth

Re: [flexcoders] CustomCursor Position

2010-06-11 Thread Alex Harui
, -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Blank Application in existing project is throwing errors how?

2010-06-11 Thread Alex Harui
] at spark.components::Application/initialize()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\components\Application.as:916] at scratchpad/initialize() JP -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Profiler Issue - Object with 0 Paths

2010-06-11 Thread Alex Harui
get GC'd. Using the profiler and looking at the obvious, one TitleWindow is clearly stuck in memory but when I click on it and expand paths it says 0 paths. So if there are no paths why wasnt it GC'd? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Combobox in ItemEditor

2010-06-11 Thread Alex Harui
the combobox, no issues at all is there something I am missing out when using a inner components Thank you, Goutham --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@ wrote: The default behavior of a ComboBox in a DataGrid is to match the field

Re: [flexcoders] Has anyone seen this weird CombBox behavior?

2010-06-11 Thread Alex Harui
this is happening would be appreciated. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Ok, Adobe Experts...Explain this...

2010-06-10 Thread Alex Harui
://bugs.adobe.com/jira/browse/SDK-21143 -- !--- @copy spark.components.SkinnableContainer#contentGroup -- s:Group id=contentGroup left=0 right=0 top=0 bottom=0 minWidth=0 minHeight=0 s:layout s:BasicLayout/ /s:layout /s:Group /s:Skin -- Alex Harui Flex SDK Team Adobe System, Inc. http

Re: Re[flexcoders] cycling height issue in custom item renderer

2010-06-10 Thread Alex Harui
to do any more changes to increase performance: override protected function measure():void { super.measure(); width = this.getExplicitOrMeasuredWidth(); measuredHeight = textData.getExplicitOrMeasuredHeight();// textData.textHeight+2+2; } -- Alex Harui

Re: [flexcoders] Ok, Adobe Experts...Explain this...

2010-06-10 Thread Alex Harui
that is well larger than that. It is set to 35px tall by 100%. The applications minimum width is 800..nowhere near a 0. On 6/10/2010 1:07 PM, Alex Harui wrote: It is the ButtonSkin that is throwing the error. Usually this is because it has been squeezed too much. If the Container’s width

Re: [flexcoders] Event before preinitialize

2010-06-10 Thread Alex Harui
: [flexcoders] Event before preinitialize Is there an event before application preinitialize that I can listen for in the application? JP -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Combobox in ItemEditor

2010-06-09 Thread Alex Harui
mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: One way is to set an id=foo on the ComboBox, then use object.data = ComboBox(Grid(event.currentTarget.itemEditorInstance).foo).text; On 6/2/10 1:00 PM, Goutham goldensu...@... wrote: Hi, I have a combobox in item editor

Re: [flexcoders] item renderer inner button selection

2010-06-09 Thread Alex Harui
the itemClick event to target clicks of the button not the whole renderer What is the best way to go about this? any help much appreciated. cheers Steve -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: Re[flexcoders] cycling height issue in custom item renderer

2010-06-09 Thread Alex Harui
commitProperties():void { super.commitProperties(); } -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Flex 4 layout documentation for spark ActionScript components

2010-06-09 Thread Alex Harui
implementing custom layout classes, but some deeper insight on how the layout api works. Best regards --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: I may not be understanding your issue. I'm pretty sure our SkinnableContainers delegate

Re: [flexcoders] flex 4 - NavigatorContent question / element parent

2010-06-09 Thread Alex Harui
to the element Parent (a bit like addChild() / parent relationship) -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] List component scrolls too fast when dragging/reordering its items.

2010-06-09 Thread Alex Harui
. It scrolls all the way to the top or bottom before I get a chance to drop. Is there a way to make it scroll slower? -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] Re: Combobox in ItemEditor

2010-06-07 Thread Alex Harui
' (class is not an IEventDispatcher) any suggestions thank you --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aharui@ wrote: One way is to set an id=foo on the ComboBox, then use object.data = ComboBox(Grid(event.currentTarget.itemEditorInstance

Re: [flexcoders] DataGrid error when scrolling to last row and starting item edit

2010-06-07 Thread Alex Harui
it would have been more helpful to get an error message directly indicating the invalid row (or column) index. Nonetheless I'm glad to have root-caused it. Should this be filed as a bug, if it hadn't been yet? Thanks. From: Alex Harui aha...@adobe.com To: flexcoders

Re: [flexcoders] Button in dataGrid (Flashbuilder 4)

2010-06-06 Thread Alex Harui
: Type Coercion failed: cannot convert yourinfoinnercla...@133490a1 to mx.controls.listClasses.IListItemRenderer. Moreover; I’m trying to figure out how to either place a text label “PAID” or a button if the item has not been paid. Any ideas on how this is done? Thanks Scott -- Alex Harui

Re: [flexcoders] Re: excluding symbols from sub swf

2010-06-06 Thread Alex Harui
this? I googled this I don't see any examples of it. It would be great to: -externs com.site.Dog whether using the Flash Builder, Flash, or the new jsfl API. --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Alex Harui aha...@... wrote: -externs option On 6/4/10 6:09 PM

Re: [flexcoders] excluding symbols from sub swf

2010-06-05 Thread Alex Harui
(without using Runtime Shared Libraries) to exclude symbols from compiled flas? Thanks! Matt -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

Re: [flexcoders] spark Panel titleBar equivalent

2010-06-03 Thread Alex Harui
thinking of is using a basic layout, and positioning the buttons where I want. Just wanted to get an idea what approach others would take. thanks -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

<    1   2   3   4   5   6   7   8   9   10   >