Re: Groups

2016-08-15 Thread jude
If you need to go lower level you can also grab the path's display object and manually turn on interactivity. public static function makeInteractive(element:Object, interactive:Boolean = false):void { if (element is GraphicElement) {

Re: AW: Workers and Speed

2016-08-02 Thread jude
If you're using object proxies or viable objects for bindings specifically for use in ItemRenderers that could be taking plenty of time as well. Instead, override the set data function of the Item Renderer and set the component properties directly and do not use binding tags in the MXML.

Re: Move / Wipe in effect

2016-08-01 Thread jude
Does it show at all? Is the button bar in a vgroup? Is it the last item in MXML (so it is not hidden underneath)? On Aug 1, 2016 8:33 AM, "scott matheson" wrote: Hi i want a panel to slide in from the bottom of the screen, this is my first animation and i just missing

Re: Question about Components, Garbage Collection, an CreationComplete

2016-07-25 Thread jude
you could also listen for state change events and call the creation complete event manually. On Jul 25, 2016 1:46 AM, "Alex Harui" wrote: On 7/24/16, 8:55 PM, "bilbosax" wrote: >Surely there is a more straight forward approach that I am >not

Adding an instance of Application to AIR Application when offline does not correctly position layout

2016-06-22 Thread jude
I've had an issue where if you add an Application from an external swf to your current AIR Application and you are online it works as expected. But if you are offline the layout is never complete. Many buttons and other display objects may be offscreen. If you resize the AIR application with a

Re: Flex contracts from home ?

2016-06-20 Thread jude
I had signed up for cyber coders and other lists like that and I get contacted at least once a month and weekly emails listing Flex jobs in the area. I also get contacted through LinkedIn. A few of those have been remote work. Maybe one in five. There are a lot of mobile AIR apps and you can

Re: scrollToIndex in filtered list

2016-05-28 Thread jude
you might need to call validateNow() before calling scroll to index. try also calling ensure index is visible. if you are using virtual rows you many need to call validate now multiple times. I'll try and dig up the code. On May 27, 2016 3:23 PM, "mark goldin" wrote: >

Re: RTE on RTE

2016-05-25 Thread jude
As a workaround you can remove the dataChange event listeners on each of the ButtonBarButtons in spark.skins.richTextEditorClasses.AlignToolSkin class. On Wed, May 25, 2016 at 6:59 AM, jude <flexcapaci...@gmail.com> wrote: > It looks that way. AlignTool is based on ButtonBarBut

Re: RTE on RTE

2016-05-25 Thread jude
AM, Alex Harui <aha...@adobe.com> wrote: > Is there a ButtonBarButton involved? It appears that it dispatches a > dataChange event as a regular Event and not a FlexEvent. Other code might > be expecting a FlexEvent. > > -Alex > > On 5/24/16, 8:25 AM, "jude" <flexc

RTE on RTE

2016-05-24 Thread jude
I'm getting a run time error on the experimental rich text editor. I've made a simple test case and pasted the code and error here. I'm using 4.15. ?xml version="1.0" encoding="utf-8"?> s:WindowedApplication

Re: [FlexJS] How to create a with a shadow style

2016-05-13 Thread jude
rsion that isn't picking up this style? -Alex On 5/13/16, 2:16 PM, "jude" <flexcapaci...@gmail.com> wrote: >it looks like it's ignoring styles it doesn't support. >On May 13, 2016 9:27 AM, "OK" <okrue...@edscha.com> wrote: > >> jude wrote >>

Re: [FlexJS] How to create a with a shadow style

2016-05-13 Thread jude
it looks like it's ignoring styles it doesn't support. On May 13, 2016 9:27 AM, "OK" <okrue...@edscha.com> wrote: > jude wrote > > ...You should be able to set the className to a > > style that has those values defined. > > > > > > > >

Re: [FlexJS] How to create a with a shadow style

2016-05-13 Thread jude
The parser doesn't like the trailing semicolon. This works style="background-color: blue" but this does not style="background-color: blue;". On Fri, May 13, 2016 at 8:59 AM, jude <flexcapaci...@gmail.com> wrote: > You should be able to set the style prope

Re: Loading svg image at runtime

2016-04-29 Thread jude
or, or we could get the ast from a flex spark skin and take the ast and reverse the process to produce the SVG. in flex your states are usually a one to one ratio with html pseudo states, normal, over, down, active. On Apr 29, 2016 7:11 PM, "jude" <flexcapaci...@gmail.com> wrote

Re: Loading svg image at runtime

2016-04-29 Thread jude
looking into. Was considering making SVG skins for each of the Flex components. Om made the first one for button a few years back. In my tests it worked well. On Apr 29, 2016 4:54 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > On 4/29/16, 2:01 PM, "jude&qu

Re: Loading svg image at runtime

2016-04-29 Thread jude
Isn't SVG markup? it should load as plain text. You may need to try different content types for it to load correctly. There are a few SVG to AS3 importer classes online. What's being used in three MXML compiler that's used to convert embedded SVG to a Sprite? Can we convert that code into an AS3

Re: Thanks to the Team

2016-04-24 Thread jude
One place I get constant Flash and web questions is Quora.com. I might be the only one answering questions about Flash and Adobe Systems there. If anyone can help there that'd be great. It's a huge community and while less technical, it is the place ceo's, users and even software managers are

Re: Bad Datagrid scrolling performance on Yoga3 (core i5 / geforce 940M)

2016-04-24 Thread jude
"Try to create smallest possible case where you have problem and post it here." That or post the code from your item renderers to something like https://gist.github.com/ and send us the links. Using bindable expressions as Nemi said can cause issues, using certain layout groups can cause issues

Re: Android 6.0

2016-04-12 Thread jude
Are you embedding the font? Try embedding and see if that helps. It looks like the date in the After.png is moved down but the text below it is correct. The difference seems to be that the font is bold in one of them. If you are already embedding the font make sure to embed the font with

Re: PayPal integration - Error #2096

2016-04-01 Thread jude
I ran into something like this before a few times. I don't remember the exact issue but you might want to use url variables instead of object for params. You also may need to set the content type. I'll try and look it up when I'm not on mobile. Post this on stack overflow and I'll help over there.

Re: Undo and redo in TLF

2016-03-19 Thread jude
7:32 AM, "Harbs" <harbs.li...@gmail.com> wrote: > How do you like that? It looks like I did commit that code... > > I wonder if something changed in Flash player. Either way, feel free to > add in a fix. > > On Mar 14, 2016, at 8:01 AM, jude <flexcapaci...@

Re: Apache Flex and Android Wear

2016-03-19 Thread jude
The Adobe forums usually have the Flash / AIR team monitoring them. I would post this over there. On Mar 17, 2016 7:37 PM, "leokan23" wrote: > So i have been goofing around with android wear and flex since it launched > over a year ago. Today i had some spare time and decided

Re: Undo and redo in TLF

2016-03-12 Thread jude
It looks like redo does work but it is using CTRL+Y or CMD+Y on Mac. I'm pretty sure it was CMD+Z for Undo and CMD+SHIFT+Z for Redo. Does anyone else recall this it working with this key combination? On Tue, Jan 26, 2016 at 12:54 PM, jude <flexcapaci...@gmail.com> wrote: > Yeah, I'l

Re: [OT] Progress report on Radiate a Flex related project

2016-03-02 Thread jude
release manager. :P On Tue, Mar 1, 2016 at 7:44 PM, jude <flexcapaci...@gmail.com> wrote: > Radiate is an application (hybrid IDE) that helps generate MXML, HTML and > compilation snapshots from a visual design view. It has a plugin > architecture for adding different importers and

[OT] Progress report on Radiate a Flex related project

2016-03-01 Thread jude
Radiate is an application (hybrid IDE) that helps generate MXML, HTML and compilation snapshots from a visual design view. It has a plugin architecture for adding different importers and exporters. It's created with and based on Spark and Apache Flex SDK. Since August, 2015 I've been creating new

Re: FlexJS HTTPService for XML parsing

2016-03-01 Thread jude
FYI I've heard that about XML too; that it's slower or much slower than accessing it's object representation. But that doesn't mean it's too slow. In my tests delays have been unnoticeable to the user. I don't think it should be avoided. For example, in my tests of creating a new XML instance

Re: Best Practice - is ,as and null

2016-02-17 Thread jude
If you have multiple lines where you need to access properties of a specific type then use 'as' and check for null. If it is one line then use 'is' and cast explicitly. // use 'as' and check for null when multiple lines accessing a type are involved: public function

Re: Puffin Browser

2016-02-16 Thread jude
You can install the flashplayer apk on Android, https://helpx.adobe.com/flash-player/kb/installing-flash-player-android-devices.html. for ios you could make a mobile version of your app and install it manually for each of your clients. i converted a large flex browser app to mobile ipad over the

Re: Puffin Browser

2016-02-15 Thread jude
navigate to what? On Feb 15, 2016 11:56 AM, "mark goldin" wrote: > I am trying it on my Windows 10 phone. In Edge it does navigate to my > application but asks for Flash player.But Puffin is not even navigating to > it saying check your network connection. I am currently

Re: Error Downloading Flex JS

2016-02-06 Thread jude
quot; <aha...@adobe.com> wrote: > > > On 2/6/16, 12:49 AM, "jude" <flexcapaci...@gmail.com> wrote: > > >I'm getting the same error again. I checked and the version I'm using is > >3.1.0. It looks like there is a 3.2.0 out. I thought we had an updater for >

Re: Error Downloading Flex JS

2016-02-06 Thread jude
ch3/73d9e339ac09aa46bc9a>. On Sat, Feb 6, 2016 at 9:32 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 2/6/16, 5:12 PM, "jude" <flexcapaci...@gmail.com> wrote: > > >I couldn't find an AIR badge installer. I found what looked like one on > >the > >

Re: Error Downloading Flex JS

2016-02-06 Thread jude
Good news. It worked with 3.2.0. On Sat, Feb 6, 2016 at 12:49 AM, jude <flexcapaci...@gmail.com> wrote: > I'm getting the same error again. I checked and the version I'm using is > 3.1.0. It looks like there is a 3.2.0 out. I thought we had an updater for > this or was I imagining

Re: Error Downloading Flex JS

2016-02-04 Thread jude
FYI I'm running into an error too, "no error message provided" on the FlexJS nightly, http://imgur.com/61zVirD. I enabled verbose logging and logging progress events. Checksum mismatch for /Applications/Adobe Flash Builder

Re: Undo and redo in TLF

2016-01-26 Thread jude
Yeah, I'll come up with some more test cases. On Jan 24, 2016 1:44 AM, "Harbs" <harbs.li...@gmail.com> wrote: > Jude, > > Can you test this against different Flex builds? I wonder if there was > some side effect of TLF changes. > > FWIW, redo works for me in the

Re: Spark components with Material Design

2016-01-26 Thread jude
Can we choose this as a theme in 4.15? On Tue, Jan 26, 2016 at 1:08 PM, OK wrote: > >Hi every one, i just wanted to know if there is some news about the > >material spark design lib you spoke about a few months ago. I see probably > >we'll have floating button but in the

Re: Undo and redo in TLF

2016-01-15 Thread jude
I remember it working in previous versions. I don't think it was introduced in 4.15. I'm wondering if it was introduced in a recent AIR or Flash Player. Did it work for you? On Fri, Jan 15, 2016 at 12:47 AM, Justin Mclean wrote: > Hi, > > > Does undo and more

Undo and redo in TLF

2016-01-15 Thread jude
Does undo and more importantly redo work for everyone else? I'm using 4.15 with this code: http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> Undo seems to work but not

Re: Drag file from windows and drop into flex application

2015-12-10 Thread jude
If it's an AIR app there are tutorials and documentation online on dragging and dropping from outside the program. http://stackoverflow.com/questions/8718123/dragging-from-desktop-to-air-application If it's a browser app then you may have to use HTML API to accept drag and drop. You can code it

Re: FileReference save

2015-12-03 Thread jude
You're passing in an ArrayCollection as the data to save? I'm guessing there is a ArrayCollection.toString() conversion going on. Then it's looking at each object and splitting the property values with commas. var ant = {name:Z,class:worker}; var ant2 = {name:Weaver,class:warrior}; var output =

Re: Design view for Flash Builder 4.7

2015-11-21 Thread jude
I tried for about a week to enable design view in FB 4.7 but to no avail. I found properties and turned them on and still nothing changed. I've been working on radiate for way too long now, www.radii8.com. The desktop version is coming along. It's main feature is that you can mock something up

Re: Not able to pass Object from stagewebview to javascript function

2015-11-09 Thread jude
Manohar, Try this stagewebview wrapper, https://github.com/monkeypunch3/flexcapacitor/blob/master/MainMobileLibrary/src/com/flexcapacitor/controls/WebView.as. You would pass objects as stringified JSON as Alex mentioned. FYI In the latest Android a user reported you must add a fake protocol to

Re: FlexJS: Desktop Application creation using FlexJS & AIR

2015-11-05 Thread jude
Are these tools to package web applications into desktop applications? They are better than AIR because newer embedded browser? On Thursday, November 5, 2015, Harbs wrote: > If someone has the bandwidth to look into it, using CEF is probably a > really good way to go.[1]

Re: Event when all effect ended

2015-10-20 Thread jude
The number of targets shouldn't matter except possibly in list based effects. Can you post the MXML? Is it not working? On Tuesday, October 20, 2015, chris_d_k wrote: > Hi, > > when I want to do something after an effect has ended for all targets.. > >

Re: NPAPI deprecation

2015-04-19 Thread jude
I'm pretty miffed at Google Chrome and Mozilla right now. They bullying their way around the web declaring plugins unnecessary. If you get a chance read through this, http://bit.ly/1yIV3R0 and take action. I've updated it a bit since last time I posted it. On Sun, Apr 19, 2015 at 5:23 AM, Evyatar

Re: Puffin Browser

2015-03-05 Thread jude
Also, you can still install the Flash Player apk on Android and use mobile Firefox with Flash enabled, https://forums.adobe.com/message/4675670. Note: 25,000,000 page views. On Thu, Mar 5, 2015 at 3:20 AM, Deepak MS megharajdee...@gmail.com wrote: This is awesome! I had used older version

Re: Binding in ActionScript

2015-02-20 Thread jude
That event might be too late? But I'm guessing grid or model is null before then. Also, model may need to be bindable as well. Or you might need to call execute bindings. From the documentation: Notice in this example that you use the preinitialize event to define the data binding. This is

Re: TLF tables examples

2015-02-15 Thread jude
: piotrz piotrzarzyck...@gmail.com Sent: Friday, February 13, 2015 11:18 PM To: users@flex.apache.org Subject: Re: TLF tables examples Hi Lane, Draft of the documentation provided by Harbs and Jude: https://docs.google.com/document/d/1sT0IAiMfIOBVgmo8wwF6ZZviuNFcW 2bUfQoj0zDmSog Some sample

Re: YouTube Flash to HTML5

2015-02-01 Thread jude
Over the last few years I have tried to respond in the comments and educate people. The points that I'm sharing is that plugins are just software that is neither good nor bad but offer features the browsers things that they don't support like 3d, video, web camera, audio playback, compression,

Re: Is there a way to check if a style exists on an object

2015-01-14 Thread jude
at 8:53 PM, Alex Harui aha...@adobe.com wrote: Did you rule out your suggestion of: (style in object.inheritedStyles || style in object.nonInheritedStyles) Or similarly, walking the protochain on this objects and using hasOwnProperty? -Alex On 1/13/15, 6:36 PM, jude flexcapaci

Re: Is there a way to check if a style exists on an object

2015-01-13 Thread jude
for it to be written? Just this second I thought of this: (style in object.inheritedStyles || style in object.nonInheritedStyles) If that works maybe we can add it: // check if style exists public function hasStyle(styleName:String, inherited:Boolean = false) { } Jude

Is there a way to check if a style exists on an object

2015-01-12 Thread jude
a way or API for it to be written? Just this second I thought of this: (style in object.inheritedStyles || style in object.nonInheritedStyles) If that works maybe we can add it: // check if style exists public function hasStyle(styleName:String, inherited:Boolean = false) { } Jude

Re: Best way to blink a Spark Datagrid cell

2015-01-09 Thread jude
You have to start using the data setter to check if the row is the selected row and column so that you can turn it on and so you can turn it off for all other rows. The data setter is called on numerous events including scrolling. Here is some pseudo code: override public function set

Re: reports

2014-12-15 Thread jude
If you are wanting to print what is on the screen you can use the FlexPrintJob class [1]. You can also recreate it with AlivePDF [2]. We have printed datagrid data and there are multiple tutorials out there [3]. There are some limitations to printing in Flex / Flash. I've used Crystal Reports in

Re: What is the best way to show html-formatted text in a flex mobile app?

2014-12-01 Thread jude
You might be able to reuse the LabelItemRenderer renderer and substitute in the old text field and set it's htmlText property rather than the text property. That might be the fastest but a lot more work if it uses Spark or FTE API methods. You could create an item renderer with the old text field

Re: SVG/SWF to FXG Converter

2014-09-06 Thread jude
FYI There is some new commands in AS3 to getGraphicsData(). Basically, you may be able to load a SWF and run exportGraphicsData to get the vectors data and then you can use that to create SVG or FXG. http://www.bytearray.org/?p=4893 Also, there is this,

Re: MXML Vs WAXML - WOOZ SDK

2014-09-06 Thread jude
For HTML/CSS/JS I would much rather use AS and MXML and use FlexJS to output to HTML than write in HTML, JS and CSS. In this case, you have the best tooling and support and then can output that to HTML. I think FlexJS will make a big splash once it matures and web devs see what it can do. BTW

Re: Unable to import MediaQueryParser in Actionscript / Flex

2014-08-16 Thread jude
It will not show up in auto complete because MediaQueryParser is an excluded class. IE, it has [ExcludeClass] at the top of the class. I think you can use import mx.utils.*; And that should let you use MediaQueryParser in your class. If all else fails try removing [ExcludeClass] from the class

Re: Pagination in Flash Builder

2014-08-10 Thread jude
You can use the PaginationText component here https://github.com/monkeypunch3/flexcapacitor/blob/master/MainLibrary/src/com/flexcapacitor/controls/PaginationText.as. It is based on the TLF example made by the TLF team but their example was broke when the new releases of TLF changed the API. I

Re: Design tools for creating Flex 4 skins

2014-08-06 Thread jude
I tried Inkscape before and it wouldn't start. I tried for a bit to get it going and then went back to Illustrator. I'm on Mac. I've kept Illustrator 5.0 with the FXG output option. Creating our own exporter for these programs sounds like a good idea if it's possible and incorporate our fixes and

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread jude
How is FXG broken? Do you mean when you paste it into each of these different places they all render differently? If that's true that's because they are converting to their own internal representation. Flash Catalyst was great at cleaning up the exported FXG from Illustrator. I would create a

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread jude
Use Flash Catalyst to clean up and optimize the FXG. There was actually a command in the context menu to optimize the graphics. It was pretty good at this for most of my cases. On Wed, Mar 6, 2013 at 2:07 PM, Jonathan Campos jonbcam...@gmail.com wrote: On Wed, Mar 6, 2013 at 11:44 AM, Scott

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread jude
Nice! I have had to manually remove all of that whenever I create a new skin. On Tue, Aug 5, 2014 at 5:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Aug 5, 2014 at 3:45 PM, jude flexcapaci...@gmail.com wrote: How is FXG broken? Do you mean when you paste it into each

Re: Design tools for creating Flex 4 skins

2014-08-05 Thread jude
custom skins for both targets. On Tue, Aug 5, 2014 at 6:06 PM, jude flexcapaci...@gmail.com wrote: Nice! I have had to manually remove all of that whenever I create a new skin. On Tue, Aug 5, 2014 at 5:53 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Tue, Aug 5, 2014 at 3:45 PM

Re: System.pause behavior

2014-06-28 Thread jude
The Flash Player performs some operations at the end of the frame. The Flash Player is on a loop of running code and then rendering to the screen. Somewhere after it runs the code on the current frame it executes network calls, decodes images, etc. Some of these are put on other threads so the UI

Re: How to Identify the text over flow in RichEditableTextArea

2014-06-05 Thread jude
Check the maximum property of the scroller, textAreaInstanceName.scroller.verticalScrollBar.maximum 0 In some cases the textAreaInstanceName.scroller instance might be null if no scroll bars exist as well. I might be thinking of Flex 3 though. On Tue, Jun 3, 2014 at 11:25 AM, Alex Harui

Re: Overzealous truncation of mx labels

2014-06-02 Thread jude
Did you figure out what changed that results in the crisper fonts? On Mon, Jun 2, 2014 at 1:29 AM, peetor mrpeterobr...@gmail.com wrote: On 2 Jun 2014, at 08:19, Alex Harui [via Apache Flex Users] ml-node+s246n6720...@n4.nabble.com wrote: I'm unable to understand which pics are

Re: Displaying HTML content in Flex Mobile Application

2014-05-03 Thread jude
This sets the x, y, width and height: stageWebView.viewPort = new Rectangle(305, 87, 715, 606); You've moved the x from 0 to 305 but have changed the width. You would want to adjust the width to make sure it fits in the available stage width. stageWebView.viewPort = new Rectangle(305, 87, 410,

Re: Not able to play video in my iPad

2014-04-03 Thread jude
You can check the file size of the IPA. For testing purposes check the IPA size now, then add another mp4 that is very huge and check the size again. On Thu, Apr 3, 2014 at 4:44 AM, sam991 samarth.gu...@firmwisegroup.comwrote: Hey, i just wanted to know that how will i check that my files

Re: Coding a better flex mobile app

2014-04-02 Thread jude
Does it use more CPU if you're not running any code? I mean a higher frame rate updates the display in the case of 30 fps to 60 fps 30 more times than normal but if the view doesn't change and no code needs to execute how much is really being used? Because, Flex has a invalidation for specific

Re: Printing at a set DPI

2014-02-02 Thread jude
don't know is if that scaling will do the right thing for a bitmap. -Alex From: jude flexcapaci...@gmail.com javascript:;mailto: flexcapaci...@gmail.com javascript:; Reply-To: users@flex.apache.org javascript:;mailto: users@flex.apache.org javascript:; users@flex.apache.orgjavascript

Re: Mac FileReference Bug

2014-02-02 Thread jude
In the bug he mentioned there's a code but that may not be his. In that example though, the handler is setup like so, protected function onModelSelected(e:Event):void { var fr:FileReference = e.currentTarget as FileReference; fr.addEventListener(Event.COMPLETE, onModelDone);

Re: Printing at a set DPI

2014-01-29 Thread jude
, Jan 28, 2014 at 4:59 PM, Alex Harui aha...@adobe.com wrote: I thought PrintJob returned information about page width/height. And I thought that was controlled by the print settings in the print dialog. -Alex On 1/28/14 10:42 AM, jude flexcapaci...@gmail.com wrote: Is there a way to print

Printing at a set DPI

2014-01-28 Thread jude
Is there a way to print something at a certain DPI with the PrintJob or FlexPrintJob classes? From what I've read so far it will print at the resolution of the screen. Also, when I print in vector (not printAsBitmap) certain display objects lose their backgrounds. For example, if there is a Spark

Re: Apache Flex Book Topic Wish List

2014-01-25 Thread jude
He means there is no one working on it. On Thu, Jan 23, 2014 at 1:07 PM, Jeffry Houser jef...@dot-com-it.comwrote: On 1/23/2014 12:28 PM, Tom Chiverton wrote: On 23/01/2014 16:53, modjkl...@comcast.net wrote: 1. Favorite IDE=FlashBuilder Which is dead :-) Source? -- Jeffry

Re: Apache Flex Book Topic Wish List

2014-01-25 Thread jude
1. Skinning and styling. 2. Making a Flex application without a framework (ie i've seen via view stacks, states, etc). On Thu, Jan 23, 2014 at 10:53 AM, modjkl...@comcast.net wrote: This is great news. Would love to buy a copy of the book. My comments: 1. Favorite IDE=FlashBuilder 2.

Re: O'Reilly Apache Flex book help

2014-01-25 Thread jude
Do you want us to email the O'Reilly guys? One suggestion since books can take a great deal of time is to get a few tech editors. Maybe one or two per chapter? On Sat, Jan 25, 2014 at 10:06 AM, Joseph Balderson n...@joeflash.ca wrote: Anyone is free to do as they wish... I am not standing in

Re: Screen shown hidden event

2014-01-21 Thread jude
does this work when a parent element is shown or hidden? I think if show event doesn't do what you want you can listen for add or added event and then check if the stage property is null or not. If it's not null then it's on the display list or visible. On Monday, January 20, 2014, Jagan Langa

Re: Scroller update performance

2013-12-18 Thread jude
I was looking into this a few days ago. I was comparing the scrolling in Flex container scrolling in a page in the browser. The browsers scrolling was much smoother and faster (for me - Firefox, Mac). I found an example online to increase the page scroll size and it's an improvement but it's not

Re: Version 4.12 of Apache Flex

2013-12-10 Thread jude
/KesslerConsulting/example/commit/30ee4b96911d301ea09516324241c4bc9d734f16 -Original Message- From: jude [mailto:flexcapaci...@gmail.com] Sent: Monday, December 09, 2013 5:47 AM To: users@flex.apache.org Subject: Re: Version 4.12 of Apache Flex +1 on the skin upgrades. Also, implement something

Re: Version 4.12 of Apache Flex

2013-12-09 Thread jude
+1 on the skin upgrades. Also, implement something like removeAllListeners to a base class such as UIComponent or possibly have a utility class that has the same effect. I saw a patch a while back but I don't think it was ever added.

Re: Flex Application Demo.

2013-11-06 Thread jude
Nice Shivang. Did you use object handles, GreenSock Transform or roll your own? I like the snap rulers. One thing I didn't see was a place to change the text entered. Good job! On Wed, Nov 6, 2013 at 2:59 PM, Scott Matheson smathe...@intralinks.comwrote: Really cool, you should be proud nice

Re: No Autocompletion in flashbuilder

2013-11-05 Thread jude
Where is this setting? I'm using FB 4.7 on Mac. Currently, in one of my projects, one of my included libraries is not showing autocomplete but autocomplete still works for the SDK classes. On Mon, Nov 4, 2013 at 4:46 AM, Justin Mclean jus...@classsoftware.comwrote: Hi, There's a bug in FB

Re: Smoothing FXG Artwork

2013-11-03 Thread jude
The quality of the vector graphics are determined by the stage qualityhttp://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/StageQuality.html. For BitmapData in Flash Player 11.3 on you can use drawWithQuality and set it to 16x16 pixel grid. Unfortunately, I don't think

Re: renderer performance mxml vs actionscript

2013-09-19 Thread jude
It's safe to say we don't know if AS is faster than MXML until we have the data. It may be that MXML allows databinding and that is slower than manually setting the values in AS3 in the renderer's data setter. So MXML renderers can more easily get bogged down where as in AS3 you would typically be

Re: Feedback on SDK 4.10 Callout component

2013-08-01 Thread jude
I have an example project (FXP) that adds a directional drop shadow under the arrow if anyone wants the project or even better to create a patch. The example also provides an explorer for the vertical and horizontal positions of CalloutButton. NB This is using the mobile version not the one in

Re: non-blocking preloading animation?

2013-07-29 Thread jude
what happens if you put an animated gif in the div? maybe something to try before refactoring the whole app. On Fri, Jul 26, 2013 at 2:31 PM, Ajar ajar.interact...@gmail.com wrote: Hi all I have a big flex web project It takes a while to load its around 3M for the main app swf and 80K for

Re: ensureCellIsVisible for real

2013-07-27 Thread jude
I found maxVerticalPosition on Scroller but it is marked private. there is probably a good reason for it. On Saturday, July 27, 2013, mark goldin wrote: Will give it a try. On Fri, Jul 26, 2013 at 11:04 PM, jude flexcapaci...@gmail.com wrote: What are you using for development? Flash

non-blocking preloading animation?

2013-07-27 Thread jude
if you're seeing freezing it means you're most likely stuck in a loop somewhere in your code possibly parsing results from the server or that you or a component is calling validate now and not using phased instantiation. the flex framework prevents most of this sort of thing by default. using

Re: Radiate people, radiate...

2013-07-26 Thread jude
Thanks for all the feedback. As I was walking out the door I made a quick video going over a few use cases, http://www.youtube.com/watch?v=Rx5W0t64VuY. In the video it's showing creating the home page for Google with a design view. Then below in the code section there is generated MXML, HTML and

Radiate people, radiate...

2013-07-24 Thread jude
So here's an update on the Radiate (radii8) project. I've uploaded a new demo, with major changes. This one should load now. I've found out that none of the versions posted from January until now have loaded for anyone I've sent links too. I think it had to do with monkey patching FlexSprite but

Re: Search for text in DataGrid's column

2013-07-15 Thread jude
you could extend the model to include text selection coordinates but if that triggers a save you could create a dictionary for data that has selection coordinates. on prepare or set data of the item renderer check if selection data exists for the given item: // pseudo code var

Re: Guidance needed

2013-06-27 Thread jude
Hi Mark, Is it limited to bandwidth issues? Can you save and reuse a local copy of the array collection (s) before going with a local database? I haven't had to sync to databases before so I'll leave that to someone else but for the other areas if they have to do with the array collections,

Re: Application Scale

2013-04-12 Thread jude
We had a similar solution. We created a Group that is a child of the application. This allows us to have different applications but thesame main group. The reason is we can then use different CSS style sheets for different application targets. Then in the application resize we check for the