Re: [flexcoders] Compile error when trying to use an extended spark TextInput

2010-07-14 Thread Andriy Panas
component, it's better to extend the class in solemn ActionScript. -- Best regards, Andriy Panas On 14 July 2010 13:41, bhaq1972 mbha...@hotmail.com wrote: I have created a very simple MyTextInput MyTextInput.mxml - ?xml version=1.0 encoding=utf-8? s:TextInput xmlns:fx=http

Re: [flexcoders] Re: Compile error when trying to use an extended spark TextInput

2010-07-14 Thread Andriy Panas
Actually, we can create an mxml based TextInput, it works for me. Post your ActionSscript code at http://github.com/ or http://pastebin.com/ and we will work it out. -- Best regards, Andriy Panas On 14 July 2010 18:34, bhaq1972 mbha...@hotmail.com wrote: Thanks Andriy I just got round

Re: [flexcoders] How to remove the DateField textInput border?

2010-07-13 Thread Andriy Panas
.textInputStyleName { border-skin : ClassReference(null); } mx:DateField textInputStyleName=textInputStyleName selectableRange={{rangeStart: new Date(2006,0,1), rangeEnd: new Date(2006,2,15)}}/ - -- Best regards, Andriy Panas On 13 July 2010 16:37

Re: [flexcoders] Re: How to remove the DateField textInput border?

2010-07-13 Thread Andriy Panas
There is no borderVisible style for DateField, it exists only for DateChooser, only in Flex 4 SDK and only in default skin theme Spark. -- Best regards, Andriy Panas or borderVisible : false;

Re: [flexcoders] Dispatch an event from a non visual non IEventDispatcher class

2010-07-11 Thread Andriy Panas
You can use composition to acquire the functionality of EventDispather, in other words add the instance of EventDispatcher class as a property of your VO class More on this: http://www.gskinner.com/blog/archives/2007/07/building_a_stat_1.html

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Andriy Panas
Have a look at AS3XLS library http://code.google.com/p/as3xls/ Example of the usage: http://ippblog.intuit.com/blog/2010/06/flex-to-excel-or-excel-to-flex-now-that-is-the-question.html -- Best regards, Andriy Panas On 29 June 2010 17:10, Paul Andrews p...@ipauland.com wrote: On 29/06

[flexcoders] Disable the enter key mx:TextArea

2010-06-28 Thread Andriy Panas
-line mx:TextInput input control... -- Best regards, Andriy Panas

Re: [flexcoders] Working with date/Time in FB

2010-06-27 Thread Andriy Panas
to be gone =) *Flash Player https://bugs.adobe.com/jira/browse/FP* Date class Bug https://bugs.adobe.com/jira/browse/FP-1760 https://bugs.adobe.com/jira/browse/FP-1760 -- Best regards, Andriy Panas On 27 June 2010 23:22, Smin Rana sminr...@gmail.com wrote: You are getting data as xml from cf

Re: [flexcoders] Re: Flex 4 RichText clickable hyperlinks + maxDisplayedLines

2010-06-08 Thread Andriy Panas
in the future releases of SDK: https://bugs.adobe.com/jira/browse/SDK-22109 https://bugs.adobe.com/jira/browse/SDK-22109 -- Best regards, Andriy Panas On 7 June 2010 14:05, astronaute75 astronaute@gmail.com wrote: Can someone please suggest a solution for this problem ? Thank you

Re: [flexcoders] Unicode Characters

2010-06-08 Thread Andriy Panas
Use embedded fonts with unicodeRange set only to Japanese characters to reduce the overall file size. The comprehensive list of Japanese characters is listed in flash-unicode-table.xml file included into Flex SDK -- Best regards, Andriy Panas On 8 June 2010 11:44, Christophe

Re: [flexcoders] Event before preinitialize

2010-06-03 Thread Andriy Panas
/blog/how-i-sort-of-modified-flexs-systemmanagerinitialize-method/ -- Best regards, Andriy Panas On 4 June 2010 06:57, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: That's what I'd like to do. So I added an event listener to the application preinitialized event like so

Re: [flexcoders] Highlight keywords in a block of text using TextLine

2010-05-31 Thread Andriy Panas
, Andriy Panas On 31 May 2010 11:16, Baz li...@thinkloop.com wrote: Is it possible to use mxml tags like RichEditableText or TextArea whose content is already populated as the source for this process? What would we get from them, TextLine's? TextBlock's? This is a lot more challenging than I

Re: [flexcoders] How to align label text to the left in Spark Button (no textAlign style)?

2010-05-19 Thread Andriy Panas
for the component. Luckily, in this case we can extend LinkButton from ButtonBase, and voila, textAlign style is back for the Spark LinkButton. -- Best regards, Andriy Panas On 18 May 2010 22:41, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: Thanks Andriys, I see what you

Re: [flexcoders] How to align label text to the left in Spark Button (no textAlign style)?

2010-05-18 Thread Andriy Panas
bottom=2 /s:Label /s:SparkSkin -- Best regards, Andriy Panas On 18 May 2010 07:53, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: Hi Andriy, Yes. You will need to create a custom skin. You can base it on the Button skin. In the skin you can use the following code

[flexcoders] How to align label text to the left in Spark Button (no textAlign style)?

2010-05-17 Thread Andriy Panas
-- Best regards, Andriy Panas

Re: [flexcoders] QTP Automation and Custom Flex CheckBox itemRenderer

2010-05-15 Thread Andriy Panas
If your custom itemRenderer extends from UIComponent, then you have to write custom automation delegate for it http://livedocs.adobe.com/flex/3/html/help.html?content=functest_components2_17.html#204256 that exposes numAutomationChildren() and getAutomationChildAt() -- Best regards, Andriy

Re: [flexcoders] Force CSS compilation (SDK 4 release feature).

2010-05-11 Thread Andriy Panas
-selector-was-not-processed-because-the-type-was-not-used-in-th Could remove the warning only, not sure whether style will be compiled into resulted SWF. -- Best regards, Andriy Panas On 8 May 2010 20:11, Oleg Sivokon olegsivo...@gmail.com wrote: Hi, we were compiling against SDK 4 beta 2, and now

Re: [flexcoders] Force CSS compilation (SDK 4 release feature).

2010-05-11 Thread Andriy Panas
Hi Oleh, Just found out about -keep-all-type-selectors compiler option, this must be helpful in your case http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a92.html http://forums.adobe.com/thread/483614 -- Best regards, Andriy Panas On 11 May 2010 14:51, Andriy

Re: [flexcoders] Resource bundles/ locales?

2010-05-11 Thread Andriy Panas
Hi Nick, Have a closer look at the source code that you are dealing with, you are telling us only half of the story. Search for IResourceManager, resourceManager and getString in your source code. -- Best regards, Andriy Panas

Re: [flexcoders] What's your favorite automated testing tools?

2010-05-05 Thread Andriy Panas
Try RIATest, relatively inexpensive tool, support Flex 4 SDK, has a good product support via forums http://www.riatest.com/ http://www.riatest.com/ -- Best regards, Andriy Panas On 4 May 2010 23:39, ssekiguchi ssekigu...@comcast.net wrote: I've got a project where I need to build automated

Re: [flexcoders] Changing a combobox's SelectedIndex upon A Button Click

2010-04-23 Thread Andriy Panas
Have a look at Flex 3 ComboBox with selectedValue support www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedValue-Support http://www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedValue-Support -- Best regards, Andriy Panas On 23 April 2010 15:21, James

Re: [flexcoders] Flex 4 Language Reference

2010-03-23 Thread Andriy Panas
Hi Jonathan, Have a look at this page: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/ -- Best regards, Andriy Panas On 23 March 2010 16:25, Jonathan Bezuidenhout flex...@gmail.com wrote: Hi, Does anyone know the new online location for the Flex 4 Language reference

Re: [flexcoders] word Flex Data Visualization Trial

2010-03-10 Thread Andriy Panas
Hi, Just yesterday at 360Flex conference it was announced open-sourced ata visualization SWC files will be included into free Flex SDK: http://twitter.com/yfain/status/10180118026 http://twitter.com/yfain/status/10180118026 -- Best regards, Andriy Panas On 10 March 2010 14:26, Ivan Wang

Re: [flexcoders] how to implement bread crumbs in flex application

2010-02-22 Thread Andriy Panas
Hi all, Here is the sample of one possible implementation of breadcumb navigation in Flex 3: http://www.smashedapples.com/2008/06/flex-breadcrumb.html -- Best regards, Andriy Panas On 21 February 2010 01:50, talluri venkat talluri_venkat2...@yahoo.comwrote: Hi Satish, Do you have

Re: [flexcoders] Scroll to bottom on a Spark List when data changes

2010-02-18 Thread Andriy Panas
Hi joaoak, I wonder how do you scroll Flex 4 Spark List to the bottom, may be the error sits here. Place a control button next to List and scroll the List by pressing this control button to validate your programmatic scrolling approach. -- Best regards, Andriy Panas On 18 February 2010 15

Re: [flexcoders] Re: Scroll to bottom on a Spark List when data changes

2010-02-18 Thread Andriy Panas
of ScrollBarBase.as and VScrollBar.as classes for better understanding when maximum value is calculated in Scroller component, -- Best regards, Andriy Panas On 18 February 2010 18:57, joaoak joao.sale...@webfuel.pt wrote: Andriy: commentsList.scroller.verticalScrollBar.value

Re: [flexcoders] Re: MP3 or any audio encoder?

2010-02-16 Thread Andriy Panas
and below? If you use Flash player 10, use can select to use Speex codec to encode your voice file, may be it will be better option for you: http://askmeflash.com/article/1/all-about-speex-for-flash http://livedocs.adobe.com/flex/3/langref/flash/media/SoundCodec.html -- Best regards, Andriy

Re: [flexcoders] Record audio to the hard drive

2010-02-07 Thread Andriy Panas
, Andriy Panas On 7 February 2010 08:31, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote: Is there a way to record an audio stream (microphone stream) to the users hard drive and THEN upload it to the server. I don't want to stream it to a server.

Re: [flexcoders] Re: Default width of horizontal spark list

2010-01-13 Thread Andriy Panas
Hi r_woess, Have a look at spark.skins.ListSkin class. For some reason, it has hardcoded properties minWidth and minHeight both set to 112. Just use custom skin class with your List instance, set minWidth and minHeight to 0 and you are set. -- Best regards, Andriy Panas

Re: [flexcoders] Re: spark list

2010-01-13 Thread Andriy Panas
Hi Ariel J, You may find this piece of code written by Steven Shongrunden to be insightful Disable selection on some items in a spark List http://flexponential.com/2009/12/20/disable-selection-on-some-items-in-a-spark-list/ -- Best regards, Andriy Panas

Re: [flexcoders] Flex:how to count online user and record user visits?

2010-01-12 Thread Andriy Panas
fotis.chatzini...@gmail.com, -- -- Best regards, Andriy Panas

Re: [flexcoders] Re: ListEvent ItemRollOver columnIndex value is wrong

2010-01-12 Thread Andriy Panas
, go to JIRA and vote. https://bugs.adobe.com/jira/browse/SDK-17823 -- Best regards, Andriy Panas 2010/1/11 invertedspear invertedsp...@yahoo.com I think, but I'm not sure, that when you set your col0 to be invisible, you need to also set includedInLayout = true; ~mike --- In flexcoders

Re: [flexcoders] Flex 3.5 - And Text Flow

2010-01-05 Thread Andriy Panas
-text-using-textflow.html http://ayonesoftware.com/blog/2009/08/linked-containers-in-flex-4-using-text-layout-framework/ Text Layout Framework can be used with Flex 3.2 SDK and higher http://www.adobe.com/devnet/flex/articles/text_layout_framework_03.html -- Best regards, Andriy Panas 2010/1/5

Re: [flexcoders] Re: flex 3.5 mx.olap classes

2010-01-04 Thread Andriy Panas
://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk -- Best regards, Andriy Panas 2010/1/4 rid_b80 rid_...@yahoo.com Just more information. it seems that the package mx.olap is not available anymore in flex 3.5. For example if you create a new flex project and try to import mx.olap, it won't

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

2009-12-27 Thread Andriy Panas
Hi Wesley, Clicking on that link I just get no matching issues I'd really love to see some proper release notes between versions Correction, you must be be logged in into the Adobe JIRA to access the contents of this page

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

2009-12-21 Thread Andriy Panas
regards, Andriy Panas 2009/12/21 tntomek tnto...@yahoo.com Hmmm still no news of DMV ... oddly enough the 3.5 stable now has August date ... 3.5, 3.5.0.12683, Tue Aug 18, 2009 Was there some last minute regression that we should wait for a more stable 3.5? --- In flexcoders@yahoogroups.com

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

2009-12-14 Thread Andriy Panas
renderers). AlsoDragManager received a couple of fixes too. -- Best regards, Andriy Panas 2009/12/14 Matt Chotin mcho...@adobe.com: 3.5 is very minor, a few bug fixes including fixing a regression with the services from 3.4. Matt On Dec 13, 2009, at 7:47 PM, tntomek wrote

Re: [flexcoders] Re: Special characters (eg. Cyrillic) TextArea

2009-12-01 Thread Andriy Panas
, 9.0.246, 10.0.32.18 etc because we are talking here not about Flex SDK, but about Flash player features. -- Best regards, Andriy Panas 2009/12/1 polestar11 polesta...@yahoo.com Hi there It is the mx:TextArea: mx:TextArea width=200 y=20 x=20 / Here is a code snippet: mx:Box width=100

Re: [flexcoders] Re: Special characters (eg. Cyrillic) TextArea

2009-12-01 Thread Andriy Panas
Hi Tracy, Are you using Safari browser under Mac OS 10.6? If yes, then probably you are victim of the following bug Can't enter cyrillic symbols https://bugs.adobe.com/jira/browse/FP-3213 http://www.openradar.appspot.com/7395808 -- Best regards, Andriy Panas 2009/12/1 Andriy Panas a.pa

Re: [flexcoders] Special characters (eg. Cyrillic) TextArea

2009-11-30 Thread Andriy Panas
Hi polestar11, Simple code sample will definitely help to understand your issue. -- Best regards, Andriy Panas 2009/11/30 polestar11 polesta...@yahoo.com Hi there I have a problem where I am not able to paste special characters (eg. cyrillic arabic) into a flex TextArea component

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

2009-11-29 Thread Andriy Panas
Hi Sebastien, What exact functionality do you re-use from Canvas container? May be you can substitute Canvas with UIComponent to reduce the memory footprint? -- Best regards, Andriy Panas 2009/11/28 Sébastien Tromp sebastien.tr...@gmail.com Hello, In my application, I have created

Re: [flexcoders] Possible to change border thickness of textInput in error state?

2009-10-22 Thread Andriy Panas
://www.airia.cn/FLEX4API/livedocs/spark/skins/default/ErrorSkin.html http://www.airia.cn/FLEX4API/livedocs/spark/skins/default/ErrorSkin.html -- Best regards, Andriy Panas 2009/10/21 G gmonie...@yahoo.com I know you can change the errorColor of a textinput, but I have found nothing in the docs

Re: [flexcoders] Button skin without button behaviour

2009-10-22 Thread Andriy Panas
Hi Richard, mx:PopUpButton focusEnabled=false mouseEnabled=false label=Hello/ -- Best regards, Andriy Panas 2009/10/21 Richard Rodseth rrods...@gmail.com I have a menu bar-like structure composed of PopUpButtons with no gap between them, and wish to extend the bar to the edge of the page

Re: [flexcoders] Re: DateFormatter and dynamic resource management errror

2009-09-09 Thread Andriy Panas
to be recompiled. -- Best regards, Andriy Panas Maybe all this will help someone else here looking for a solution to this problem (and maybe some kindly bots will run across it at some point too). In short, you have to compile your own SWCs for each of the languages, and not just the resource library

Re: [flexcoders] Flex Builder 3 - Conditional Debugging

2009-08-27 Thread Andriy Panas
import flash.debugger.enterDebugger; if(ShouldBreak()) { enterDebugger() } -- Best regards, Andriy Panas

Re: [flexcoders] This mailing list vs the forum.

2009-08-13 Thread Andriy Panas
good stuff for your individual ego. Of course, Adobe Forums still have a room to improve, because StackOverFlow web-site is even better :P http://stackoverflow.com/questions/tagged/flex -- Best regards, Andriy Panas

Re: [flexcoders] QTP automation problem of custom component

2009-07-23 Thread Andriy Panas
the old QTP-FlexPlugin that you had. 3.Go to C:\Program Files\Adobe\Flex Builder 3.0.2\Installers default path and install the new QTP_plugin_installer. 4.Restart your machine and it should work. if you would like automation testing to work at IE7 browser. -- Best regards, Andriy Panas 2009/7

Re: [flexcoders] QTP automation problem of custom component

2009-07-23 Thread Andriy Panas
And QTP10 is not yet supported by Flex SDK automation.swc library http://bugs.adobe.com/jira/browse/FLEXENT-962 -- Best regards, Andriy Panas 2009/7/24 Andriy Panas a.pa...@gmail.com: Hi Jones, Make sure, you are using the following setup as described here in comments: http

Re: [flexcoders] prevent text from scrolling

2009-06-22 Thread Andriy Panas
will already satisfy your needs. Another possible workaround can be found here: http://ghostwire.com/blog/archives/fixing-textfieldbottomscrollv-and-textfieldmaxscrollv/ -- Best regards, Andriy Panas 2009/6/22 thomas parquier mailingli...@web-attitude.fr: Well I will use mx:UITextField

Re: [flexcoders] TextArea not working as Custom Item Renderer

2009-05-24 Thread Andriy Panas
with how to set measuredHeight in your custom itemRenderer, you can change rowHeight property of you listBase control (List or Datagrid) to a some greater value that will be good enough for you than default 21 pixels. -- Best regards, Andriy Panas 2009/5/23 Laurence MacNeill lmacne

Re: [flexcoders] DataGridColumn backgroundColor bug?

2009-05-20 Thread Andriy Panas
The corresponding issue for this bug is http://bugs.adobe.com/jira/browse/SDK-14785, it is still not fixed in SDK with a current status deferred -- Best regards, Andriy Panas

Re: [flexcoders] Validation on ItemRenderers in DataGrid

2009-05-14 Thread Andriy Panas
Are you using custom itemEditor component or default itemEditor shipped with mx:DataGrid component? -- Best regards, Andriy Panas I need to validate all the item renders within a DataGris on certain triggers from within dataGrid as well as out of dataGrid. Validation should provide feedback

[flexcoders] Create an email in default email desktop client that is pre-populated with attachment file

2009-03-24 Thread Andriy Panas
Hello all, Is there any way to fill 'body' attribute in the following URLRequest with Base64 encoded data that will represent binary file? var request:URLRequest = new URLRequest(mailto:n...@gmail.com+?subject=+body=;); -- Best regards, Andriy Panas

[flexcoders] Adding new class definition to TEAFlexCustom.xml file

2009-02-27 Thread Andriy Panas
Hi all, This is the question which is related to automated testing with HP QuickTest 9.5 and Flash application built on top of Adobe Flex 3.2 SDK. For example, I had created a new class that extends from HBox, say ExtendedHBox. -- public class ExtendedHBox extends HBox {

[flexcoders] setSelection method is missing from IUITextField interface? (Flex SDK 3.1)

2009-01-15 Thread Andriy Panas
with IUITextField type and then my project compiles just fine. But I am wondering why I could not locate declaration of setSelection method inside of source file IUITextField.as file supplied with SDK? -- Best regards, Andriy Panas

Re: [flexcoders] Font loaded by StyleManager.loadStyleDeclarations(fontName, true) resets any new text formatting set via setTextFormat

2008-12-30 Thread Andriy Panas
parameter set to FALSE to avoid cascading immediate style changes through DisplayObjectList hierarchy. -- Med venlig hilsen / Best regards Andriy Panas a.pa...@gmail.com

[flexcoders] Font loaded by StyleManager.loadStyleDeclarations(fontName, true) resets any new text formatting set via setTextFormat

2008-12-26 Thread Andriy Panas
() /mx:Button mx:Label id=fontLoadStatus text=Font is not yet loaded /mx:Label /mx:Application !---code ends--- -- Best regards Andriy Panas

Re: [flexcoders] Does Flex builder 3.0.2 eclipse plug-in work in Eclipse 3.4?

2008-12-12 Thread Andriy Panas
Hi Dave, I aslo Flex Builder 3.0.2 as Flex Builder Plug-in with Eclipse 3.4 on Windows XP - no problems noticed. -- Med venlig hilsen / Best regards Andriy Panas a.pa...@gmail.com

Re: [flexcoders] More woes with TextArea and htmlText - Copy to clipboard

2008-11-19 Thread Andriy Panas
hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Does UIComponent.measureHTMLText(htmlText) method takes TextFormat.blockIndent value into the account when calculating width value of TextLineMetrics object?

2008-11-06 Thread Andriy Panas
. And if you file a patch, it is likely to get fixed sooner. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas Sent: Monday, November 03, 2008 2:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Does UIComponent.measureHTMLText(htmlText) method

[flexcoders] Does UIComponent.measureHTMLText(htmlText) method takes TextFormat.blockIndent value into the account when calculating width value of TextLineMetrics object?

2008-11-03 Thread Andriy Panas
applied to the textField in question. Is that an intentional behavior? -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Placing cursor inside UITextField

2008-09-21 Thread Andriy Panas
; stage.focus = textField; It seems to get the focus, but doesn't put the cursor inside. Can't just start typing. Also, textField.setFocus() doesn't work. -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Re: Enable / Disable Flex Menu Items Programmatically using AS 3.0

2008-06-03 Thread Andriy Panas
post a dummy sample of the code online to illustrate your problem? SWF with View source option enabled would be nice. ps Why do you post anonymously to this list, BTW? I would like to reference you by your name ;) -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] On 03/06

Re: [flexcoders] Re: Tree - Drag Drop - prevent drop into folder

2008-05-21 Thread Andriy Panas
-archive.com/flexcoders@yahoogroups.com/msg46023.html I am currently on Flex 2.0.1 SDK, can you check for me whether the access to _dropData was upgraded to public in Flex 3 SDK? -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] On 21/05/2008, Andriy Panas [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: Tree - Drag Drop - prevent drop into folder

2008-05-20 Thread Andriy Panas
drag and drop operation with Flex 2.0.1 SDK Tree component if there will be some considerable interest from the public. -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

[flexcoders] Flex 2 SDK: Drag and drop node withing Tree control- how to get reference to a new parent node for the dragged node?

2008-05-20 Thread Andriy Panas
--- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Re: Tree - Drag Drop - prevent drop into folder

2008-05-20 Thread Andriy Panas
for the info .. I may log a feature request for the Tree control to expose more information about the dropTarget . -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Flex 2 SDK: Drag and drop node withing Tree control- how to get reference to a new parent node for the dragged node?

2008-05-20 Thread Andriy Panas
the delegate to store the new position of dragged node in the database storeDraggedNodeInDatabase([EMAIL PROTECTED], draggedItem) } You'll probably have to cache selectedItems -- Med venlig hilsen / Best regards Andriy Panas

Re: [flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set

2008-05-06 Thread Andriy Panas
/search?q=labelFunction+itemEditEnd, e.g http://bugs.adobe.com/jira/browse/SDK-14312 I would like Adobe to document this issue better in docs or in blogs illustrated with code samples. -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Preventing default onClick-behaviour in List-Component

2008-05-06 Thread Andriy Panas
. Are you just trying to reset what the selectedIndex was? I'd just store the last good one somewhere. -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

[flexcoders] Re: Immediate setting selectedIndex to 0 on mx:Tree after changing to new dataProvider does not selects a first node in the list (although it works with mx:List as advertised)

2008-04-25 Thread Andriy Panas
Andriy Panas [EMAIL PROTECTED]: Hi Flexcoders, I am on Flex 2.0.1 SDK. My use case is as follows: 1) At the start of the application, I set dataproviders of XMLListCollection type to 2 different UI controls on stage (mx:Tree and mx:List) and then I set immediately selectedIndexes to 0

[flexcoders] Immediate setting selectedIndex to 0 on mx:Tree after changing to new dataProvider does not selects a first node in the list (although it works with mx:List as advertised)

2008-04-25 Thread Andriy Panas
/mx:Application --- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders]Setting DataGrid header to transparent

2008-04-23 Thread Andriy Panas
of mx.controls.dataGridClasses.DataGridHeader from Flex 3 SDK. Otherwise, override protected drawHeaderBackground method for mx:Datagrid for Flex 2 SDK as described here: http://www.munkiihouse.com/?p=14 -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

[flexcoders] Inline Tree's node name editing creates visible empty nodes in a Tree when labelFunction property is set

2008-04-22 Thread Andriy Panas
to the tree Expected Results: --- 2. New tree node name entered is displayed in a tree What do I do wrong? ps I had filled a bug at Adobe JIRA bug-database: https://bugs.adobe.com/jira/browse/SDK-15339, so far no response there. -- -- Med venlig hilsen / Best regards Andriy

Re: [flexcoders] Re: How to retrieve the Button label name?

2008-02-22 Thread Andriy Panas
You should assign an identifier to the label, something like mx:Label id=myLabel/. Then, in the code, you can access Label's current label by calling 'myLabel.text'.

[flexcoders] ListEvent.ITEM_EDIT_END is being wrongly dispatched twice if the corresponding event handler includes mx:Alert

2008-02-13 Thread Andriy Panas
/ /folder folder label=Sent / folder label=Trash / /folder /mx:XMLList /mx:XMLListCollection /mx:Tree /mx:Application -- -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL

[flexcoders] Re: ListEvent.ITEM_EDIT_END is being wrongly dispatched twice if the corresponding event handler includes mx:Alert

2008-02-13 Thread Andriy Panas
); } onItemEditingEnd event handler will be still called twice, but the Alert window will be shown only if ListEvent event.reason is equal to ListEventReason.NEW_ROW -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] On 13/02/2008

Re: [flexcoders] Menubar Render

2007-12-12 Thread Andriy Panas
=/anything.png height=100% width=30 / /mx:HBox Any one knows how to solve this? VELO -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Re: Flex MouseEvent and loaded SWF with mouse handlers problem

2007-12-12 Thread Andriy Panas
and to track mouse position. . -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Re: Event result not making sense

2007-11-27 Thread Andriy Panas
-- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] On 17/11/2007, Alex Harui [EMAIL PROTECTED] wrote: Maybe the internal textfield is sending one. See if the event.target is different and what it is. -- *From:* flexcoders@yahoogroups.com [mailto

Re: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-11-01 Thread Andriy Panas
this code remains intact. -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] On 30/10/2007, Alex Harui [EMAIL PROTECTED] wrote: What version of Flex? Is there a test case and bug for this issue? If not please file one. In looking at the code, the CHANGE event should

Re: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-11-01 Thread Andriy Panas
. -- -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Andriy Panas
regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] file upload fails on Leopard?

2007-10-31 Thread Andriy Panas
http://weblogs.macromedia.com/emmy/archives/2007/10/adobe_products.cfm#comments -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Re: Flash/Flex Event collision on TextField input

2007-10-30 Thread Andriy Panas
{ myTextArea.addEventListener(Event.CHANGE, onTextChanged); } private function onTextChanged(event : Event) : void { event.stopImmediatePropagation(); } -- -- Med venlig hilsen / Best regards Andriy Panas On 30/08/2007, George [EMAIL PROTECTED] wrote: Yeah, you're right. All components are hosted

Re: [flexcoders] Adobe Bug Tracking Power Tool

2007-10-24 Thread Andriy Panas
Hi Dejan, I am sorry, but using http://bugs.adobe.com/flex is so much convenient IMHO. Your application brings 0 added value for browsing database of Adobe Flex SDK logged bugs. -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Determining the text character at a given position in a TextArea

2007-10-24 Thread Andriy Panas
Andriy Panas [EMAIL PROTECTED] On 24/10/2007, jamalwally [EMAIL PROTECTED] wrote: Hi, I would like to be able to highlight text in a TextArea that is under the user's mouse. In Flex 2 is there a way to get the text character that is closest to a given x,y position within a TextArea

Re: [flexcoders] How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread Andriy Panas
creationComplete=onRTECreationComplete() private function onRTECreationComplete() : void { rte.fontFamilyCombo.dataProvider = fontFamilyArray; rte.fontFamilyCombo.selectedIndex = 0; } -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] Does anyone know how to add

Re: [flexcoders] RichTextEditor - Customizing the look

2007-10-22 Thread Andriy Panas
own buttons to input and modify text with my own look. I've done a subclass of the richttexteditor class -- however I am completely unfamiliar with the component itself and how it binds the buttons to it. Unfortunately it's not very configurable. -- Med venlig hilsen / Best regards Andriy Panas

[flexcoders] How to properly use embedded fonts with font face HTML tag?

2007-10-04 Thread Andriy Panas
identificator of any of 3 fonts successfully loaded - Trebuchet, Palatino or Arial. -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

[flexcoders] Re: mxml-mode for Emacs

2007-05-26 Thread Andriy Panas
http://www.mail-archive.com/search?l=flexcoders%40yahoogroups.comq=MXML+DTD+Schemasourceid=Mozilla-search -- With flex regards, JabbyPanda

[flexcoders] Problem: FileReference onComplete event handler fires too soon - not properly waiting for HTTP status code 200

2007-05-23 Thread Andriy Panas
fires ONLY when Flash Player has received an HTTP status code of 200 from the server . http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=2215.html -- With flex regards, Andriy Panas

[flexcoders] Re: DataGrid with multiple rowheaders / colheaders - Flex 3?

2007-05-23 Thread Andriy Panas
Hi, However, i've still failed to find people extending the DataGrid component to allow for multiple row/column headers and groups and row/column footers. I would like you to clarify, what do you mean by having multiple column headers for DataGrid. You can use item renderer for column

Re: [flexcoders] Re: Building flex apps with Maven 2?

2007-05-10 Thread Andriy Panas
to collaborate on building up one of these plugins (or start a new one?). -Brian christian gruber + [EMAIL PROTECTED] cgruber%40israfil.net + bus 905.640.1119 + mob 416.998.6023 process coach and architect + ISRÁFÍL CONSULTING SERVICES -- -- With flex regards, Andriy Panas

[flexcoders] How to determine in XML structure that node of interest is at root level?

2007-04-03 Thread Andriy Panas
Dear flexcoders, I have the following XML: root Folder id=1/ Folder id=2 Station id=1 / Station id=7/ /Folder Folder id=5 / /root How to determine that XML node, say Folder id=5 is located at rool level of XML structure? Pretend that variable 'myNode' contains a reference to Folder id=5 XML

Re[2]: [flexcoders] Eclipse 3.2.2

2007-03-01 Thread Andriy Panas
Hello Dave, DC I just did it and there are no issues to speak of thus far. This is probably OT, but I always wonder how do you install Flex Builder Eclipse plugin (and other Eclipse plugins too) when you do upgrade to the new version of Eclipse? Do you: a) reinstall every Eclipse

Re: [flexcoders] Links defined in Label or Text htmlText doesn't work upon the first click when in TabNavigator

2007-02-27 Thread Andriy Panas
Hello Sergey, Set mx:TabNavigator width=100% height=100% focusEnabled=false I guess you witness this behaviour because mx:Tabnavigator with a first click over Label only gains a application focus, and only with a second click Label a href action is fired... SK Moving this Label instance

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

2007-02-22 Thread Andriy Panas
Hi, Stephen, Thank you for your time, the error with http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html page is gone. Just wanted to attract somebody's attention from Adobe to this problem, looks like somebody has taken care of this issue already yesterday! What errors are you

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

2007-02-21 Thread Andriy Panas
Dear Adobe representative, Why the following Livedocs page from Flex 2 Livedocs is broken http://livedocs.adobe.com/flex/2/langref/mx/controls/Tree.html (virtually goes to nowhere)? FYI, not yet indexed page from Flex 2.0.1 Livedocs is OK:

[flexcoders] Re: pop ups again

2007-02-01 Thread Andriy Panas
Hi everyone, I cannot help you Roman to solve your problem, but I am able to CONFIRM your bug( feature) with FlexEvent.SHOW event not dispatched from popUp window instance in modal mode if it is being shown for the second and for the next time and so on. In the attached sample application try to

  1   2   >