Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-07 Thread Nitin Gopi
Hi Alex, I searched the solution into the flash builder forum and found some good answers. We are not using any RSLs for our project. So I unchecked the option of  Use local debug runtime shared libraries when debugging from the debug settings. Now the release build was possible. The problem is

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-07 Thread Alex Harui
I’m not sure I understand your question, but again, you might want to ask on the Flash Builder forum about what those settings do. On 8/7/12 12:43 AM, Nitin Gopi nitin.g...@yahoo.co.in wrote: Hi Alex, I searched the solution into the flash builder forum and found some good answers. We

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue [1 Attachment]

2012-08-06 Thread Nitin Gopi
Hi Alex Thanks for replying back. I did just what you asked. I enabled the show heap status and attached the screenshot of the result I found. I noticed that sometimes it touched the top limit which is 1016 M but when it showed the error it had touched 883M.  Can you please see the attached

[flexcoders] Mouse Wheel Problem in Latest Flash Player Plugin

2012-08-06 Thread Ranggalawe
is there any special setup to capture mouse wheel event in latest flash player? I don't get any mouse wheel response from my mapping application (Chrome with FP 11.3.31.222). I thought it was just internal application problem but this behaviors also appear in other case:

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-06 Thread Alex Harui
I would recommend asking on the Adobe Flash Builder forum. On 8/6/12 9:15 AM, Nitin Gopi nitin.g...@yahoo.co.in wrote: [Attachment(s) #TopText from Nitin Gopi included below] Hi Alex Thanks for replying back. I did just what you asked. I enabled the show heap status and attached the

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-05 Thread Nitin Gopi
Hi Alex The only new addition is the mate framework. But in Flashbuilder 4.6 mate framework works fine with flex 3.6 sdk. I tested it by creating a sample application and exported the release build. Here I am giving full details of the problem, last time I couldn't give all the information.   I

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-05 Thread Alex Harui
At least on my mac, in preferences/general, check the “show heap status” and see if hitting the top coincides with the error. It could be your newer version of Mate has just enough new symbols and other information to blow out the heap. On 8/5/12 12:04 AM, Nitin Gopi nitin.g...@yahoo.co.in

[flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-03 Thread Nitin Gopi
Hi I am facing a problem while doing the release build. I am using the flex 3.6 sdk in flashbuilder 4.5. External libraries used are alivepdf.swc, autocomplete.swc, flexgrid.swc, fusioncharts.swc and mate_09_1.swc. Normal build is taking too much time and when I do the export to release build

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-03 Thread Alex Harui
There’s a way to show available memory to FB. It sounds like you’re hitting the max. You may need to break up your app into pieces. On 8/3/12 8:00 AM, Nitin Gopi nitin.g...@yahoo.co.in wrote: Hi I am facing a problem while doing the release build. I am using the flex 3.6 sdk in

[flexcoders] Grid Question - column head

2012-08-03 Thread Davidson, Jerry
We are using the advance data grid component. Column heads consist of the label followed by an engineer bar followed by a number. The first column is a button and it would make no sense to sort on it. How do I eliminate the separator and the sort indicator? Jerry

[flexcoders] ADG column/button

2012-08-03 Thread Davidson, Jerry
We have an item renderer to put a button in a column. How would I configure the button so it doesn't take the entire column? I would also like to center it Jerry

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-03 Thread Nitin Gopi
Hi Alex I am not an expert in this topic, the problem is my company is using this app for last 4 years. They started it without using any modules or any framework. Now the app size has grown big. Breaking the app into modules may solve the problem, but it will take time. I will definitely

Re: [flexcoders] Re: Adding stroke to text or bitmap at runtime

2012-08-03 Thread dorkie dork from dorktown
I discovered that using the DropShadowFilter with the right settings gets really close to the border stroke created by the effects filters in Photoshop. I mean it's like 95% accurate. I've posted examples (comparing bitmap from photoshop and a live BorderStrokeFilter on my site

Re: [flexcoders] flashbuilder 4.6 flex sdk 3.6 release build issue

2012-08-03 Thread Alex Harui
Something usually has changed. A new version of a SWC, a new version of Flash Builder? If you go back to older versions, in theory the problem should go away. On 8/3/12 4:55 PM, Nitin Gopi nitin.g...@yahoo.co.in wrote: Hi Alex I am not an expert in this topic, the problem is my company

Re: [flexcoders] check if the user has block all sites from using the camera and microphone

2012-08-02 Thread dorkie dork from dorktown
I don't know of a property that tells you this. But there may be a way to find out with the users help. If the mic is muted I open an alert window and tell the user that they'll need to enable it in the settings dialog. If they click OK to the alert window then I open the Flash microphone

[flexcoders] Re: check if the user has block all sites from using the camera and microphone

2012-08-02 Thread Chuck Preston
Hi Judah, That's a cool way to do it. We were going to do a technique like skype uses where you put up a screen with a VU type meter that shows the volume level from the microphone, and then tell the user to talk into the mic and ask them if they see the meter moving. If they click the Yes

[flexcoders] error (NetConnection.Call.Failed HTTP failed) on navigateToURL while saving

2012-07-30 Thread amit_sanghai
Hi, In our application, we are saving a template, but there is a provision for exiting the page while it is saving, and go back to the mail list page. The saving process works in background. For saving I am calling the server side (through Granite DS framework) and passing the template data,

Re: [flexcoders] Re: Mate app, how to re-bind data to UI

2012-07-29 Thread Nolan Erck
(Sorry for the lag in replying, I've been back/forth a lot). I should have specified before, this is in an AIR app, so there's no page to reload. Is there a variation of that function that could be used to from within an AIR app? Something that redoes the FlexEvent.PREINITIALIZE event perhaps?

[flexcoders] Re: Mate app, how to re-bind data to UI

2012-07-29 Thread theinvincible83
I havent tried reloading an air app.. may be you can try the following link: http://stackoverflow.com/questions/1821749/how-to-restart-a-standalone-adobe-air-flex-application --- In flexcoders@yahoogroups.com, Nolan Erck nolan.erck@... wrote: (Sorry for the lag in replying, I've been

[flexcoders] Grid/renderer with AS

2012-07-26 Thread Davidson, Jerry
I realize it will be several hours before this appears, but as I'm not having much luck it will probably appear before I find the answer. I have an advancedatagrid that has a column with a check box item renderer. When it is clicked, the event is triggered, but I'm not sure how to address the

[flexcoders] Question for Flex Builder 3.0.2 installation?

2012-07-26 Thread markflex2007
Hi Sir/Madam, May I install Flex Builder 3.0.2 and Flex Builder plugin 3.0.2 in same computer? Do they affect each other. Thanks for your help. Mark

Re: [flexcoders] Grid/renderer with AS

2012-07-26 Thread Alex Harui
Usually, the checkbox changes some property in the dataprovider. Your code can check the value of that property. On 7/26/12 5:49 AM, Davidson, Jerry jerry.david...@illinois.gov wrote: I realize it will be several hours before this appears, but as I’m not having much luck it will

[flexcoders] Re: Mate app, how to re-bind data to UI

2012-07-26 Thread theinvincible83
Nolan, I guess its a binding issue that you are facing. An easy workaround would be to just reload the webpage once the user logs out, you can use the following snippet to reload the page, let me know if that works: private function reloadpage():void {

[flexcoders] Mate app, how to re-bind data to UI

2012-07-25 Thread Nolan Erck
Hi All, I inherited a Mate app from a previous developer and have been tasked with fixing a few bugs. I'm new to Mate, I've hit a roadblock, and could use some help... The app I have works about like so: 1. User logs in, credentials are verified, standard stuff 2. The app then queries the

[flexcoders] Mate app, how to re-bind data to UI

2012-07-25 Thread Nolan Erck
Hi All, I inherited a Mate app from a previous developer and have been tasked with fixing a few bugs. I'm new to Mate, I've hit a roadblock, and could use some help... The app I have works about like so: 1. User logs in, credentials are verified, standard stuff 2. The app then queries the

[flexcoders] going crazy: custom tooltip positioning

2012-07-24 Thread grimmwerks
I honestly honestly don't get why I'm having problems positioning this thing; I can set the alpha but can NEVER set the position -- in this example I'm trying to set it to 0,0 (and then moving it to -100,-100) just to see SOMETHING happen - but it never does: Just so you understand as well -

[flexcoders] going crazy: custom tooltip positioning

2012-07-24 Thread grimmwerks
I honestly honestly don't get why I'm having problems positioning this thing; I can set the alpha but can NEVER set the position -- in this example I'm trying to set it to 0,0 (and then moving it to -100,-100) just to see SOMETHING happen - but it never does: Just so you understand as well

Re: [flexcoders] going crazy: custom tooltip positioning

2012-07-24 Thread Alex Harui
What event are you grabbing? Look at how datatips are handled in DG itemrenderers. Remember that a tooltip goes away on rollout, are you sure that’s what you want? On 7/24/12 7:24 AM, grimmwerks gr...@grimmwerks.com wrote: I honestly honestly don't get why I'm having problems

[flexcoders] RE: Syntax - Package

2012-07-23 Thread Gordon Smith
No. The braces are required. Gordon Smith, Adobe compile team From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Davidson, Jerry Sent: Friday, July 20, 2012 6:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Syntax - Package We've all seen this:

Re: [flexcoders] Syntax - Package

2012-07-23 Thread Alex Harui
I wouldn’t expect it to be the same. On 7/20/12 6:29 AM, Davidson, Jerry jerry.david...@illinois.gov wrote: We’ve all seen this: Package x.y.z { Public … { … } } Is this equally valid? Package x.y.z; Public … { … } Thanks.

[flexcoders] Problem with modules

2012-07-22 Thread Wise Thinkin
Hello , how are you , I am reading chapter 7 ( modules libraries , applications and portals ) of Enterprise developement with Flex book , I enconter some problem in loading protlet for multiversioning part , I appreciate any help .

[flexcoders] DataService vs Messaging

2012-07-20 Thread Haridimos Kondylakis
Hello, I trying to do some examples using LCDS and I'm a bit confused. Can anybody help? The scenario is the following: I need several clients to be connected to a LCDS-enabled server. The server uses a Database. Whenever a change is made in the database I need my clients to be informed about

[flexcoders] Syntax - Package

2012-07-20 Thread Davidson, Jerry
We've all seen this: Package x.y.z { Public ... { ... } } Is this equally valid? Package x.y.z; Public ... { ... } Thanks.

[flexcoders] (unknown)

2012-07-19 Thread Dur-E-Wahab Khan
http://www.usiquran.com/blog/wp-content/plugins/zaoudeeoohe/life.php?rough213.png

[flexcoders] Styling MX button in Spark Theme application

2012-07-14 Thread Dave Glasser
I have an app that I'm porting from Flex 3.3 to Flex 4.6. I'm not using the Halo theme, and I don't want to. I have a lot of mx.controls.Button objects. They have a nice, 3-D look, with a gradient that goes from a light gray at the top to a slightly darker gray at the bottom. The CSS styles

[flexcoders] offline and online synchronization

2012-07-14 Thread Wise Thinkin
Hello All , Any one has experience with offline online synchronization with live cycle or blazeds and adobe air ? I appreciate your response , because I am developing an application With Air that I need offline and online synchronization.

Re: [flexcoders] Styling MX button in Spark Theme application

2012-07-14 Thread Alex Harui
Look in the default button skin. If it isn’t callling getStyle, then there is no style that controls it. In Spark, custom skinning is required more often. On 7/14/12 10:49 AM, Dave Glasser dglas...@pobox.com wrote: I have an app that I'm porting from Flex 3.3 to Flex 4.6. I'm not using

[flexcoders] datagrid column background color is lost when scrolling.

2012-07-13 Thread Yu, Deyang
Hi, All, I need to make certain datagrid columns non-editable mode. And also use the background color to distinguish it out it is non-editable mode. It works fine when datagrid don't need to be scrolled. But when horizontal scrolling the grid. The column background color is lost. It become

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-11 Thread k.sigiscar
Hi Claudiu, Here is part of the existing code of the custom component. Data is invalidated in the dataProvider setter and used in commitProperties: override protected function commitProperties():void { super.commitProperties();

[flexcoders] Re: Data children disappearing when off range on DateTimeAxis

2012-07-11 Thread k.sigiscar
I checked the Flex JIRA bugs and found this entry, which might explain the problem: https://bugs.adobe.com/jira/browse/FLEXDMV-1674 --- In flexcoders@yahoogroups.com, k.sigiscar k.sigiscar@... wrote: Hi, I have a mx:CartesianDataCanvas:

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-11 Thread k.sigiscar
I have checked out the Flex JIRA and this might be the issue since I use ColumnSet in my chart component: https://bugs.adobe.com/jira/browse/FLEXDMV-1674

[flexcoders] Custom Preloader

2012-07-10 Thread ZIONIST
Hi guys am trying to follow this example http://nightlycoding.com/index.php/2011/05/flex-preloader-with-greensock-tweenlite-and-tweenmax/ to create the same preloader but am getting so many errors. Below is my code please advise where am going wrong. CustomPreloader.as package preloader {

Re: [flexcoders] Custom Preloader

2012-07-10 Thread Alex Harui
What error are you getting? On 7/10/12 4:50 AM, ZIONIST stinas...@yahoo.com wrote: Hi guys am trying to follow this example http://nightlycoding.com/index.php/2011/05/flex-preloader-with-greensock-tweenlite-and-tweenmax/ to create the same preloader but am getting so many errors. Below

[flexcoders] Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
Hi, I have a chart with dynamic series on a LinearAxis (Y) and a DateTimeAxis (X). The series visibility can be set to true / false by the user. When a series with a very high value is displayed, the rest of the chart is scaled down. When the series with the high values is then discarded

Re: [flexcoders] Resetting Chart scale on LineAxis

2012-07-09 Thread claudiu ursica
Hi Karl, Can you share some basic example? I don't know how your chart and data looks like, and how you add/discard new data. I see you already ran into this and did not work... https://userflex.wordpress.com/2011/04/21/update-linear-axis/ C From: k.sigiscar

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
Hi Claudiu, Yes, I saw that one. But he's using a CategoryAxis and not a DateTimeAxis (we bind the minimum and maximum properties of the DateTimeAxis to the values of our timeline component). Therefore, we cannot do the same thing as he does to reset the chart scale. Best regards, Karl.

Re: [flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread claudiu ursica
Hi Karl, I am not an expert on the charts, I only played with an example from the docs which updates nicely. Hence the request about some basic example to see if it can be narrowed down. Unless you already try it, you can debug the bindings via the BindingManager.debugBinding() or wrap the

[flexcoders] Re: Resetting Chart scale on LineAxis

2012-07-09 Thread k.sigiscar
Hi, The minimum and maximum properties of the LinearAxis are not bound to anything and they are the ones I have problems with (values not resetting when setting series visibility). Only the minimum and maximum properties of the DateTimeAxis are bound and there is no problem with that part.

RE: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread michael_regert
Changing the function use encoding (%3D in place of the =) causes the function to completely fail. I guess I can chalk this one up as an Adobe bug overall? ExternalInterface.call(window.open,urlString,_blank,status%3D1,scrollbars%3D1,toolbar%3D1,menubar%3D1,location%3D1,resizable%3D1);

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread Erik van der Neut
In your original message you wrote: me! nubar=1 Instead of: menubar=1 I assume that was a typo in your message to this group, not in your actual code? Erik On Jul 9, 2012, at 12:41 PM, michael_reg...@dell.com michael_reg...@dell.com wrote: Changing the

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread Erik van der Neut
Oh, also seeing urlStri! ng -- must be something else then...? E On Jul 9, 2012, at 4:28 PM, Erik van der Neut wrote: In your original message you wrote: me! nubar=1 Instead of: menubar=1 I assume that was a typo in your message to this group, not in

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread Erik van der Neut
Ignore me. Those got introduced halfway down the discussion, with the message from Alex Harui. Sorry, E On Jul 9, 2012, at 4:29 PM, Erik van der Neut wrote: Oh, also seeing urlStri! ng -- must be something else then...? E On Jul 9, 2012, at 4:28 PM, Erik van der Neut wrote: In

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-09 Thread Alex Harui
I would encode the commas as well. Another test would be to simply pass in “foo” instead of “status...” to see if it is something in that string that is causing the problem. On 7/9/12 9:41 AM, michael_reg...@dell.com michael_reg...@dell.com wrote: Changing the function use encoding (%3D

[flexcoders] HDividedBox divider events not working after changing current state

2012-07-09 Thread method_air
The HDividerBox dividerRelease and dividerPress event listeners no longer execute after changing the current state of a parent container (and the 'drag handle' is lost)...but the HDividedBox still 'has event listeners' for these events. Any ideas? I'll post code if necessary. Thanks.

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-07 Thread Alex Harui
I’m just guessing here, but I get suspicious when I see non-alphas (equal signs, dashes) in a URL. See this link: http://www.w3schools.com/tags/ref_urlencode.asp On 7/6/12 6:22 AM, michael_reg...@dell.com michael_reg...@dell.com wrote: Thank you Alex for your reply. Can you further

RE: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-06 Thread michael_regert
Thank you Alex for your reply. Can you further clarify what you mean by try encoding entities in the urlString and maybe the additional args. I guess I'm not understanding. The URLString I'm passing in is like https://hostname/resources/locale/en_US/help/GUID-1234567890.html and the args

[flexcoders] Re: Errors in flash.external::ExternalInterface$/call()

2012-07-06 Thread Jameel Ahmad
Hi Michael, I have already encountered this kind of errors. Please check the XML content that is returned by the file which you call through the external interface. I am sure there is some syntax error while the XML content is constructed. Like some start tag student missing the end tag /student.

RE: [flexcoders] Re: Errors in flash.external::ExternalInterface$/call()

2012-07-06 Thread michael_regert
Thanks. I'm not retrieving any XML content though. All we're doing is launching an external browser window to display a URL so no data is coming in. Michael J. Regert From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jameel Ahmad Sent: Friday, July 06, 2012

[flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-05 Thread michael_regert
I'm working on a bug which has us puzzled and I'm looking for a bit of direction. When we launch our external help documents (HTML) with the following command, sometimes we get an array of XML parse errors. It is very inconsistent and sometimes requires clicking the help button multiple times

Re: [flexcoders] Errors in flash.external::ExternalInterface$/call()

2012-07-05 Thread Alex Harui
It appears that ExternalInterface.call takes its arguments and encodes them into XML before passing them to the HTML/JS wrapper. If there is something in the arguments that messes up the encoding then maybe you would get this error. I would try encoding entities in the urlString and maybe the

[flexcoders] (unknown)

2012-07-04 Thread e baggg
http://comqueen.com/images/cpk3qijb.php 7/4/2012 5:17:22 AM

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Nick Collins
actually listen for a RESIZE event on the view, then check if the width of the view is greater than the height. If it is, landscape, if not, portrait. On Fri, Jun 22, 2012 at 2:56 PM, Jake Churchill reyna...@gmail.com wrote: ** I got my hands on an android 3 tablet and the same thing

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Nick Collins
protected function view_resizeHandler(event:ResizeEvent):void { if (widthheight) this.currentState=landscape; else this.currentState=portrait; } On Tue, Jul 3, 2012 at 6:11 AM, Nick Collins ndcoll...@gmail.com wrote: actually listen for a RESIZE event on the view, then check if

Re: [flexcoders] Flex Mobile Android 4 (ICS)

2012-07-03 Thread Jake Churchill
I found out what was happening. I had a global deactivate handler (I don't want this particular app running in the background). Apparently, this gets called by Android when switching orientation. The whole app de-activates, then re-activates in a new orientation. So, handling that, fixed my

Re: [flexcoders] MouseEvent over chart [1 Attachment]

2012-07-03 Thread Jake Churchill
Alex, I think I have figured out what is causing the mouse disruption. I have a background element where I display the symbol and the symbol description. Whenever I rollover that, it makes the mouse event's position freak out. If I set mouseChildren=false on the background elements, it fixes

[flexcoders] Re: Problems after upgrade to flash 11.3

2012-07-02 Thread faizal_ac
Alex do you have anything to add that can point me in the right direction? Is there something that flash player 11.3 treats differently regarding webservices that i need to take into account? Thanks Faizal --- In flexcoders@yahoogroups.com, faizal_ac faizal_ac@... wrote: Hi, I have a flex

[flexcoders] Flex 4.6 Image Panning and Zooming

2012-07-02 Thread Laurence
I'm working with Flex 4.6, and I'm trying to allow a user to pan and zoom an image that's larger than the display-window... I've found a couple of Pan|Zoom utilities (Adobe FIG Pan|Zoom and OpenZoom), but they're both written for versions of Flex that long pre-date Flex 4.6... Anyone know

[flexcoders] Re: Blur behind component

2012-07-01 Thread wesley.acheson
Okay this is what I've got so far. I've got a shader based on the horizontal gaussian blur shader that can be found at http://www.adobe.com/devnet/flex/articles/pixel_bender_basics_flex_air.html Its been altered to have two inputs (one for background and one per foreground as per

[flexcoders] Blur behind component

2012-06-30 Thread Wes
Hi. I'm wondering if there is any way to blur the contents behind a component. Similiar to how an alert box works but not the entire display. I think that it should be possible based on a couple of facts. 1 blendmode means that a component must be able to know the visuals behind it. 2 even

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Alex Harui
It is up to you. It would be annoying to code up a workaround when it is just some device or driver on your computer. On 6/28/12 4:04 PM, Jake Churchill reyna...@gmail.com wrote: This is an air app, so it's happening in adl. I can remove some checks and compile a final release and

Re: [flexcoders] Caching issue

2012-06-29 Thread kannan Mugundan
Hi Alex, Thanks for the information. I read your blog and many others related to module unloading and it seem to be a lot of work. I am Java programmer, and I have decent knowledge in flex to create a simple CRUD application. But to unload the modules, I think it might require an expert

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
Alex, I ended up commenting out any code that checks against previous mouse events y coordinates and compiled a new AIR file. I tested on my windows desktop as well as my macbook pro and I get the same result on both. If I move too quickly down, the y coordinates flip up top, then back down

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Alex Harui
Even if the target changed, the stageY should be continously increasing or decreasing. What kind of mouse are you using? Do you have the same one for both computers? I would try a real simple test app that just reports coordinates and see if has the same problem. If it does, that would be

Re: [flexcoders] Caching issue

2012-06-29 Thread Alex Harui
There aren’t code examples because each app is unique. There is one example in the profiler post on my blog, but it may not relate to your app. On 6/29/12 2:44 AM, kannan Mugundan kannanmugun...@gmail.com wrote: Hi Alex, Thanks for the information. I read your blog and many others

Re: [flexcoders] MouseEvent over chart

2012-06-29 Thread Jake Churchill
I'm using a microsoft wireless mouse on my windows machine and the built-in touchpad mouse on the macbook pro. I'll throw together a quick test app for comparison. If the problem still exists in the test app, I'll package it up as an FXP and AIR file and submit both with a bug report. Thanks!

[flexcoders] Problems after upgrade to flash 11.3

2012-06-28 Thread faizal_ac
Hi, I have a flex application that has always worked fine for me, however i recently upgraded to version 11.3 of flash player. This has created some problems that I hope someone can help me with. I sometimes(its very eratic) get the following error: Unable to load WSDL. If currently online,

[flexcoders] Help Required : Flex3 - Controls appearing disabled

2012-06-28 Thread Asad Zaidi
Hi guys,   hope everyone is fine. Guys i m having a very strange issue which i have never seen in my 3 years of flex development. The problem is that i have developed a screen and delivered it to client but there are some controls that are appearing disabled in clients enviroment while these

Re: [flexcoders] Caching issue

2012-06-28 Thread Alex Harui
You have to get the module to successfully unload before making the new request. Use the profiler to see why the module hasn't unloaded. On 6/27/12 9:48 PM, kannan Mugundan kannanmugun...@gmail.com wrote: Hi, I have a flex application and I have designed each forms in my application as

[flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem I'm running into is the mouse events are not consistent. For example, I'll be drawing and the mouse events come through with their Y position jumping up to the top, then back

[flexcoders] Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
Hi, My FB can not start after I update eclipse plugin automatically. This is the log eclipse.buildId=M20120208-0800 java.version=1.6.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY

[flexcoders] Re: Flash Builder 4.6 can not start

2012-06-28 Thread markflex2007
any way to roll back with previous plugins. Thanks Mark --- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote: Hi, My FB can not start after I update eclipse plugin automatically. This is the log eclipse.buildId=M20120208-0800 java.version=1.6.0_16 java.vendor=Sun

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Alex Harui
Print the target as well. The target is likely changing and thus, the coordinates local to that target. On 6/28/12 10:11 AM, Jake Churchill reyna...@gmail.com wrote: Guys and Gals, I'm working on a charting app where we draw things over the chart (trend lines and stuff). The problem

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
No, it always stays the same. Here's what I have, a custom annotation called DrawingAnnotation which handles clicking, lines, etc. When a line is added it's drawn on the chart, but all references are stored in the annotation. For some reason I can't draw directly on the annotation. Anyway, the

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Alex Harui
Sorry, didn’t notice the StageY was changing as well. Does this happen on other machines, browsers, etc? On 6/28/12 2:21 PM, Jake Churchill reyna...@gmail.com wrote: No, it always stays the same. Here's what I have, a custom annotation called DrawingAnnotation which handles clicking,

[flexcoders] Image Sizes

2012-06-28 Thread TGI
I need to develop an aplication that get pictures of human faces. Take a Picture on a tablet is ok, the problem is to get the real size of the face (width and height in real world). How can I get this?

Re: [flexcoders] MouseEvent over chart

2012-06-28 Thread Jake Churchill
This is an air app, so it's happening in adl. I can remove some checks and compile a final release and test if you want. - Sent from my Google Nexus - On Jun 28, 2012 5:15 PM, Alex Harui aha...@adobe.com wrote: ** Sorry, didn’t notice the StageY was changing as well. Does this happen on

Re: [flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread Alex Harui
Can you point me to documentation that states that TLF can do what TextField’s html cannot? I just want to make sure you have to use TLF. I don’t know what it would take to make it work in Flex 3. On 6/26/12 3:26 PM, handitan handi@gmail.com wrote: Hi Alex, Basically, I need to

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread handitan
Hmm.. there's something wrong with the yahoogroups. My reply didn't get posted. Here's what I wrote, Alex: Hi Alex, Here's one example that's TextArea couldn't do which is center-position an image in htmlText. With TLF, I can center-position the image with html

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread handitan
Hi Alex, Here's one example that's TextArea couldn't do which is center-position an image in htmlText. With TLF, I can center-position the image with html using p align='center'. Thank you,Alex. Handi --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Can you point me to

Re: [flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread Alex Harui
I see. Well, you might start by trying to backport Flex 4’s RichEditableText component. However, I would think that if there is only going to be one image per cell, you might be able to customize code more quickly than getting the backport to work. On 6/27/12 7:49 AM, handitan

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread handitan
Hi Alex, Unfortunately, it could be more than one image per cell.Is there any licensing issue that I should be aware of if I am backporting Flex 4's RichEditableText component? Thanks Alex! --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: I see. Well, you might start by trying to

Re: [flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread Alex Harui
Should be legal. Those files are under MPL. On 6/27/12 11:13 AM, handitan handi@gmail.com wrote: Hi Alex, Unfortunately, it could be more than one image per cell. Is there any licensing issue that I should be aware of if I am backporting Flex 4's RichEditableText component? Thanks

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-27 Thread handitan
Thanks Alex! Dang...backporting is much tougher than I thought :S I will be posting some questions later if I am starting to get stuck. --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: Should be legal. Those files are under MPL. On 6/27/12 11:13 AM, handitan handi.tan@...

[flexcoders] Caching issue

2012-06-27 Thread kannan Mugundan
Hi, I have a flex application and I have designed each forms in my application as modules On menu click I load my modules using module loader. Now I have manged to avoid caching of my flex application using the general work around like adding no cache tags and in the wrapper html I modifled

[flexcoders] TLF-based TextArea for Flex 3?

2012-06-26 Thread handitan
Hi all, I currently have to deal with a feature that needs to allow user to position the image inline with the text at a grid cell. From what I read, the current best bet would be to use Text Layout Framework (TLF). From the samples, it seems exactly to do what I need. But when I try to

Re: [flexcoders] TLF-based TextArea for Flex 3?

2012-06-26 Thread Alex Harui
Why can’t you use an HTML renderer and the img tag? Then you wouldn’t need TLF. On 6/26/12 8:47 AM, handitan handi@gmail.com wrote: Hi all, I currently have to deal with a feature that needs to allow user to position the image inline with the text at a grid cell. From what I read,

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-26 Thread handitan
Hi Alex, I am glad that you're still around ^_^ The requirement to position images is very important especially to center it. The other thing that's important is allowing the user to resize the inserted-images. So Flex 3's TextArea doesn't suffice. Waiting for your enlighntenment, Alex :)

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-26 Thread handitan
Hi Alex! I am glad you're still around ^_^ One of the requirements is for the user to centered-position the image and also to be able to change the image size so HTML renderer on TextArea wouldn't be suffice. Waiting for you enlightenment, Alex :) Handi --- In flexcoders@yahoogroups.com,

Re: [flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-26 Thread Alex Harui
I’m not sure what that means and why TLF can do it. Is the image position known in the text? If so, can you have an Image between two Labels? On 6/26/12 11:02 AM, handitan handi@gmail.com wrote: Hi Alex! I am glad you're still around ^_^ One of the requirements is for the user to

[flexcoders] Re: TLF-based TextArea for Flex 3?

2012-06-26 Thread handitan
Hi Alex, Basically, I need to have RichTextEditor that's going to exist in X number of grid cells. It's not just for text input but also being able to insert images and position them. Hope that clears it up. Handi --- In flexcoders@yahoogroups.com, Alex Harui aharui@... wrote: I'm not sure

<    4   5   6   7   8   9   10   11   12   13   >