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 wrote: > > > Thanks Andriy > > I just got roun

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

2010-07-14 Thread Andriy Panas
cript. -- Best regards, Andriy Panas On 14 July 2010 13:41, bhaq1972 wrote: > > > I have created a very simple MyTextInput > > MyTextInput.mxml > - > > http://ns.adobe.com/mxml/2009"; > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:m

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] How to remove the DateField textInput border?

2010-07-13 Thread Andriy Panas
nputStyleName> .textInputStyleName { border-skin : ClassReference(null); } - -- Best regards, Andriy Panas On 13 July 2010 16:37, Nick Middleweek wrote: > > > Hi, > > Has anyone been able to modify the border of the TextInput component of the > Da

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 wrote: > > > On 29/06/2

[flexcoders] Disable the enter key mx:TextArea

2010-06-28 Thread Andriy Panas
nput input control... -- Best regards, Andriy Panas

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

2010-06-27 Thread Andriy Panas
time 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 wrote: > > > You are

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:4

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

2010-06-08 Thread Andriy Panas
hitecture 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 wrote: > > > Can someone please suggest a solution for this problem ? > >

Re: [flexcoders] Event before preinitialize

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

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 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 challe

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

2010-05-19 Thread Andriy Panas
;being excluded" 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 wrote: > > > > Thanks Andr

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

2010-05-18 Thread Andriy Panas
herit the value set from "textAlign" style from , because will have no explicit value set to "textAlign" in our custom skin e.g ... -- Best regards, Andriy Panas On 18 May 2010 07:53, dorkie dork from dorktown < dorkiedorkfromdorkt...@gmail.com> wrote: > &g

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

2010-05-17 Thread Andriy Panas
http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="21" minHeight="21" alpha.disabled="0.5"> ... -- 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] 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] 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] 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 wrote: > > > > Hi, we were compiling against SDK 4 beta 2, and now a

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 wrote: > > > I've got a project where I need to build automa

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 wrote: > > > Hi, > > Does anyone know the new online location for the Flex 4 Language >

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, Iva

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 wrote: > > > Hi Satish, > > Do you have for flex bre

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

2010-02-18 Thread Andriy Panas
from viewport set inside source code 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 wrote: > > >

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: MP3 or any audio encoder?

2010-02-16 Thread Andriy Panas
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: 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] 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: ListEvent ItemRollOver columnIndex value is wrong

2010-01-12 Thread Andriy Panas
ferred". If this issue is important to you, go to JIRA and vote. https://bugs.adobe.com/jira/browse/SDK-17823 -- Best regards, Andriy Panas 2010/1/11 invertedspear > > > I think, but I'm not sure, that when you set your col0 to be invisible, you > need to also set

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

2010-01-12 Thread Andriy Panas
ment online count and user visits? >> >> Thanks in advance,Shuo >> >> >> > > > > -- > Fotis Chatzinikos, Ph.D. > Founder, > LivinData Technologies > www.styledropper.com > fotis.chatzini...@gmail.com, > -- -- Best regards, Andriy Panas

Re: [flexcoders] Flex 3.5 - And Text Flow

2010-01-05 Thread Andriy Panas
flex-4-threaded-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 20

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

2010-01-04 Thread Andriy Panas
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk -- Best regards, Andriy Panas 2010/1/4 rid_b80 > > > 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 im

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 https://bugs.adobe.com/jira/secure/IssueNavigator.jspa?mode=h

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

2009-12-21 Thread Andriy Panas
regards, Andriy Panas 2009/12/21 tntomek > > > 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? > > > ---

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

2009-12-14 Thread Andriy Panas
item renderers). AlsoDragManager received a couple of fixes too. -- Best regards, Andriy Panas 2009/12/14 Matt Chotin : > 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 wr

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 Andr

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

2009-12-01 Thread Andriy Panas
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 > > > Hi there > > It is the mx:TextArea: > > > Here is a code snippet: > verticalAlign="middle&

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 > > > Hi there > > I have a problem where I am not able to paste special characters (eg. > cyrillic & arabic) into a flex Te

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 > > > Hello, > > In my application, I have created an extens

Re: [flexcoders] Button skin without button behaviour

2009-10-22 Thread Andriy Panas
Hi Richard, -- Best regards, Andriy Panas 2009/10/21 Richard Rodseth > > > 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. > If I do that by adding a "dummy" button what'

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

2009-10-22 Thread Andriy Panas
e file of ErrorSkin.as as starting point http://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 > > > I know you can change the errorColor of

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

2009-09-09 Thread Andriy Panas
"framework_rb.swc" 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 o

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
retty 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
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 : > Hi Jones, > > Make sure, you are using the following setup as described here in comments: > http

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] prevent text from scrolling

2009-06-22 Thread Andriy Panas
round" 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 : > > > Well I will use mx:UITextFie

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

2009-05-24 Thread Andriy Panas
f you are not confident 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 : &

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 >

[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
iable 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
applications with "update" 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
This is a multiline, editable TextArea control. If you need a non-editable multiline control, use the Text control. -- 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
on. -- Med venlig 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
at recently for a > similar problem with 'indent'. You should file a bug. And if you file a > patch, it is likely to get fixed sooner. > > > > - Gordon > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of A

[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
ed for "textFormat.blockIndent" value 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
Size.LEFT; > textField.multiline = true; > textField.wordWrap = false; > textField.border = false; > > 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
http://www.mail-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

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
edItem); // ready to call 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] 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]

[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
--- http://www.adobe.com/2006/mxml"; layout="vertical" creationComplete="onCreationComplete()"> --- -- 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
erforming the task of preventing certain 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]

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]

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
google.com/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]

[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 ( > and ) and then I set

[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
e="onInitialize()"> --- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders]Setting DataGrid header to transparent

2008-04-23 Thread Andriy Panas
ce file 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
ug-database: https://bugs.adobe.com/jira/browse/SDK-15339, so far no response there. -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

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 . Then, in the code, you can access Label's current label by calling 'myLabel.text'.

[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
m error message"); } "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 [EM

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

2008-02-13 Thread Andriy Panas
t; initialize="onInitialize()"> -- -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

Re: [flexcoders] Menubar Render

2007-12-12 Thread Andriy Panas
; > > > > > > > > > > Item Render (MyCustomRender.mxml) : > > > > > http://www.adobe.com/2006/mxml"; > > implements="mx.controls.menuClasses.IMenuBarItemRenderer " > > > > > > > > > > > > > > > > > > > > > > > > > > > > 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
er 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
differentiate between 2 calls -- -- 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. > > >

Re: [flexcoders] Wrapper .svn copies BUG!

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

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

2007-11-01 Thread Andriy Panas
at's why I'm surprised you are having a problem. > > > ------ > > > > -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

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

2007-11-01 Thread Andriy Panas
ped with FB 3 Beta 2 > 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 lookin

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
HANGE, 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 by

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 g

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] How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread Andriy Panas
= 0; } -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED] > Does anyone know how to add more fonts to the drop down selection of a > RichTextEditor ? > > >

Re: [flexcoders] RichTextEditor - Customizing the look

2007-10-22 Thread Andriy Panas
it's not very configurable. > > -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

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

2007-10-04 Thread Andriy Panas
tmlText' property of mx:Text in order to get embedded fonts to be working? And the attribute value for the style "fontFamily" should the valid 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.com&q=MXML+DTD+Schema&sourceid=Mozilla-search -- With flex regards, JabbyPanda

[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 he

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

2007-05-23 Thread Andriy Panas
e event handler 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_Parts&file=2215.html -- With flex regards, Andriy Panas

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

2007-05-10 Thread Andriy Panas
hould be building a multiple-module project >> with third-party dependencies (e.g. Cairngorm) with Maven 2? >> >> It sounds like several of us are interested in this - maybe it's time >> to collaborate on building up one of these plugins (or start a new >> one?). >> >> -Brian >> > > christian gruber + [EMAIL PROTECTED] + 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: How to determine that XML node, say is located at rool level of XML structure? Pretend that variable 'myNode' contains a reference to XML node. The following boolean check: myNode.parent()name.toString() != "root" does not work for me and

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 plug

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 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 action is fired... SK> Moving this Label instance outside the TabNavigator causes correct behavior. -- Best regards,

[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 se

[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: http://livedocs.adobe.com/flex/201/langref/mx/controls

[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 t

  1   2   >