Re: Debugging application with modules

2014-08-07 Thread mark goldin
If you export the main app for release and run that How exactly would I run it? Directly from the browser? How then a debugging session is going to start? On Thu, Aug 7, 2014 at 10:30 AM, Alex Harui aha...@adobe.com wrote: On 8/7/14 4:34 AM, mark goldin markzolo...@gmail.com wrote: Seems

No luck with 4.13.0

2014-08-07 Thread mark goldin
I am continuing getting this while installing it: Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 14.0 Flash Player version 14.0 Creating Apache Flex home Creating temporary directory Downloading Apache Flex SDK from:

Re: Debugging application with modules

2014-08-07 Thread mark goldin
I was also able to load a new app file into the same window but still no debugging. On Thu, Aug 7, 2014 at 10:40 AM, mark goldin markzolo...@gmail.com wrote: If you export the main app for release and run that How exactly would I run it? Directly from the browser? How then a debugging

Re: No luck with 4.13.0

2014-08-07 Thread mark goldin
, what do you get for its MD5? -Alex On 8/7/14 8:51 AM, mark goldin markzolo...@gmail.com wrote: I am continuing getting this while installing it: Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 14.0 Flash Player version 14.0

Re: No luck with 4.13.0

2014-08-07 Thread mark goldin
Ok, here it is: dbb7eb7747224e96a17d4ce7556004f9 On Thu, Aug 7, 2014 at 11:34 AM, mark goldin markzolo...@gmail.com wrote: when I click on that link my Chrome shows Starting for the download which actually never starts. On Thu, Aug 7, 2014 at 11:29 AM, Alex Harui aha...@adobe.com wrote

Re: No luck with 4.13.0

2014-08-07 Thread mark goldin
On 8/7/14 9:39 AM, mark goldin markzolo...@gmail.com wrote: Ok, here it is: dbb7eb7747224e96a17d4ce7556004f9 On Thu, Aug 7, 2014 at 11:34 AM, mark goldin markzolo...@gmail.com wrote: when I click on that link my Chrome shows Starting for the download which actually never starts

Re: No luck with 4.13.0

2014-08-07 Thread mark goldin
9:48 AM, mark goldin markzolo...@gmail.com wrote: I will follow your instructions. But if I would have network problems I wouldn't be able to download it at all, right? On Thu, Aug 7, 2014 at 11:43 AM, Alex Harui aha...@adobe.com wrote: OK, that's correct. It sounds like you have

Re: Debugging application with modules

2014-08-06 Thread mark goldin
Alex, I can debug my module as a stand alone application, but when I run my main application it does not stop at breakpoints in the module. Any idea? Thanks On Wed, Aug 6, 2014 at 12:01 AM, Alex Harui aha...@adobe.com wrote: On 8/5/14 6:02 PM, mark goldin markzolo...@gmail.com wrote: Yes

Problem installing 4.13.0

2014-08-06 Thread mark goldin
I am trying to install this SDK but it fails after I click Install saying Installation aborted. Please help. Thanks

Re: Problem installing 4.13.0

2014-08-06 Thread mark goldin
Ok, I am selecting all ckeckboxes on the left, then clicking Install. Next screen comes up with a title saying Installation aborted On Wed, Aug 6, 2014 at 1:52 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Need more details. On Wed, Aug 6, 2014 at 11:50 AM, mark goldin markzolo

SWF file tag info

2014-08-06 Thread mark goldin
I remember I saw somewhere detail info about swf file tags like version type. These tags can be seen in a hex editor. Does it ring any bell? Thanks

Re: Problem installing 4.13.0

2014-08-06 Thread mark goldin
Muppirala bigosma...@gmail.com wrote: Click the 'Console log' button. Copy and paste the contents of the log here. On Wed, Aug 6, 2014 at 11:55 AM, mark goldin markzolo...@gmail.com wrote: Ok, I am selecting all ckeckboxes on the left, then clicking Install. Next screen comes up

Re: Problem installing 4.13.0

2014-08-06 Thread mark goldin
? On Wed, Aug 6, 2014 at 12:43 PM, mark goldin markzolo...@gmail.com wrote: Failed at the same point. On Wed, Aug 6, 2014 at 2:35 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Wed, Aug 6, 2014 at 12:33 PM, mark goldin markzolo...@gmail.com wrote: Ok, running

Re: Problem installing 4.13.0

2014-08-06 Thread mark goldin
download it, try opening them from windows explorer? On Wed, Aug 6, 2014 at 12:47 PM, mark goldin markzolo...@gmail.com wrote: Version 3.1.0 (windows) Using Locale: en_US Fetched the SDK download mirror URL from the CGI. AIR version 14.0 Flash Player version 14.0 Creating Apache Flex

Debugging application with modules

2014-08-05 Thread mark goldin
Is there any problem debugging an application that uses modules? I can get into code when I run main file, but a break point in the module code does not seem to stop execution. Thanks

Re: Debugging application with modules

2014-08-05 Thread mark goldin
, 2014 at 5:11 PM, Alex Harui aha...@adobe.com wrote: Number one reason is that the modules are not compiled with the -debug flag. Could that be your issue? -Alex On 8/5/14 1:51 PM, mark goldin markzolo...@gmail.com wrote: Is there any problem debugging an application that uses modules? I

Registering FB 4.7

2014-08-04 Thread mark goldin
I have downloaded a trial version and have a serial number. How can I enter it? Thanks

Re: Registering FB 4.7

2014-08-04 Thread mark goldin
I have product registration for Flash Builder. When I select it it takes me to a web site. But I want to enter a serial number. On Mon, Aug 4, 2014 at 2:51 PM, Justin Ransom Dallas justindal...@gmail.com wrote: Is it under Help Product Registration On Monday, August 4, 2014, mark goldin

Error message importing a flex project

2014-08-04 Thread mark goldin
I am trying to import an old Flex project into freshly installed FB 4.7. When I choose a folder with the project I am getting: You do not have ASP.NET Development Server installed on a to of the dialog window. Any idea what that is? Thanks

Re: Currency value

2014-07-14 Thread mark goldin
= 893,829.00 € var cfr:CurrencyParseResult = cf.parse(s); //cfr.currencyString = € , cfr.value = 893829 or share your code which you trying and we'll see where it is going wrong. On Sun, Jul 13, 2014 at 8:57 PM, mark goldin markzolo...@gmail.com wrote: Try any

Re: Currency value

2014-07-14 Thread mark goldin
The currency symbol and a number of characters it consists of is unknown for existing field. The user can select any currency and I have to show a new currency symbol right after. On Mon, Jul 14, 2014 at 7:26 AM, jfb j.ballada...@verizon.net wrote: This should work: var stringValue:String =

Function is not ready

2014-07-14 Thread mark goldin
I have the following pseudo code: public function someTypeChange(event:IndexChangeEvent=null):void { someArrayCollection.filterFunction = someFilterFunction; someArrayCollection.refresh(); } public function someFilterFunction(item:Object):Boolean { . } I have a

Re: Function is not ready

2014-07-14 Thread mark goldin
Never mind, I found the problem. On Mon, Jul 14, 2014 at 12:22 PM, mark goldin markzolo...@gmail.com wrote: Yes, same error. On Mon, Jul 14, 2014 at 12:12 PM, Subscriptions subscripti...@leeburrows.com wrote: do you get same error with someTypeChange() instead of someTypeChange.call

Re: Function is not ready

2014-07-14 Thread mark goldin
My fault, there was another object of a null reference. On Mon, Jul 14, 2014 at 5:44 PM, Justin Ransom Dallas justindal...@gmail.com wrote: Well what was it?! On Mon, Jul 14, 2014 at 1:28 PM, mark goldin markzolo...@gmail.com wrote: Never mind, I found the problem. On Mon, Jul 14

Re: Currency value

2014-07-13 Thread mark goldin
, which has parseNumber method. On Sun, Jul 13, 2014 at 2:24 AM, mark goldin markzolo...@gmail.com wrote: Is there a reliable way of extracting a value from a currency string? I am using parse, but it only works well with currencies which have a currency symbol in the front. Thanks

Currency value

2014-07-12 Thread mark goldin
Is there a reliable way of extracting a value from a currency string? I am using parse, but it only works well with currencies which have a currency symbol in the front. Thanks

Spark CurrencyFormatter vs mx CurrencyFormatter

2014-07-09 Thread mark goldin
Looks like Spark formatter does not have some properties that the one from mx library has. For example, setThousandsSeparator, precision, and others. What if I need to adjust these values while using Spark formatter? Thanks

Set currency symbol at run time

2014-07-09 Thread mark goldin
Is there a way of setting currencySymbol property at the run time based on currencyISOCode? Thanks

Re: TileGroup grows unnecessary

2014-07-03 Thread mark goldin
Have you set width and height of the control to percentage values? On Thu, Jul 3, 2014 at 2:47 AM, Frank Dahmen fr...@dahmenia.de wrote: Hi, I have a tilegroup where i add icons (spark images) at runtime. There is enough room for 4 icons in one row of the tilegroup, but when adding the

Re: TileGroup grows unnecessary

2014-07-03 Thread mark goldin
etc.) Am 03.07.2014 16:55, schrieb mark goldin: Have you set width and height of the control to percentage values? On Thu, Jul 3, 2014 at 2:47 AM, Frank Dahmen fr...@dahmenia.de wrote: Hi, I have a tilegroup where i add icons (spark images) at runtime. There is enough room for 4 icons

Re: TileGroup grows unnecessary

2014-07-03 Thread mark goldin
+= elt.height; } height = maxH + verticalGap * rowCount; } On Thu, Jul 3, 2014 at 11:05 AM, mark goldin markzolo...@gmail.com wrote: Try setting up height as well. Also see if validateNow() after you finish adding images at the run time has any effect. On Thu, Jul 3, 2014 at 11:03 AM, Frank

Custom component similar to DatePicker

2014-07-02 Thread mark goldin
I need to create a component that would consist of two controls: TextInput and an icon. Something looking and working similar to a DateField. But when I click on an icon I will show a list to choose some values from. I want that list being shown below the text field - just like a calendar is

Re: Custom component similar to DatePicker

2014-07-02 Thread mark goldin
I am considering this. But I need to have a text field of my own, not the one that comes with the combo. On Wed, Jul 2, 2014 at 10:52 AM, Subscriptions subscripti...@leeburrows.com wrote: Perhaps a DropDownList with a custom skin? On 02/07/2014 16:37, mark goldin wrote: I need to create

Re: Custom component similar to DatePicker

2014-07-02 Thread mark goldin
subscripti...@leeburrows.com wrote: Perhaps a DropDownList with a custom skin? On 02/07/2014 16:37, mark goldin wrote: I need to create a component that would consist of two controls: TextInput and an icon. Something looking and working similar to a DateField. But when I click

FB project output folder

2014-06-23 Thread mark goldin
I've got a project from someone else.I am trying to change an output folder in the project properties but it keeps changing back. What seems to be a problem? Thanks

Re: FB project output folder

2014-06-23 Thread mark goldin
. -- Thanks Regards, Devesh Mishra(NABFS00) -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Monday, June 23, 2014 10:14 PM To: users Subject: FB project output folder I've got a project from someone else.I am trying to change an output folder in the project

Re: FB project output folder

2014-06-23 Thread mark goldin
I changed there but it still comes back with the old value. On Mon, Jun 23, 2014 at 12:27 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: Look for the outputFolderPath property in the .actionScriptProperties file. Thanks, Om On Mon, Jun 23, 2014 at 9:48 AM, mark goldin markzolo

Re: FB project output folder

2014-06-23 Thread mark goldin
Yep, that was it. Thanks. On Mon, Jun 23, 2014 at 1:03 PM, Jason Guild jason.gu...@alaska.gov wrote: Check the eclipse .project file for references to the old output folder too. J On 6/23/2014 9:39 AM, mark goldin wrote: I changed there but it still comes back with the old value

No debugging info

2014-05-27 Thread mark goldin
I have a workspace that consists of a number of projects. The main project is a Flex application, other projects are libraries. What's happening is that when I debug it from FB no debugging info exists in these libraries and as a result no breakpoints are working. The libraries are referenced

Re: ANT build fails for web project

2014-05-23 Thread mark goldin
What's the error? On Fri, May 23, 2014 at 11:48 AM, santanu4ver santanu4...@gmail.com wrote: Hi, Previously the following ANT scripts were working fine when we were on Adobe Flex SDK 4.7. Recently we shifted to Apache Flex SDK 4.12.1. The following stag just fails when build, can anyone

Re: ANT build fails for web project

2014-05-23 Thread mark goldin
build 23-May-2014 07:14:37[mxmlc] framework_4.12.1.20140427.swz build 23-May-2014 07:14:37[mxmlc] Error: No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder Tyy removing signed .swz references. On Fri, May 23, 2014 at 11:58 AM, santanu4ver

Custom item renderer adds event listeners to parent

2014-03-21 Thread mark goldin
I have a Spark datagrid with custom item renderers. One custom rendererr uses prepare and discard to add and remove event listeners to datagrid: override public function prepare(hasBeenRecycled:Boolean):void { super.prepare(hasBeenRecycled); grid.dataGrid.addEventListener(someEvent, onsomeEvent);

Re: Custom item renderer adds event listeners to parent

2014-03-21 Thread mark goldin
Code in onsomeEvent needs to run inside of the renderer. On Fri, Mar 21, 2014 at 11:27 AM, Tom Chiverton t...@extravision.com wrote: On 21/03/14 16:22, mark goldin wrote: One custom rendererr uses prepare and discard to add and remove event listeners to datagrid: Why ? It would be more

Re: Skinning issue

2014-03-14 Thread mark goldin
Did you set width and height to 100%? On Fri, Mar 14, 2014 at 11:29 AM, After24 vinc...@after24.net wrote: Hello, I have an issue with a component I'm working on which extends TitleWindow : If I call setStyle(skinClass, TheNewSkinClass) on this component after its initialization, the

Re: Skinning issue

2014-03-14 Thread mark goldin
Try it. On Fri, Mar 14, 2014 at 5:10 PM, After24 vinc...@after24.net wrote: Hi Mark, thank you for your response. No the width and height of the component are not percent based. -- View this message in context:

Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
I have the following code to accomplish what is says in the title: override protected function childrenCreated():void { super.childrenCreated(); textInput.addEventListener(change, onValueChange, false, 0, true); } private function onValueChange(event:Event):void { textInput.selectRange(0,

Re: Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
thoughts? Thanks On Thu, Mar 13, 2014 at 12:36 PM, Alex Harui aha...@adobe.com wrote: If you choose from the drop down, the textInput is programmatically modified so no change notification event is dispatched. On 3/13/14 9:37 AM, mark goldin markzolo...@gmail.com wrote: I have

Re: Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
control and then bring it back to my combo. On Thu, Mar 13, 2014 at 12:49 PM, Alex Harui aha...@adobe.com wrote: The ComboBox itself should dispatch a valueCommit event if the text is changed via drop-down selection. On 3/13/14 10:44 AM, mark goldin markzolo...@gmail.com wrote: I see. But what

Re: Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
that resets the selected range so the real trick may be getting your code to run last. On 3/13/14 10:53 AM, mark goldin markzolo...@gmail.com wrote: Right, but the thing is that the selected item is getting highlighted with no additional code - just switch to another Windows program and then switch

Re: Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
at 1:01 PM, mark goldin markzolo...@gmail.com wrote: I tried selectRange. Did not help.I will also try valueCommit. But, how come switching applications help to highlight? On Thu, Mar 13, 2014 at 12:57 PM, Alex Harui aha...@adobe.com wrote: selectRange should select all the text

Re: Add event listeners to the textInput skin part of the ComboBox

2014-03-13 Thread mark goldin
Seems like callLater did the trick. Thanks. On Thu, Mar 13, 2014 at 1:13 PM, Alex Harui aha...@adobe.com wrote: You may also need to selectRange on focusIn. On 3/13/14 11:09 AM, mark goldin markzolo...@gmail.com wrote: addEventListener(valueCommit, onValueChange, false, 0, true); private

Combo box - highlight an item

2014-03-12 Thread mark goldin
when I place a focus over a combo box sometimes I get its item highlighted, sometimes I see a caret blinking there but text is not selected. What does drive the difference? Thanks

Re: Event handling in Model-View-Controller

2014-02-25 Thread mark goldin
What about using event listeners? On Tue, Feb 25, 2014 at 3:47 PM, Barry Gold barrydg...@ca.rr.com wrote: I'm adjusting my game to use the model-view-controller pattern. I was already fairly close: all I had to do was move a couple of classes into a separate package for the controller, plus

FlexJS Installation

2014-02-24 Thread mark goldin
I ma trying following instructions from this page: https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder When I get to this screen clicking on Next does not do anything. [image: Inline image 1] Any help, please?

Re: FlexJS Installation

2014-02-24 Thread mark goldin
Select versions of products with the following Next. I am selecting in all dropdowns but clicking on Next does nothing. On Mon, Feb 24, 2014 at 10:15 AM, Peter Ent p...@adobe.com wrote: Image did not come through. Which step on the page are you at? --peter From: mark goldin markzolo

Re: Remote Flex Developer Position

2014-02-21 Thread mark goldin
Any details available? On Fri, Feb 21, 2014 at 11:03 AM, Sean Thayne s...@skyseek.com wrote: Hey All, I tried for a month or so to find a solid Flex guy/gal in Utah. No luck, so now we are opening up to remote help, contracting or full time. Let me know if your interested. Thanks

Re: Is there a way to send an event from the Flex server to a registered Flex client ?

2014-02-14 Thread mark goldin
A while ago I was using XML (Windows) sockets for that kind of messaging. Also known as a data push. On Fri, Feb 14, 2014 at 11:16 AM, Irnbru irnbru...@live.com wrote: Here is the basic set up (Server to Client messaging). I have a Linux server on which the flex (web) application runs. The

Re: Question about textInput

2014-02-11 Thread mark goldin
how to i remove the blue line round the input when the box has focus How about: activityinput.focusManager.hideFocus(); On Tue, Feb 11, 2014 at 3:28 PM, Scott Matheson smathe...@intralinks.comwrote: Hi i have be struggling with a few questions to do with textInput how do i colour the

Re: Screen shown hidden event

2014-01-16 Thread mark goldin
focus. Only individual input components do. There is no event fired when a display object is occluded by another one. On 1/15/14 11:51 AM, mark goldin markzolo...@gmail.com wrote: By screen I mean a screen that currently has a focus. Then that screen goes away by for example switching

Screen shown hidden event

2014-01-15 Thread mark goldin
Is there an universal event that always fires when a screen is shown or hidden by any means? Thanks

Re: Screen shown hidden event

2014-01-15 Thread mark goldin
you mean by screen? On 1/15/14 10:36 AM, mark goldin markzolo...@gmail.com wrote: Is there an universal event that always fires when a screen is shown or hidden by any means? Thanks

Bug #33941

2014-01-13 Thread mark goldin
I am reading Release Notes for 4.12 and I dont see that issue being included. But here: https://issues.apache.org/jira/browse/FLEX-33941 in the comments section it says Added to lists of bug to fix for 4.12. Just need to know if we can expect this bug fixed in 4.12. Thanks

Error in SDK 4.11

2014-01-09 Thread mark goldin
I have a datagrid with custom headers and no data assigned, not sure though if that causes the problem, but when I click on the header I am getting this: public function getHeaderRendererAt(columnIndex:int):IGridItemRenderer { // TODO: fix this: do the work here, rather than the layout

FlexEvent.FOCUS_IN

2014-01-06 Thread mark goldin
Is there a way to find out what triggered that event? Was it a mouse click or a tabbing in? Thanks

Re: composite components and focus delegation

2013-12-23 Thread mark goldin
the setFocus() call to one of the child TextInputs within itself? The dialog class has only a reference to the entire composite component, and the component in the dialog has no knowledge of whether it appears in a popup dialog or anywhere else. Jason On 12/23/2013 9:22 AM, mark goldin wrote

Scroller update performance

2013-12-18 Thread mark goldin
I have a screen with a number of TileGroups positioned vetically. Each TileGroup has a number of controls too. Yes, this screen is very busy. All these Tilegroups are placed inside of Scroller in order to scroll the screen. I am listening to updateComplete on the Scroller. I see that it takes time

ButtonBar and tabbing

2013-12-18 Thread mark goldin
I see that a basic buttonBar is not tabbable. I cannot tab from one button or renderer to another. Can that be changed? Thanks

Re: Scroller update performance

2013-12-18 Thread mark goldin
). • it reverses the scroll direction This might be something we can enable in the Scroller class through a property such as enableSmoothScrolling but it would require some work to work on desktop. On Wed, Dec 18, 2013 at 11:10 AM, mark goldin markzolo...@gmail.com wrote: I have a screen with a number

Re: ButtonBar and tabbing

2013-12-18 Thread mark goldin
Right, thanks. On Wed, Dec 18, 2013 at 3:26 PM, Alex Harui aha...@adobe.com wrote: Use an Hgroup of Buttons. ButtonBar uses arrow keys to move from one button to another much like RadioButton and TabNavigator. On 12/18/13 11:27 AM, mark goldin markzolo...@gmail.com wrote: I see

Re: focusManager and Popup with TitleWindow

2013-12-17 Thread mark goldin
Yes, on creationComplete. Thanks! On Tue, Dec 17, 2013 at 11:51 AM, Alex Harui aha...@adobe.com wrote: Probably calling too soon. Try waiting until after addPopUp returns or on creationComplete event On 12/17/13 8:14 AM, mark goldin markzolo...@gmail.com wrote: Not sure if this is a bug

Re: Problem resizing TileGroup

2013-12-13 Thread mark goldin
How would I receive ResizeEvent in my TileGroup? On Mon, Nov 25, 2013 at 2:29 PM, David Coleman david_coleman_...@hotmail.com wrote: Try this: do not directly calculate your screen changes, but do this in the updateDisplayList method.When receiving the ResizeEvent, only call the

Re: Resizable TitleWindow and TileGroup

2013-12-13 Thread mark goldin
to shrink below that measured size, the simplest thing is to determine what other minimum size you want (even zero) and set minWidth and minHeight accordingly. -Alex On 12/13/13 3:15 AM, mark goldin markzolo...@gmail.com wrote: So, what I understand is that an out of the box TileGroup

Re: Resizable TitleWindow and TileGroup

2013-12-13 Thread mark goldin
the measured size of their content. If you want them to shrink below that measured size, the simplest thing is to determine what other minimum size you want (even zero) and set minWidth and minHeight accordingly. -Alex On 12/13/13 3:15 AM, mark goldin markzolo...@gmail.com wrote: So, what I

Resizable TitleWindow and TileGroup

2013-12-12 Thread mark goldin
I have a TitleWindow that is resizable. Inside of it I have a TileGroup with a single dataGrid. Looks like when I resize the TitleWindow it does not affect TileGroup. The same TitleWindow works fine if I remove TitleGroup. Resizing will work correctly with dataGrid. I will try to come up with a

Re: Resizable TitleWindow and TileGroup

2013-12-12 Thread mark goldin
, 2013 at 3:57 PM, Alex Harui aha...@adobe.com wrote: If you are using % width/height, the measuredWidth/Height also becomes the minWidth/minHeight which can prevent shrinking. On 12/12/13 11:59 AM, mark goldin markzolo...@gmail.com wrote: I have a TitleWindow that is resizable. Inside of it I

Re: TileGroup and ensureElementIsVisible

2013-12-04 Thread mark goldin
a reference with static type spark.components:Scroller -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: 04 December 2013 05:44 To: users Subject: Re: TileGroup and ensureElementIsVisible Well, I wanted someone else to confirm the bug. On Tue, Dec 3, 2013

Re: Frustration with FB 4.7

2013-12-04 Thread mark goldin
Thanks for all the suggestions. Will keep them in mind. But I have switched to 4.11 for all projects that are in the workspace and it's been running fine. Go figure. On Wed, Dec 4, 2013 at 4:05 AM, Alexander Doroshko alexander.doros...@jetbrains.com wrote: On 04.12.2013 12:07, Martin Miko

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
All errors are Java run time errors. Where do I get Java log file from? On Tue, Dec 3, 2013 at 1:56 PM, Martin Miko marrtinm...@gmail.com wrote: Hi Mark, what sort of errors? Can you post the error trace? Martin Miko On Tue, Dec 3, 2013 at 8:31 PM, mark goldin markzolo...@gmail.com

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
, if this is the case I cannot help you much. I have no experience with building applications for mobile devices. [1] http://forums.adobe.com/message/5015573 Martin Miko On Tue, Dec 3, 2013 at 9:10 PM, mark goldin markzolo...@gmail.com wrote: I found it. Here is one entry: !ENTRY

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
Done that. On Tue, Dec 3, 2013 at 2:39 PM, piotr.zarzycki piotrzarzyck...@gmail.comwrote: Hi Mark. Try to increase amount of memory in FlashBuilder.ini -Xmx1024m Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
Windows 7. *Version 7 Update 45* On Tue, Dec 3, 2013 at 2:57 PM, Alex Harui aha...@adobe.com wrote: I think this may be a class path or Java versioning problem. What OS and version of Java is on your computer? On 12/3/13 12:53 PM, mark goldin markzolo...@gmail.com wrote: Done

Re: Frustration with FB 4.7

2013-12-03 Thread mark goldin
It works normally after starting FB for maybe 10 min. Sometimes, longer and then starts throwing these errors and FB slowly dies. On Tue, Dec 3, 2013 at 2:59 PM, mark goldin markzolo...@gmail.com wrote: Windows 7. *Version 7 Update 45* On Tue, Dec 3, 2013 at 2:57 PM, Alex Harui aha

TileGroup and ensureElementIsVisible

2013-12-03 Thread mark goldin
I am testing a programmatic scrolling of TileGroup. Either I am doing something wrong or there is bug here. I am providing code for testing. When you run it you will see rows of buttons and a scroller. Click on button 1 and start tabbing. When it reaches button 4 and you tab again it will go to

Re: TileGroup and ensureElementIsVisible

2013-12-03 Thread mark goldin
Well, I wanted someone else to confirm the bug. On Tue, Dec 3, 2013 at 5:25 PM, Justin Mclean jus...@classsoftware.comwrote: Hi, Might be better to raise this in JIRA. Thanks, Justin

Re: Ant build and SDK 4.11

2013-11-29 Thread mark goldin
Yes, I will make sure I an using it correctly. Another question. Where am I getting swz libraries from? It used to be Adobe sites. On Wed, Nov 27, 2013 at 6:53 PM, David Coleman david_coleman_...@hotmail.com wrote: is your ant instance using the new flex tasks jar from the 4.11 sdk? Date:

Re: Ant build and SDK 4.11

2013-11-29 Thread mark goldin
I have placed new flex tasks jar into ...Apache Software Foundation\apache-ant-1.8.2\lib where I am running my Ant builds from. Is that the correct place? On Fri, Nov 29, 2013 at 12:41 PM, mark goldin markzolo...@gmail.com wrote: Yes, I will make sure I an using it correctly. Another question

Spark DataGrid focusing problem with the latest SDK

2013-11-27 Thread mark goldin
I am facing a focusing problem using the latest (4.11) SDK. Specifically, if I tab to a Spark DataGrid it gets focus correctly by showing a blue border, if I hit tab again then instead of leaving the grid the focus goes to the first column's header by drawing an inner border. I double check it by

Re: Spark DataGrid focusing problem with the latest SDK

2013-11-27 Thread mark goldin
Yes, it is. On Wed, Nov 27, 2013 at 9:52 AM, Alex Harui aha...@adobe.com wrote: Is Datagrid.editable==true? On 11/27/13 5:12 AM, mark goldin markzolo...@gmail.com wrote: I am facing a focusing problem using the latest (4.11) SDK. Specifically, if I tab to a Spark DataGrid it gets focus

Re: Spark DataGrid focusing problem with the latest SDK

2013-11-27 Thread mark goldin
I forgot probably to mention that the grid has no data at this point. On Wed, Nov 27, 2013 at 10:05 AM, Alex Harui aha...@adobe.com wrote: Then focus shouldn't leave the grid, it should cycle through the renderers. On 11/27/13 8:00 AM, mark goldin markzolo...@gmail.com wrote: Yes

Re: Spark DataGrid focusing problem with the latest SDK

2013-11-27 Thread mark goldin
Done. On Wed, Nov 27, 2013 at 10:20 AM, Alex Harui aha...@adobe.com wrote: File a bug with a small test case. On 11/27/13 8:10 AM, mark goldin markzolo...@gmail.com wrote: I forgot probably to mention that the grid has no data at this point. On Wed, Nov 27, 2013 at 10:05 AM, Alex

Ant build and SDK 4.11

2013-11-27 Thread mark goldin
I am trying to execute builds that worked fine with 4.5.1. But I am getting the following error: Error: No signed digest found in catalog.xml of the library, \\Flex\SDK\4.11.0\frameworks\libs\framework.swc. Compile the library with -create-digest=true and try again. Can some please give

Problem resizing TileGroup

2013-11-25 Thread mark goldin
I have screens that are generated at the run time. I am using a TileGroup as a main container for such screens. When a screen construction is done I am recalculating the total height of the TileGroup and change it. Here is the code I am using for that: private function resizeTileGroup():void {

Re: MVC on Flex

2013-11-21 Thread mark goldin
, Nov 21, 2013 at 3:03 PM, Jake Churchill reyna...@gmail.com wrote: http://bit.ly/19KXv5X Sorry, couldn't resist On Thu, Nov 21, 2013 at 11:02 AM, mark goldin markzolo...@gmail.com wrote: Try to Google mvc frameworks for flex. On Thu, Nov 21, 2013 at 10:59 AM, Helio Antonio

Re: MVC on Flex

2013-11-21 Thread mark goldin
Try to Google mvc frameworks for flex. On Thu, Nov 21, 2013 at 10:59 AM, Helio Antonio Francisco Silva helio.afsi...@gmail.com wrote: Hello guys, i have a question. I work with flex and EXT JS 4, and Ext js have a perfect MVC for me... have any work for flex working with a MVC native ?

Re: VDividedBox and TileGroup

2013-11-21 Thread mark goldin
It works fine with Spark DataGrid. On Wed, Nov 20, 2013 at 5:55 PM, Alex Harui aha...@adobe.com wrote: Does it work if it regular Group? Or some mx:Container? On 11/20/13 8:12 AM, mark goldin markzolo...@gmail.com wrote: It looks like if I put a TileGroup into VDividedBox the content

VDividedBox and TileGroup

2013-11-20 Thread mark goldin
It looks like if I put a TileGroup into VDividedBox the content of TileGroup is not getting resized. Here is code: ?xml version=1.0? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark xmlns:mx=library://ns.adobe.com/flex/mx s:Panel

Re: VDividedBox and TileGroup

2013-11-20 Thread mark goldin
to see what's going on and found that the setter is not called when I make the height smaller. Any idea what is wrong with my code? Thanks On Wed, Nov 20, 2013 at 10:12 AM, mark goldin markzolo...@gmail.com wrote: It looks like if I put a TileGroup into VDividedBox the content of TileGroup

Re: VDividedBox and TileGroup

2013-11-20 Thread mark goldin
/13 10:16 AM, mark goldin markzolo...@gmail.com wrote: I have done more testing. In order to have it working we have to bind rowHeight to height: rowHeight={myTileGroup.height} Works fine in the shown test. I am resizing it vertically in both directions and the text box has proper height every

Combo box and binding

2013-11-18 Thread mark goldin
BindingUtils.bindProperty(combobox, comboValue, model, field, true); Here is my relative combobox code: private var _comboValue:*; public function set comboValue(value:*):void { // simplified for each (var listItem:* in dataProvider){ if (listItem.value] == _comboValue){ selectedItem = listItem;

Re: Combo box and binding

2013-11-18 Thread mark goldin
, mark goldin markzolo...@gmail.com wrote: BindingUtils.bindProperty(combobox, comboValue, model, field, true); Here is my relative combobox code: private var _comboValue:*; public function set comboValue(value:*):void { // simplified for each (var listItem:* in dataProvider

<    1   2   3   4   5   6   7   >