[flexcoders] mxmlc slowdown when embedding mp3s

2008-01-30 Thread Stephen Roy J. Tang
Hi, I'm not sure where to being looking - one of our dev machines takes an unspeakably long time to embed mp3 files (a mxml with embedded 2.7MB file takes more than 30 minutes and still not yet done) It only happens on one machine. The only thing we know so far is that this machine is Chinese

Re: [flexcoders] Re: RadioButton's label - truncateToFit = false?

2008-01-30 Thread bjorn -
Thanks for your help guys! :-) I used Alex's example which he posted on his blog here: http://blogs.adobe.com/aharui/2007/04/multiline_buttons.html He seems to use the solution you suggested rueter007. It works great. On 29/01/2008, rueter007 [EMAIL PROTECTED] wrote: textField will

RE: [flexcoders] Dictionary weakKeys feature or it's a GC bug

2008-01-30 Thread Alex Harui
Yes, I normally do not take the time to run examples especially when I'm really busy with my real job. Your test case was more complex than it needed to be which let to confusion and forced me to take the time to actually run the code. I have reproduced your results in a simpler scenario and

Re: [flexcoders] ViewStack + ButtonBar combo layout problem

2008-01-30 Thread bjorn -
Thank you yigit .. I decided to go for this solution, although it was a bit of a hack ;-). It does work though so I'm happy. On 29/01/2008, yigit [EMAIL PROTECTED] wrote: an extension to quick solution : if you can handle the cost of setting creationPolicy all in veiwStack ; use:

[flexcoders] LCDS and log4J

2008-01-30 Thread Kevin
Is there any way to log LCDS through log4j instead of my Tomcat catalina.out? - Kevin

[flexcoders] Re: Image cache behind the scenes

2008-01-30 Thread Kevin
Thank you. This is exactly what I need. I put the following method in my objects and can now get the DisplayObject if it exists: public function getImageFromCache():DisplayObject{ //check to see if this image is loaded in the cache if(

[flexcoders] Re: mxmlc slowdown when embedding mp3s

2008-01-30 Thread Stephen Roy J. Tang
Was finally able to confirm that it's not specific to Chinese Windows XP. Anyone have any idea what are the factors that may cause the slowdown? Memory/CPU usage seem comparable to other machines that don't have the problem. --- In flexcoders@yahoogroups.com, Stephen Roy J. Tang [EMAIL

RE: [flexcoders] flex Outlook integration

2008-01-30 Thread Mohammad, Rafi
Thanks Tom,you made my day Rafi -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Tom Chiverton Sent: Tuesday, January 29, 2008 10:41 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] flex Outlook integration On Tuesday 29 Jan 2008,

[flexcoders] New technique to Export to Excel, feasible?

2008-01-30 Thread Ramanujam, Pratap
Hi Flex Coders, If I have to copy the contents of a datagrid to an excel sheet, one way I am aware is copying the contents of the datagrid to the Clipboard and open an excel sheet and paste the contents. However I was wondering of another technique where

Re: [flexcoders] Dictionary weakKeys feature or it's a GC bug

2008-01-30 Thread iiley
OK, thank you Alex. -- iiley AsWing http://www.aswing.org Personal http://www.iiley.com

Re: [flexcoders] Dictionary weakKeys feature or it's a GC bug

2008-01-30 Thread iiley
I'v posted a bug report at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishformproduct=17 Thanks -- iiley AsWing http://www.aswing.org Personal http://www.iiley.com

Re: [flexcoders] Flex Applicatin and Theme/CSS

2008-01-30 Thread Tom Chiverton
On Tuesday 29 Jan 2008, Jehanzeb Musani wrote: What I know about StyleManager is that it can load only styles SWF not CSS text files. I dont want to complie the CSS file into SWF file. The users of my application are familiar with CSS files so they want to edit it using text editors and want

Re: [flexcoders] Re: Bar chart and labelUnits - help needed please

2008-01-30 Thread Tom Chiverton
On Tuesday 29 Jan 2008, Mark wrote: Thanks Tom, but I'm not sure what you mean, can you expand on that a little? When the range is updated, change the labelUnits property to be one that's correct for that range. -- Tom Chiverton Helping to economically revolutionize advanced deliverables on:

[flexcoders] Working with maps / latitude / longditude data

2008-01-30 Thread Giles Roadnight
Hi All I'm considering doing a project that involves displaying latitude / longitude data on a map. For example: displaying different colors on each lat / long square with a popup showing number of pelicans per bananas squared in that location. Does anyone have any experience in this sort of

Re: [flexcoders] New technique to Export to Excel, feasible?

2008-01-30 Thread Johannes Nel
just create a csv file, you are making it way more complex than needed On Jan 30, 2008 5:13 AM, Ramanujam, Pratap [EMAIL PROTECTED] wrote: Hi Flex Coders, If I have to copy the contents of a datagrid to an excel sheet, one way I am aware is copying the contents of the datagrid to the

[flexcoders] Re: DragManager question

2008-01-30 Thread Dmitri Girski
Thanks, Alex - you rock! --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I would add a listener for DRAG_COMPLETE on the dragInitiator in the event when you get a DRAG_ENTER, and remove the listener on DRAG_EXIT or DRAG_COMPLETE. BTW, the dragproxy gets the

[flexcoders] Water Mark on Application like Flex Charting Trial

2008-01-30 Thread hworke
Hello, I am distributing a trial version of my flex application. On my trial version of the application I want to put a water mark on the middle of the application which will indicate that it is a trial version. As an example- Flex charting trial version also has water mark on

Re: [flexcoders] Re: Executing local java

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, Jhonny Everson wrote: Thanks. I was looking for a simpler way but i guess it's the only one... Well, you can exchange data by dropping files in a monitored directory on the file system, for instance, but that's not as nice. -- Tom Chiverton Helping to ambassadorially

Re: [flexcoders] New technique to Export to Excel, feasible?

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, Johannes Nel wrote: just create a csv file, you are making it way more complex than needed Unless he needs the things you can't get in CSV like style information, formula etc. -- Tom Chiverton Helping to enormously utilize efficient infrastructures on:

Re: [flexcoders] Water Mark on Application like Flex Charting Trial

2008-01-30 Thread Jeffry Houser
Create the watermark, and set it as the background image! I read somewhere that all Flex Components are semi-transparent by default so that the backgronud shows through. hworke wrote: Hello, I am distributing a trial version of my flex application. On my trial version of the

[flexcoders] Re: RichTextEditor - format preservation

2008-01-30 Thread bobignacio
Have you read up on the Cairngorm Microarchitecture? You may want to consider using this framework cuz what you are describing will handle that use case... updating multiple views when your data model changes. Here is the main page...there is also information in Adobe Labs as well. We've used

[flexcoders] Re: New technique to Export to Excel, feasible?

2008-01-30 Thread simonjpalmer
We do something very similar in that we bounce text data back to the client via a jsp page which sets the mime type of the response to automatically invoke excel. This gives the user the impression that they press button and are asked to open or save as an excel file, which we have found to be

[flexcoders] Re: Module hell... Flex 3 - Solved, but strange

2008-01-30 Thread dbronk
I had tried moving my statements in just about every sequence I could think of and always the same issue. I realize it had to be some sort of timing issue since about one out of every 5th or 6th time it would work on the first click. I decided to move my implementation to use ModuleManager

Re: [flexcoders] Working with maps / latitude / longditude data

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, Giles Roadnight wrote: graphics.draw rectangle for this (potentially lots of data) or should I directly play with bitmap data? It'll probably perfrom OK, but the world is a (nearly) a sphere, so it depends on what you map projection is, as to a box a degree on a side

[flexcoders] text background color on textarea

2008-01-30 Thread Jesús Iglesias
Hi all, Is there a way to change the background color of some text in a textarea? I have tried a style with backgroundColor=#00 and does not work. Any ideas? Thanks, Jesus

[flexcoders] Re: Symmetric Key Encryption in Flex Client C# WebServices

2008-01-30 Thread bhaq1972
Hi Kaleb Thanks for the example. I'll give it a try. regards Bod --- In flexcoders@yahoogroups.com, kaleb_pederson [EMAIL PROTECTED] wrote: I wrote one up for testing earlier, so I'll post it below. It's a bit long, and definitely not well structured, but it does work. As C# uses

[flexcoders] Re: Working with maps / latitude / longditude data

2008-01-30 Thread Abyss Knight
Where I work we use a number of methods for plotting map data. As for a Flex specific implementation, you might try: http://modestmaps.com/ Yahoo's AS3 connection kit is another option, but the support on that front has been spotty at best. ESRI has a Flex API coming out soon as well:

[flexcoders] Re: New technique to Export to Excel, feasible?

2008-01-30 Thread btallman
What I do for Excel export is all handled on the server side. In my case I am using php for the backend, so I use a library call PHPExcel to build the spreadsheet and then I either attach it to an email, or pass it back to the browser. There are good libraries available for most backend

[flexcoders] The lowest prices on web

2008-01-30 Thread olss_1234
The lowest prices on web Online Software Store http://softwarestore.secure2u.com

[flexcoders] Air DragDrop images between windows?

2008-01-30 Thread Berkay Unal
Hi Coders, Does anyone have an example on dragout and image from one window to another? Thanks Berkay

Re: [flexcoders] Working with maps / latitude / longditude data

2008-01-30 Thread Scott Melby
Giles - I have done this with Google Maps, but no Flex involved... I assume you are using the Yahoo maps Flex API? Anyway... with Google what I needed to do was figure out where to hook in a new map layer (layer of tiles like satellite, hybrid, etc.), then write a class that implemented the

[flexcoders] Events and performance

2008-01-30 Thread dbronk
I was wondering if I could get some input about events and performance. The exact situation I have is I'm using the HashMap class from Copyright (c) 2006 Eric J. Feminella. I've modified the class so that on put/remove/clear/reset functions it will dispatch a dataChanged event. This way I can

[flexcoders] Image list using Tilelist

2008-01-30 Thread YOGESH JADHAV
Hi all, I want to create for image list.The list will be initially empty. On an event -button click, I am creating new Image having source path given in texinput. After that i am pushing that Image to array. I am using Tilelist for that. This is my first encounter with tileList

[flexcoders] Text component drag bug

2008-01-30 Thread philarmon
Hi ! Have someone managed to fix the dragging bug in the Text component ? If you click in the text and drag it down, the text scrolls although no scrolling is needed. The first line becomes invisible - very annoying ! I found this bug in the flex bug database but it is marked as resolved and

[flexcoders] How to stop form losing focus?

2008-01-30 Thread dannytab69
I was wondering if there is any way to retain the focus on a field on a form if the user clicks off the browser containing the application and then back on it, or minimizes and maximises it etc. When these events occur the focus seems to be reset and the user will have to click or tab back to the

[flexcoders] flex.messaging.cluster.ClusterException: Unable to broadcast a replicated svc

2008-01-30 Thread ngpaiva
Throughout the day I see the following message posted on my logs, and can't seem to track the root cause, or how to fix it. We have a 2-node JBoss cluster, but only really using the Flex cache replication piece of the framework. We use UDP protocol and plan to make the change to using TCP

[flexcoders] What's your strategy for handling Errors in WebService.as and WSDL.as?

2008-01-30 Thread Todd
Is there a way to underride the default functionality of WebService.as? I can't find the source code in the SDK, so I'm assuming this part of Flex isn't Open Source. I find that using WebServices that there are a lot of errors that potentially occur that I can't capture in the UI. Or, let me

Re: [flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2008-01-30 Thread Paolo Bernardini
Hi, I have the same problem with nod32, is there a solution to configure nod32 without uninstalling it? On Dec 27, 2007 4:09 AM, Sheriff [EMAIL PROTECTED] wrote: I have no reason, just read alot of good reviews on it and decided to try it. I had to uninstall it though and download another

Re: [flexcoders] The limit of [ResourceBundle] and @Embed

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, luke_lee1124 wrote: It seems like we cannot use too many [resoucebundle] and @Embed in one file Do you have a simple test case, with one MXML file, two bundles and one @Embed'ed image ? -- Tom Chiverton Helping to enthusiastically deliver open-source designs on:

Re: [flexcoders] got any good air styling references?

2008-01-30 Thread Kyle Neath
The best method I've found is to just remove all native controls (by uncommenting a directive in the air xml file, and adding showChrome=false to your WindowedApplication). From there, it's pretty trivial to mimic native functions. Here's the ones used for beta 3 (they changed it, so googling

Re: [flexcoders] What's your strategy for handling Errors in WebService.as and WSDL.as?

2008-01-30 Thread Tom Chiverton
On Wednesday 30 Jan 2008, Todd wrote: I can't have a UI that displays the big white box to end users with a stack trace. Thanks. Only people with the debug player i.e. developers i.e. probably not your users see this. -- Tom Chiverton Helping to conveniently disseminate virtual convergence

[flexcoders] got any good air styling references?

2008-01-30 Thread blc187
anybody know any good sites about skinning air apps, specifically ways to skin air windows? or have any good tips?

[flexcoders] Re: Executing local java

2008-01-30 Thread jandersen1978
You might try looking into the javax.xml.ws.Endpoint class described here: http://today.java.net/pub/a/today/2007/07/03/jax-ws-web- services-without-ee-containers.html Looks like a lighter-weight solution than deploying Jetty. -James --- In flexcoders@yahoogroups.com, Jhonny Everson [EMAIL

[flexcoders] Bitmap: Please, please help.

2008-01-30 Thread Noyes, Jeff
I want to be able to drag and drop multiple images onto one object - and have the images layer one on top of the other (see one through the other). Can that be done? _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Neath Sent: Wednesday,

RE: [flexcoders] Re: DataServices (LCDS) Java Heap error

2008-01-30 Thread Jeff Vroom
These are Java options you set on the Java command line - not specific or related to LC DS. Usually in your server's startup.bat or something it lets you add additional Java args so that's where these would go. Jeff From: flexcoders@yahoogroups.com

[flexcoders] WebOrb + Jasper4Flex compilation problem

2008-01-30 Thread Guido
Hi y'all! I've been unsuccessfuly trying to solve this problem in the past days and I can't seem to find a solution for it; I was hoping someone in the list would have some advice or tip. Firstly a quick outline of the situation: BackEnd: Java/Hibernate AppServer: WebOrb (Java) FrontEnd: Flex 2

Re: [flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2008-01-30 Thread Sherif Abdou
there probably is but i didnt feel like tinkering with it. I just got avast instead - Original Message From: Paolo Bernardini [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2008 10:12:31 AM Subject: Re: [flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt

Re: [flexcoders] Bitmap: Please, please help.

2008-01-30 Thread Sherif Abdou
do u mean sort of like this but you want to be able to drag and drop? http://www.tileui.com/ just warp the mouse around all of them, is that kinda it?. - Original Message From: Noyes, Jeff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2008 11:44:43 AM

[flexcoders] Re: What's your strategy for handling Errors in WebService.as and WSDL.as?

2008-01-30 Thread Todd
OK, that I can see. So then will my default FaultHandler be fired then when the debug player isn't being used? BTW, I may be having bigger issues with my WSDL and service defenitions using namespaces on teh nodes and the WebServices base class not finding the service defeniton. --Todd --- In

[flexcoders] Re: What is the most permissive crossdomain.xml policy file?

2008-01-30 Thread David_M_Barrett
Ok, so I've learned that if I host the SWF on an HTTPS server, then it works. Which brings me to two questions: 1) Is there any way to have an HTTP-hosted SWF access HTTPS resources? 2) Is there any way to have a filesystem-hosted SWF access HTTPS resources? If so, what are the compiler and

[flexcoders] Problems using Flex modules

2008-01-30 Thread innovativecode
I'm building my first Flex modules-based app with my own MVC implementation. I have my main.mxml instantiating my controller just fine and the controller building a map of the modules (flex modules) that it can load dynamically. However, I am running into a wall when the most basic attempt

[flexcoders] Flex Developer Opportunity in Houston, TX

2008-01-30 Thread seanpulnik
I am looking for a Flex developer to work in Houston TX. If you are interested, you can reach me at (713)278-1414 or email me your information including pay requirements. Here are the job requirements: Must Haves: Flex, ActionScript, Java , J2EE, Web Service, RDBMS(Oracle, SQL Server) At

[flexcoders] Re: Picnik photo functions/features RD

2008-01-30 Thread Alexander Tsoukias
Thanks for the input. Would anyone else have any idea on how to accomplish this? So many great minds in here common! thanks alex --- In flexcoders@yahoogroups.com, Jon Bradley [EMAIL PROTECTED] wrote: On Jan 29, 2008, at 10:27 PM, Alexander Tsoukias wrote: Given the nature of picnik, i

[flexcoders] Can't get font apostophe to embed

2008-01-30 Thread mlharrisn
I have a css file with this code and apostrophe is not embedding for me. I thought the unicode value was U+0027 and but it's still now showing up. Can anyone help? It's driving me crazy! Thanks @font-face { src: url(assets/VectoraODisp-Bold.ttf); fontFamily: vectora; fontWeight:bold;

[flexcoders] How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Robert Csiki
Wonder if you have a sample Ant script to share, which compiles a bunch of .AS classes into a library (.SWC) Thanks!

[flexcoders] Re: How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Gaurav Jain
You can use the flexTasks that ship with the Flex SDK to achieve this. The flexTasks.jar is sdk home/ant/lib folder. For the reference doc, see here http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks#Using_the_compc_task Thanks, Gaurav

[flexcoders] backgroundImage

2008-01-30 Thread Sherif Abdou
So i have -keep-generated-actionscript and i saw that in ApplicationStyle the backgroundImage was pointed to mx.skins.halo.ApplicationBackground so i tried extendning the programattingSkin class and did setStyle('backgroundImage',custom.halo.skins.NewAppBackground'); and it didnt do anything

Re: [flexcoders] problem with parallel

2008-01-30 Thread Gustavo Duenas
Ok, I did with the targets, instead of target and the result was: error 1120: Access of undefined property port_Folio and so on for the next states names, there is something I did wrong? regards Gustavo On Jan 25, 2008, at 11:12 PM, Sherif Abdou wrote: mx:transitions mx:Transition

[flexcoders] Re: summaryFunction for alphabetical strings or chronological dates

2008-01-30 Thread ryanharlin
Perhaps I didn't describe this well. Has anyone played enough with the AdvancedDatagrid to get into the SummaryFunction? Or maybe it just needs a bump... *BUMP* :) --- In flexcoders@yahoogroups.com, ryanharlin [EMAIL PROTECTED] wrote: Anyone know how to use the summaryFunction in the new

RE: [flexcoders] Re: Picnik photo functions/features RD

2008-01-30 Thread Clinton D. Judy
I wonder if you can't use actionscript alongside something like Processing. I don't believe I've seen them used together yet though, that may not be possible. But I'm almost sure picnic uses server-side code to edit pictures. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Array vs ArrayCollection

2008-01-30 Thread rmarples
We have recently made some big performance gains in our product by replacing the use of ArrayCollections with Arrays in some data calculation algorithms. It appears that even iterating through an ArrayCollection is significantly slower than an Array. My question to you all is... what have

[flexcoders] Re: got any good air styling references?

2008-01-30 Thread blc187
thanks, but i was looking more for resources on css styling of the windows. i have an air app that uses WindowedApplication, but it is also spawning other windows using new Window(). i wanted to be able to use css styling on those Windows, but it seems as though the default close, minimize,

[flexcoders] DataGrid data insertion/custom editing

2008-01-30 Thread netdeep
In my app, the user enters data which gets stored into a class. I then wish to display this info in a DataGrid with three columns corresponding to the data entered (2 strings and 1 number). Is there an easy way to get this into the DataGrid by using binding or do I have to do manual

[flexcoders] Puzzling Drag Drop Issues/Bug??

2008-01-30 Thread jmfillman
This is a little complicated to explain, so please bear with me. Run the example AIR app below, drag the button to see what happens, and then read on. I can't seem to calculate the place where the item was actually dropped in the Canvas? I tried calculate the position in the dragDropHandler

[flexcoders] Re: How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Robert Csiki
Thank you, how will I use a library as RSL when building (using Ant task mxmlc), what's the syntax here? --- In flexcoders@yahoogroups.com, Gaurav Jain [EMAIL PROTECTED] wrote: You can use the flexTasks that ship with the Flex SDK to achieve this. The flexTasks.jar is sdk home/ant/lib

[flexcoders] Binding to proxy class

2008-01-30 Thread tpokrajcic
Hi, is there a way to avoid compiler warnings Data binding will not be able to detect assignments to myVar when binding to properties of Proxy class? My class goes something like this: import vegas.data.map.ArrayMap; dynamic public class MyProxyClass extends Proxy implements IEventDispatcher {

[flexcoders] Re: Embedded image and static variable problem.....

2008-01-30 Thread lytvynyuk
Ok,I see I did exactly like that :) --- In flexcoders@yahoogroups.com, Troy Gilbert [EMAIL PROTECTED] wrote: Yeah, you could do arrays, something like this: [Embed('myimage1.png')] private var myimage1:Class; [Embed('myimage2.png')] private var myimage2:Class; public var

[flexcoders] Re: How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Gaurav Jain
Lets say you compiled the swc (SwcOutput) to directory instead of a .swc You can use it as rsl in the mxmlc compilation. Here is the example: mxmlc file=main.mxml output=${output}/main.swf el dir=${flexlib}/libs/player include name=playerglobal.swc/ /el el

[flexcoders] Re: Flex 3 Beta 3 Debugger Doesnt Connect

2008-01-30 Thread Mike Morearty
I don't have NOD32 so I can't try it, but I can take a guess: Try configuring NOD32's firewall to allow port 7935 through. That is the port that is used to communicate between Flex Builder and the Flash player. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, Paolo

[flexcoders] Re: Executing local java

2008-01-30 Thread Abyss Knight
http://artemis.effectiveui.com/ --- In flexcoders@yahoogroups.com, Jhonny Everson [EMAIL PROTECTED] wrote: Hi, Can Adobe Air run a local java application? Like System.exec()? We are building a multi-agent system using Jade. I was thinking about doing the front-end using Air. --

Re: [flexcoders] Array vs ArrayCollection

2008-01-30 Thread Paul Andrews
Well, I suspect binding has a lot to do with choosing ArrayCollection (simply because it can generate the change events), but for performance, even if you use an ArrayCollection you can always do the speed calculations on the source array. Paul - Original Message - From: rmarples

RE: [flexcoders] The limit of [ResourceBundle] and @Embed

2008-01-30 Thread Gordon Smith
Are you seeing this problem in Flex 2 or Flex 3? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of luke_lee1124 Sent: Tuesday, January 29, 2008 5:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Bitmap: Please, please help.

2008-01-30 Thread Gordon Smith
First, trying arranging mx:Images inside an mx:Canvas to overlap and set their 'alpha' to something like 0.5 to make them semitransparent. Then look at drag-drop examples. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Puzzling Drag Drop Issues/Bug??

2008-01-30 Thread jmfillman
So it is a bug, http://bugs.adobe.com/jira/browse/SDK-13227. This seems quite impossible to workaround, as you can't capture any drop location positioning information about the item being dragged/dropped. Any ideas? JF --- In flexcoders@yahoogroups.com, jmfillman [EMAIL PROTECTED] wrote:

[flexcoders] Re: How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Robert Csiki
Thanks, it will really help, one more question, hopefully the last one: is there anything specific to set in compc to indicate the SWC that's being built is a RSL? I have fear this is a dumb question. Can't I rather use compc to generate a RSL directly (SWF file) to be used by the main

[flexcoders] Re: Binding data and custom components

2008-01-30 Thread Gaurav Jain
creationComplete getting called doesn't mean that the dataProvider was also getting set. showData was getting called between creation complete and the assignment to dataProvider. I made few changes to your code, hopefully it will resolve the issue. package components { import

[flexcoders] Re: How to compile a library using Ant and mxmlc.jar

2008-01-30 Thread Gaurav Jain
You can not use compc to generate a swf file directly. You can generate a .swc or output to the directory. The directory contains the library.swf or you can also extract the library.swf from the .swc file. See this link for more details.

[flexcoders] Binding data and custom components

2008-01-30 Thread Merrill, Jason
My head is swimming reading the archives and Flex help docs about binding data to a custom component. In the simplest form, it's easy enough for me to do data binding: i.e. set a repeater's dataProvider to a [Bindable] property. That works. The repeater which repeats a series of Flex checkboxes

RE: [flexcoders] Re: Binding data and custom components

2008-01-30 Thread Merrill, Jason
Gaurav, You're awesome. That simple setter was it, thank you! Jason Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community

[flexcoders] rotated images lose x position when container is hidden/reshown

2008-01-30 Thread dfalling
If I rotate an image 90 degrees in a container, then set visibility and includeInLayout for that container to false, then set those back to true, the image is now outside of the container. This is using Flex 2. I've made a sample app that shows this problem, but you'll have to add an image named

[flexcoders] Autocenter a form

2008-01-30 Thread markgoldin_2000
Is there a way to center a form horizontally? Here is my code: mx:Canvas label=Cause width=100% height=100% id=cause mx:HBox horizontalAlign=center accidents:causes id=Cause/ /mx:HBox /mx:Canvas where causes is an mxml component based on a form. When I

RE: [flexcoders] backgroundImage

2008-01-30 Thread Alex Harui
Should work. Debug into it and make sure it got set in time and is being instantiated, etc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Wednesday, January 30, 2008 11:40 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Problems using Flex modules

2008-01-30 Thread Alex Harui
Local swfs can't get to remote modules. Either the whole thing has to be local or remote. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of innovativecode Sent: Wednesday, January 30, 2008 9:13 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] How to stop form losing focus?

2008-01-30 Thread Alex Harui
No known way to do it on all browsers From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dannytab69 Sent: Wednesday, January 30, 2008 7:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to stop form losing focus? I was

RE: [flexcoders] Events and performance

2008-01-30 Thread Alex Harui
The player is optimized to know if there are listeners. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dbronk Sent: Wednesday, January 30, 2008 6:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Events and performance I

[flexcoders] Delay Data Binding, Sorts Filters on LargeCollections (using DMS)

2008-01-30 Thread Kevin
I am trying to figure out a elegant way to delay my data binding, sorts and filters on an arraycollection while a collection is lazy loading from a LCDS autosync call. Currently, it seems like the bindings and filters are getting call multiple times while the collection is loading from the

Re: [flexcoders] backgroundImage

2008-01-30 Thread Sherif Abdou
got it, so is there like an invalidateStyle sort of method that updates the styles at runtime again? - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2008 4:41:10 PM Subject: RE: [flexcoders] backgroundImage Should work.

Re: [flexcoders] Re: Picnik photo functions/features R

2008-01-30 Thread Troy Gilbert
Thanks for the input. Would anyone else have any idea on how to accomplish this? So many great minds in here common! For any manipulation I've seen on the Picnik site I'd do it on the client-side in AS3. As far as I know, Picnik does everything client-side... you'd have to be doing some

Re: [flexcoders] Re: Picnik photo functions/features RD

2008-01-30 Thread Troy Gilbert
But I'm almost sure picnic uses server-side code to edit pictures. Really? I've not investigated the HTTP traffic recently, but I'd be surprised if they were doing that considering the turn-around time on the previews. Troy.

[flexcoders] Re: Picnik photo functions/features R

2008-01-30 Thread Alexander Tsoukias
Troy, your response has been the most reasonable, their preview is instant, and if there were sending it back to server and bring it back again so fast they would be the next bill gates. If you get a bitmap as a byte array you can scan through it and apply all sorts of traditional per-pixel

Re: [flexcoders] backgroundImage

2008-01-30 Thread Sherif Abdou
never mind, i guess styleIntialized() does the trick. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2008 5:09:03 PM Subject: Re: [flexcoders] backgroundImage got it, so is there like an invalidateStyle sort of

[flexcoders] Losing validation red border on custom skinning

2008-01-30 Thread Alexander Tsoukias
I have skinned my components using custom skinning and now when they go through validation and fail (INVALID) the red border does not appear around the textinput/combobox. any ideas?

[flexcoders] mx:dropshadowfilter f3 only??

2008-01-30 Thread Josh McDonald
Hi, Having some issues (as usual) Back story: I got a beta expired message on compile, which led me to discover that I was targeting the v3 SDK for some reason. Anyway, I changed it, and now I can't use the drop shadow filter? Is this a Fx3 exclusive? I'm sure I've seen drop shadow filters

[flexcoders] LCDS Error Translation

2008-01-30 Thread Kevin
I am getting some pretty consistent Errors in my LCDS project (I have narrowed it down to 4!).  If anyone can translate these for me (and anyone else who would encounters these) that would be great. I also would love to know which of these are serious and which I can not worry so much about for

[flexcoders] Re: container width parent container's width when vertical scrollbar present

2008-01-30 Thread dfalling
I finally got around to testing this in Flex 3. Even with Flex 3 and setting minheight/minwidth, I still get those scrollbars. Any other possible fixes (preferably Flex 2)? Thanks --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There's a couple of older threads in the

Re: [flexcoders] Re: Picnik photo functions/features R

2008-01-30 Thread Troy Gilbert
In terms of applying traditional per-pixel manipulations - can you be more specific in possibly which and how? As much as you can tell. It's been a long time since I've done post-processing on an array of bytes (mode 13h, anyone?), but the basic idea is this: 1. Start at the beginning of the

[flexcoders] Re: Autocenter a form

2008-01-30 Thread nathanpdaniel
Try: mx:Canvas label=Cause width=100% height=100% id=cause mx:HBox width=100% horizontalAlign=center accidents:causes id=Cause/ /mx:HBox /mx:Canvas --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: Is there a way to center a

Re: [flexcoders] Re: Executing local java

2008-01-30 Thread Jhonny Everson
Thank you guys, Artemis looks like it is what I wanted. Using javax.xml.ws.Endpoint looks good too. -- Jhonny Everson

[flexcoders] How do I alternate labeling tickmarks on a linechart?

2008-01-30 Thread anthony_morsey
I want the x-axis to have tickmark labels every 3 tickmarks like this: _60636669727578_ What I get now by default is this: __60_61_62_63_64_65_66_67_68_69_70_71_72_73_74_75_76_77_78 Any help would be appreciated Tony

Re: [flexcoders] Re: container width parent container's width when vertical scrollbar present

2008-01-30 Thread Josh McDonald
I've found the same as you, I tried all sorts of things and couldn't really find a nice solution. Perhaps there's some way I don't know of to get the equivalent of HTML's clientWidth and use that like width={ parent.clientWidth} instead of width=100%... I usually either set a

  1   2   >