Re: [flexcoders] Again: Moving windows with keyboard?

2008-03-27 Thread Max Frigge
What I do when that happens is to unplug my external display (using laptop) and then plug it back in. The windows will rearrange to one screen and thus the lost windows are coming back. - Original Message From: Josh McDonald [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Again: Moving windows with keyboard?

2008-03-27 Thread Josh McDonald
Genius! -J On Thu, Mar 27, 2008 at 4:09 PM, Max Frigge [EMAIL PROTECTED] wrote: What I do when that happens is to unplug my external display (using laptop) and then plug it back in. The windows will rearrange to one screen and thus the lost windows are coming back. - Original

Re: [flexcoders] Again: Moving windows with keyboard?

2008-03-27 Thread Josh McDonald
Dammit, not all the damned windows come back :( This is so much fucking work it's not funny. It's 2008, and nobody should be having stupid problems like this. -J On Thu, Mar 27, 2008 at 4:13 PM, Josh McDonald [EMAIL PROTECTED] wrote: Genius! -J On Thu, Mar 27, 2008 at 4:09 PM, Max Frigge

Re: [flexcoders] Again: Moving windows with keyboard?

2008-03-27 Thread Max Frigge
Mhh.. that sucks. Totally agree on your 2008 opinion. It's ridiculous that people have to deal with stuff like that. There might be some way to solve that with Apple script or Automator, but who wants to put effort in solving things that shouldn't exist in the first place. Let me know when

RE: [flexcoders] Events and .dispatchEvent();

2008-03-27 Thread Gordon Smith
The key thing here seems to be that code that is expecting a (custom) fault event is getting a (custom) result event instead. You need to figure out how that can happen in your code. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

RE: [flexcoders] How do I remove an effect?

2008-03-27 Thread Gordon Smith
How do you set the effect? By writing an attribute on an MXML tag, or by calling setStyle(effectName, myEffectInstance)? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent:

Re: [flexcoders] [Offtopic] Flex Email Application

2008-03-27 Thread Max Frigge
Mh.. that's really weird. I am too busy at the moment to put together some test cases. I will do that as soon as I find the time.. probably the weekend after this one. Has anyone of the flexmdi crew ever an experience like that.. or must it be one of my customizations that's causing it?

[flexcoders] Re: Setting a label to be the length of a List component

2008-03-27 Thread kenny14390
alex, i realized that i put the link to my site in this thread and now the thread is coming up in search results for my site. i deleted all of my posts to keep them out of the search, but your post quotes mine. would you mind deleting it? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL

[flexcoders] Re: Setting a label to be the length of a List component

2008-03-27 Thread kenny14390
alex, i realized that i put the link to my site in this thread and now the thread is coming up in search results for my site. i deleted all of my posts to keep them out of the search, but your post quotes mine. would you mind deleting it? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL

[flexcoders] Coloring FormItem

2008-03-27 Thread yourName
Hello friends Iam using Flex 2.0.1 i have created a form which contains floowing item mx:FormItem label=Model Name * creationComplete={test(event)} direction=horizontal width=100% mx:TextInput text=ABC borderColor=#95B4E5 / /mx:FormItem can any tell me how to color red this '*'

[flexcoders] Help in [object AsyncToken] instead of String in RemoteObjeect!

2008-03-27 Thread qau_yasir
Hi all! I have simple hello_Wrold Blase DS Application. I have a java class, that contains a method that return String hello World. Instead on receiving Hello World I get [object AsyncToken]. What is problem and Solution ? Please Help! regards and Thanks YM

RE: [flexcoders] Differences between Flex 3 standard and pro

2008-03-27 Thread Amitabh Ghatak
see http://www.adobe.com/products/flex/upgrade/ the profiler in FB3 pro will take you a long way. ive seen significant improvements in my apps post profiling. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ghus32 Sent: Thursday,

[flexcoders] Re: FDS:one-to-many with lazy evaluation

2008-03-27 Thread zdenekmikan
I have a code in fill function of CompanyDAO, which reads the list of employees. So I get the ArrayCollection of emploees for every company, but when I try to add or delete emploee in this ArrayCollection, I get the error TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL

Re: [flexcoders] Need help with FABridge

2008-03-27 Thread Anirudh Sasikumar
Hi, On Thu, Mar 27, 2008 at 2:18 AM, doug_flex [EMAIL PROTECTED] wrote: When I clicked on the button in HTML, it does invoked the function callingActionScript () in JavaScript file. However, the code to get flexApp throwed an exception with err undefine. why FABridge[b_ JSASTest

[flexcoders] Help in RemoteObject Destination not found and Sending failed Error

2008-03-27 Thread qau_yasir
Hi! I have created a Test application in Flex Builder 3 along with BlazeDS Server. I have to call a java method through Remote Object. I am facing problems. Please Help. Setting of the projects followed by problems are as fellows. a) Create a Flex Project Settings Project Name :

RE: [flexcoders] Flex 3 Builder Pro slow with Vista SP1

2008-03-27 Thread Glenn Williams
definitely no difference on vista 64 64 sp1 works like a charm Glenn From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nofearalpha Sent: Thursday, March 27, 2008 3:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 Builder Pro slow

RE: [flexcoders] Flex 3 Builder Pro slow with Vista SP1

2008-03-27 Thread Glenn Williams
ps. i use the plug-in version with eclipse 3.4m4 Glenn From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nofearalpha Sent: Thursday, March 27, 2008 3:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 Builder Pro slow with Vista SP1

Re: [flexcoders] FlexBuilder Linux

2008-03-27 Thread Tom Chiverton
On Wednesday 26 Mar 2008, Matt Chotin wrote: We will have another alpha soon. It's possible we'll miss by a day or two but it won't be forever. In the mean time, just don't close Builder once the trial has expired :-) -- Tom Chiverton Helping to augmentatively improve bricks-and-clicks

Re: [flexcoders] Best practice for filtering a large dataset

2008-03-27 Thread Tom Chiverton
On Wednesday 26 Mar 2008, Daniel Gold wrote: So breaking the filtering up into chunks is great and all, but does that basically mean extending ArrayCollection and overriding how it handles filterFunctions to break the work into specified chunk size and dispatch progress events as it goes?

Re: [flexcoders] [Offtopic] Flex Email Application

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Max Frigge wrote: Mh.. that's really weird. I am too busy at the moment to put together some test cases. I will do that as soon as I find the time.. probably the weekend after this one. Feel free to shoot me code off-list if you want to. -- Tom Chiverton Helping to

[flexcoders] Re: Help in [object AsyncToken] instead of String in RemoteObjeect!

2008-03-27 Thread h253498088
i think that , you must to understand the event , result for function only catch in callback event , my english is pool , i hope you can understand --- In flexcoders@yahoogroups.com, qau_yasir [EMAIL PROTECTED] wrote: Hi all! I have simple hello_Wrold Blase DS Application. I have a

[flexcoders] Re: Help in RemoteObject Destination not found and Sending failed Error

2008-03-27 Thread h253498088
when you received a AsyncToken Object ,i think you must to understand the event of flex. and i don't find your *.mxml source ,sorry, would you provide more information? --- In flexcoders@yahoogroups.com, qau_yasir [EMAIL PROTECTED] wrote: Hi! I have created a Test application in Flex

[flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread h253498088
i create a project of flex by eclipse, i use java to access oracle database. this project contains flex and java. i want to use maven2 to create this project. who can give me a demo? i don't know how to organize all file ? thanks!

Re: [flexcoders] Re: FDS:one-to-many with lazy evaluation

2008-03-27 Thread João Fernandes
Maybe it's how you define the employees property in your DTO. I guess you're using JAVA, and I can't help you there because I use CF and an Array in CF will be converted an ArrayCollection in Flex. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread प्रवीन उत्तरवार
Hi, try this. This link might help you http://maven.apache.org/guides/getting-started/index.html On 27/03/2008, h253498088 [EMAIL PROTECTED] wrote: i create a project of flex by eclipse, i use java to access oracle database. this project contains flex and java. i want to use maven2 to

Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread VELO
Hi, You will need 2 poms. One for java other for flex. One thing you need to keep in mind is: you will need 2 projects. One for java other for flex. Have you the java pom? It's a war project? VELO On Thu, Mar 27, 2008 at 7:18 AM, h253498088 [EMAIL PROTECTED] wrote: i create a

[flexcoders] How to fade in TileList items one by one ?

2008-03-27 Thread Aaron Haines
Hi I am using a TileList with a custom component as an item renderer. When I first display the list I want each item in the list to fade in one by one in order. Is there a way to do this with one effect for the tilelist component or do I need to somehow apply an effect to each item in turn?

Re: [flexcoders] How do I remove an effect?

2008-03-27 Thread Josh McDonald
It's from Actionscript, as it's in some debugging code: glow = new Glow(); glow.alphaFrom = 1; glow.alphaTo = 0; glow.repeatCount = 0; glow.duration = 500; glow.blurXFrom = 10; glow.blurXTo = 10; glow.blurYFrom = 10; glow.blurYTo = 10; glow.color = 0xff; glow.strength = 10; glowInstance =

[flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Jehanzeb Musani
Hello, I am developing an application in Flex that needs to supports two locales; English and Arabic. I am facing the following issues while using Arabic text. 1. In context menus, if the text is in Arabic (Font Family Tahoma), it displays question marks ? instead of arabic alphabets. 2. If the

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Jehanzeb Musani
Please not that Arabic text in issue 2 was not displayed properly in the email because of email default encoding. You can say the text Today's Volume is displayed as Volume Today's is datagrid's header when font family is Tahome and text is in Arabic. --- Jehanzeb Musani [EMAIL PROTECTED]

[flexcoders] Using rowCount after setting height

2008-03-27 Thread Luciano Manerich Junior
Hi there, Ive got a screen with a full screen dataGrid, after the user select an item on this dataGrid, i need to split this screen. The fullscreen dataGrid needs only to have the enough height to show all the data... using the rowCount doesnt work, as the documentation says that might not

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: I am developing an application in Flex that needs to supports two locales; English and Arabic. I am facing the following issues while using Arabic text. the flash client doesn't (yet) support BIDI text, so i think you're out of luck to begin with. Can anyone please

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Jehanzeb Musani
Hello Paul, The application I am working on displays Arabic text properly except in the two cases I mentioned. Moreover, the application also changes the layout of control from left-to-right (LTR) to right-to-left (RTL) when the user selects the application to be run in Arabic locale. Regards,

Re: [flexcoders] Using rowCount after setting height

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Luciano Manerich Junior wrote: And using dGrid.height = dGrid.dataProvider.lenght * dGrid.rowHeight, it adds an extra empty line at bottom. dGrid.height = (dGrid.dataProvider.lenght - 1) * dGrid.rowHeight ? -- Tom Chiverton Helping to preemptively innovate robust

Re: [flexcoders] [Offtopic] Flex Email Application

2008-03-27 Thread Ben Clinkinbeard
Not sure exactly which issue you're referring to but none of those items jump out as being familiar. Ben On Thu, Mar 27, 2008 at 2:45 AM, Max Frigge [EMAIL PROTECTED] wrote: Mh.. that's really weird. I am too busy at the moment to put together some test cases. I will do that as soon as I

[flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Rodrigo Pereira Fraga
Hi! My question is simple, How I can to use a device such Fingerprint (biometric reader) in an application with Flex/AIR? Thanks.

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Paul Hastings
Jehanzeb Musani wrote: The application I am working on displays Arabic text properly except in the two cases I mentioned. what about text inputs?

RES: [flexcoders] Using rowCount after setting height

2008-03-27 Thread Luciano Manerich Junior
Doesnt work, actually, the height of the DataGrid its exactly at the current lenght of the dataProvider. That extra line isnt visible, unless the user scrolls the dataGrid down -Mensagem original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Tom Chiverton

Re: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Rodrigo Pereira Fraga wrote: My question is simple, How I can to use a device such Fingerprint (biometric reader) in an application with Flex/AIR? Flex runs in the browser sandbox and AIR can't call out to the O/S, so you have to use whatever the O/S does. Does it dump

Re: [flexcoders] [Offtopic] Flex Email Application

2008-03-27 Thread Max Frigge
Tom was testing my app using Linux... some panels could not be dragged and the control buttons didn't work either.. but i guess it has something to do with my dirty customizing.. By the way.. are there any infos on a new flexmdi release yet :-) Max - Original Message From: Ben

RES: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Luciano Manerich Junior
Hi, the device probally will read that information for you, and give as an String, Number, or some other data type. I can confirm that from BarCodeReaders... That read the barcode, and give the code number. De: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Rodrigo Pereira Fraga
I don't know how the device works, The ideal is when scanned, the device paste the code/image in the clipboard of O/S. I found examples of microsoft's Fingerprint running on the Web, (an auth site), I can to use this in an Flex Application? Somebody know how this device work? --- In

Re: [flexcoders] Miscellaneous Localization Isses

2008-03-27 Thread Jehanzeb Musani
I agree with you that text inputs does not support BIDI. Fortunately, the application I am working on is related to financial domain. That's why user inputs are only numbers not text. Text is displayed only as read only information. --- Paul Hastings [EMAIL PROTECTED] wrote: Jehanzeb Musani

[flexcoders] Re: Fwd: Security setup for a Flex application

2008-03-27 Thread valdhor
This article may help - http://www.jeffryhouser.com/index.cfm/2007/12/6/Encrypt-in-Flex-and-Decrypt-in-ColdFusion --- In flexcoders@yahoogroups.com, Fidel Viegas [EMAIL PROTECTED] wrote: Hi Andrew, Thanks for taking the time to reply. But, that is not really what I am looking for. I

[flexcoders] How to remove space at the end of line chart when using disabledDays = [6,0]!

2008-03-27 Thread buithanhtuu
I'm using chart of flex 3. When I use Linechart with DateTimeAxis tag, in this tag i used property disabledDays = [6,0] then weekend days did not show on chart, but a lot of white space are show at the end of chart. So, the width of line chart is not scale full the width of chart. I used sample

RE: [flexcoders] Saving Typed Objects with AIR

2008-03-27 Thread Battershall, Jeff
Nick, When you de-serialze your object you can cast it to the type you want. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Collins Sent: Wednesday, March 26, 2008 9:34 AM To: flexcoders

[flexcoders] Re: FDS:one-to-many with lazy evaluation

2008-03-27 Thread zdenekmikan
Yes, I am trying to use Java custom assembler, but probably I will have to implement the association in ActionScript - make fill for companies collection and in the result event handler of this operation call fill for employees with id of every company... The employees property is defined as

[flexcoders] Re: Help in RemoteObject Destination not found and Sending failed Error

2008-03-27 Thread valdhor
Your Remot-config.xml file has no channels defined. You have a channel reference (my-amf) but do not define my-amf. Relevent section from my config file follows: channels channel-definition id=my-amfphp class=mx.messaging.channels.AMFChannel endpoint

[flexcoders] creating a windows start menu like component

2008-03-27 Thread Sanjiv Jivan
Hi, I was wondering if I could get any pointers to creating a windows start menu like component. Something like http://www.flex2components.com/f2cblog/2007/01/18/flex-2-desktopfx-the-flex-desktop-component/ How do I approach creating such a component? Also is there a way to have the menu items

[flexcoders] data grid throwing a 1119 error?

2008-03-27 Thread Jason B
mx:DataGrid id=dgUserRequest x=21 y=50 dataProvider={userRequest.lastResult.users.user} width=1008 height=358 itemDoubleClick={testdude.htmlText=userRequest.lastResult.users.user[testdude.selectedIndex].descriptionlong} ive been googling my heart out but cant seem to find the reason for this? i

[flexcoders] 1119 code error

2008-03-27 Thread jason bronson
mx:DataGrid id=dgUserRequest x=21 y=50 dataProvider={ userRequest.lastResult.users.user} width=1008 height=358 itemDoubleClick={testdude.htmlText=userRequest.lastResult.users.user[ testdude.selectedIndex].descriptionlong} ive been googling my heart out but cant seem to find the reason for this? i

[flexcoders] Fwd: 1119 code error with pastebin

2008-03-27 Thread jason bronson
mx:DataGrid id=dgUserRequest x=21 y=50 dataProvider={ userRequest.lastResult.users.user} width=1008 height=358 itemDoubleClick={testdude.htmlText=userRequest.lastResult.users.user[ testdude.selectedIndex].descriptionlong} ive been googling my heart out but cant seem to find the reason for this? i

[flexcoders] Adobe Updater quite unexpectedly

2008-03-27 Thread twcrone70
On Leopard, FB3 I always get Adobe Updater exception a minute or so after I start up the IDE. Any ideas how to fix this? On that note is it okay to update Eclipse itself to 3.3.2 etc. underneath the stand-alone FB3? I encounter some issues that I hear will be fixed in 3.4 and don't really want

Re: [flexcoders] Re: Fwd: Security setup for a Flex application

2008-03-27 Thread प्रवीन उत्तरवार
Hi Fidal, What type of data you want to send over http?? you can use MD5 algo for encryption but remember it cant return you the original data. On 27/03/2008, valdhor [EMAIL PROTECTED] wrote: This article may help -

Re: [flexcoders] Re: flex builder 3 on os x very very slow in debug mode

2008-03-27 Thread Willy Ci
I don't know, all we have here is MacBook Pro with OS X 10.5 Willy On Tue, Mar 25, 2008 at 6:50 PM, Josh McDonald [EMAIL PROTECTED] wrote: If it happens in both FF and Safari, the bug is most likely in OS X or Flash / Flex (or all three), so I don't see Opera helping. IE5 might though, as

[flexcoders] Re: Events and .dispatchEvent();

2008-03-27 Thread Dominic Pazula
Hi Gordon, Thanks for the reply. Alex's post cleared it up for me. The custom events both had identical type strings. I modified the fault event's static const type to have '_faut' at the end and presto, everything worked as I expected. Cheers, Dom --- In flexcoders@yahoogroups.com, Gordon

[flexcoders] CommandMessage destination is null

2008-03-27 Thread Emmanuel Potvin
I use the data management api provided by lcds, with Blaze DS. I don't know if that's my problem, but when I call a fill method on my dataservice, the server receive the CommandMessage without the destination set. Everything seems to be there but not that property. Is there some incompatibilities

Re: [flexcoders] Group Box

2008-03-27 Thread raghu kumar varma nadimpalli
Thank you Robert for the response. The example you have provided draws a panel and within it, the label and checkbox are drawn. The groupBox will have Lined Box with some text on the upperLine of the Box. And within box we should be able to add some more components. The GroupBox need to be in

Re: [flexcoders] [Offtopic] Flex Email Application

2008-03-27 Thread Ben Clinkinbeard
Nothing really planned at this point. If you have feature requests or bug reports be sure to submit them to the flexlib site. Ben On Thu, Mar 27, 2008 at 8:16 AM, Max Frigge [EMAIL PROTECTED] wrote: Tom was testing my app using Linux... some panels could not be dragged and the control

Re: [flexcoders] Re: Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Rodrigo Pereira Fraga wrote: I don't know how the device works, You'd best find out then. -- Tom Chiverton Helping to ambassadorially improve eye-catching deliverables on: http://thefalken.livejournal.com This

Re: [flexcoders] Adobe Updater quite unexpectedly

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, twcrone70 wrote: On Leopard, FB3 I always get Adobe Updater exception a minute or so after I start up the IDE. Any ideas how to fix this? Do you have an internet connection, and the settings in the Eclipse preferences for proxy etc set ? On that note is it okay to

[flexcoders] System.total Vs Flex3 Memory Profiler

2008-03-27 Thread alex
How come they give different amounts of memory use ? System.total gives 9MB but Memory Profiler shows around 4.5Mb. Do each count different parts of Flash System ? Like for example System.total will give my Flex application + Flash Player VM + Loader and Memory Profiler gives me my pure Flex

Re: [flexcoders] Adobe AIR/ Flex with device such Fingerprint

2008-03-27 Thread Weyert de Boer
Depending on the device you are able to obtain the actual fingerprint image and even receive events like finger placed or removed etc. The website that leveraged the device via the website, did that need some sort of plugin or ActiveX component? If so, it hard to recreate without such broker

RE: [flexcoders] System.total Vs Flex3 Memory Profiler

2008-03-27 Thread Gaurav. Jain
Yes that's right. Profiler memory usage number is specific to the app being profiled. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of alex Sent: Thursday, March 27, 2008 9:55 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] System.total

[flexcoders] path of code?

2008-03-27 Thread Greg Morphis
I have this app that is used to schedule employees, for a while we we're using timestamps to record start and end times of shifts. We started having issues with daylight savings and the client's time/server's time being different. Anyways we recently changed that to numbers so for example 5pm =

[flexcoders] Re: Fwd: 1119 code error with pastebin

2008-03-27 Thread Jason B
--- In flexcoders@yahoogroups.com, jason bronson [EMAIL PROTECTED] wrote: mx:DataGrid id=dgUserRequest x=21 y=50 dataProvider={ userRequest.lastResult.users.user} width=1008 height=358 itemDoubleClick={testdude.htmlText=userRequest.lastResult.users.user[

[flexcoders] Re: blazeds performance

2008-03-27 Thread netdeep
Yes I know I think it is way too large as well, but my DB admin doesn't seem to care. He wants better performance. So I am wondering if flex + blazeds should be taking 50 seconds to draw this chart or am I doing something wrong? James Ward's benchmark app pulls down 20K records in 1.4

[flexcoders] Flex/Flash Breeze SDK question.

2008-03-27 Thread Nicolas Boulet-Lavoie
Hello guys, I know that my question is a bit off topic but it’s linked to Flex/Action Script. I don’t know if some of you have worked with the Breeze SDK SyncSWF. I would like to know some information when a user enter/leave a meeting. The following code works only when a user leave a

[flexcoders] Re: path of code?

2008-03-27 Thread Greg Morphis
BTW the end of the updateSchedule() function looks like this } catch (SQLException e) { log.error(WeeklyScheduleDAO.updateWeeklySchedule () failed, e); connection.rollback(); throw new Exception(e);

Re: [flexcoders] Re: blazeds performance

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, netdeep wrote: flex + blazeds should be taking 50 seconds to draw this chart benchmark app pulls down 20K records in 1.4 sec. How come my 180K doesn't send and display in 10 sec? Because you are drawing it as well as doing the 'pull down' of the data. I've

[flexcoders] HSlider - invert / reverse scale.

2008-03-27 Thread Jason The Saj
I am using an hslider for a project. My values range from 1-50. However, in this case 1 is the higher sensitivity value. Currently my slider is as follows: -1-50- I'd like to change it so that it slides from 50 down to 1. So that the highest sensitivity value is

[flexcoders] Camera / Video feed from iMac's Webcam is mirrored/reversed?

2008-03-27 Thread Jason The Saj
I wrote a little app using the Camera Video components. Everything works fine except for the fact that my video is reversed (mirrored) with right being left and vice versa. My guess is something weird from the feed of the built in iSight cam in my iMac at work is providing reversed video. Is

RE: [flexcoders] Saving Typed Objects with AIR

2008-03-27 Thread Kyle Quevillon
Here is a good blog post regarding this topic: http://www.brooksandrus.com/blog/2008/03/25/flex-air-serialization-lesso ns-learned/ One thing it doesn't describe is how to deal with classes that have a constructor with args. The way to deal with that is to have default values for the args

[flexcoders] Extending Repeater

2008-03-27 Thread wubzorz
Hi all, Because it seems it is not possible to get the childs of a Repeater component. I want to create a custom component that extends the Repeater component. Everytime when the repeater is placing it's currentItem I want to store that item in an ArrayCollection. What event will be triggered

[flexcoders] FB3: Removing a framework class from code completion

2008-03-27 Thread ben.clinkinbeard
Is it possible to do? I end up typing variables as StreamingAMFChannel at least 738 times a day now that it is first in the list after typing Str. I thought I would eventually manage to start typing the i and avoid this mess but apparently my laziness exceeds my behavior modification powers. Can

[flexcoders] Re: blazeds performance

2008-03-27 Thread netdeep
Yeah, I had shadows turned off for the points already, but just left it on the line as there is only a single line on the chart. And the blazeds benchmark program is just drawing a horizontal bar so I can see why it would be so fast to render. I was just wondering if maybe I had set up

[flexcoders] Tryin gto add Blaze to Weblogic server.

2008-03-27 Thread Body Works Studio
Hi all, we are upgrading to FB3 and Blaze for our current project. Before we were using FB2 with FDS, and the consultant team who built the app, exploded the war file and put it directly into out war. Now I am trying to add Blaze and have updated all the WEB-INF files, but I am reviewing the

[flexcoders] Rotate Button label without embedding fonts

2008-03-27 Thread imjackson84
Hi, I am trying to create a custom Button class that can have its label text rotated (but not the button itself). I know that this can be achieved by embedding fonts, but ideally I don't want to have to do this. In my research I came across this site, which contains a method for rotating labels

[flexcoders] Re: Extending Repeater

2008-03-27 Thread wubzorz
Never mind, I was thinking the wrong way. The components that are repeated are in a VBox and the components I want to find are the children of that VBox. Thanks anyway

[flexcoders] Help with error message

2008-03-27 Thread markgoldin_2000
What exaclty this means: TypeError: Error #2007: Parameter antiAliasType must be non-null. at flash.text::TextField/set antiAliasType() at mx.core::UITextFormat/measure() [E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UITextFormat.a s:459] at

RE: [flexcoders] Re: Extending Repeater

2008-03-27 Thread Tracy Spratt
Yes, and if you give the repeated component an id, like myComp, repeater makes an array that you can use to access the children, like this myComp[n], where n is it index of the dataProvider item. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Group Box

2008-03-27 Thread Pat Buchanan
You can find one in this library - source and all. http://code.google.com/p/jwopitz-lib/ Thanks -Pat www.datanotion.com On 3/27/08, raghu kumar varma nadimpalli [EMAIL PROTECTED] wrote: Thank you Robert for the response. The example you have provided draws a panel and within it, the

Re: [flexcoders] How to remove space at the end of line chart when using disabledDays = [6,0]!

2008-03-27 Thread Jim Cheng
It's a Flex 3 charting bug alright. This was originally reported about 9 months ago during the beta cycle on the Flex bugbase and was later closed by Adobe with a resolution of Cannot Fix for what I believe to be a rather spurious reason, see: https://bugs.adobe.com/jira/browse/FLEXDMV-963

[flexcoders] Autoresizable columns

2008-03-27 Thread markgoldin_2000
Is there a way of sizing dataGrid columns to always show their headers no matter how wide they are and if it needed then show a horizontal scrollbar? Something like column.insureHeaderIsShown = true :) Thanks

[flexcoders] Common cursors

2008-03-27 Thread thirtyfivemph
I'm always a bit surprised when I'm building a Flex app and remember that there are no common cursors provided... considering that the web browser provides common cursors (which those AJAX people get to use for their RIAs!) and the OS provides common cursors (which those desktop people get to use

[flexcoders] filterFunction - blows up when item field blank

2008-03-27 Thread Don Kerr
I've been using this code below for a long time...but don't fully understand how it works:) It does work great, as long as both title and docNumber are not null. But it blows up if docNumber is null. 1) Can someone explain in words what indexOf does? Obviously it compares the two and spits out a

Re: [flexcoders] FlexBuilder Linux

2008-03-27 Thread Matt Chotin
You Linux folks know how to change the clock back for a day or two, right? :-P On 3/27/08 2:58 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 26 Mar 2008, Matt Chotin wrote: We will have another alpha soon. It's possible we'll miss by a day or two but it won't be forever. In the

Re: [flexcoders] How to remove space at the end of line chart when using disabledDays = [6,0]!

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Jim Cheng wrote: https://bugs.adobe.com/jira/browse/FLEXDMV-963 Looking at the code there, you've given ColumnChart a width of 400, so it shouldn't be surprising that the axis extends all the way across, should it ? -- Tom Chiverton Helping to continuously orchestrate

Re: [flexcoders] FlexBuilder Linux

2008-03-27 Thread Tom Chiverton
On Thursday 27 Mar 2008, Matt Chotin wrote: You Linux folks know how to change the clock back for a day or two, right? :-P That works ?!? There's no if (timeNow() lastStartTime()) { exit();} buried in there ?!? -- Tom Chiverton Helping to conveniently revolutionize prospective

Re: [flexcoders] FlexBuilder Linux

2008-03-27 Thread Matt Chotin
This is trivial enforcement logic I think, mostly meant to get you to not use betas forever. I haven't tested this though. On 3/27/08 10:06 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 27 Mar 2008, Matt Chotin wrote: You Linux folks know how to change the clock back for a day or

[flexcoders] Re: path of code?

2008-03-27 Thread Greg Morphis
It never makes it back to Flex.. I put an Alert() in the onResult() of the command that sends to Java.. There's log.debug()'s all over the place but I can't seem to find them. They do not appear in the console.. Is there some way I can force an Alert or something in Java? I want to find where this

Re: [flexcoders] Re: Flex 3 Builder Pro slow with Vista SP1

2008-03-27 Thread Merle Reine
simple solution, ditch vista as it sucks. Every vendor from dell, ibm, etc. are all offering xp as an alternative because no one likes vista. Flex 3 on XP works fine, compiles in seconds. Better yet, get rid of windows and switch to Linux. On Thu, Mar 27, 2008 at 7:20 AM, [EMAIL PROTECTED]

[flexcoders] I know that if you want to communicate with the main application from within the

2008-03-27 Thread jeffreyr6915
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use outerDocument first...Example: mx: DataGridColumn dataField=field headerText=col1 editorDataField=text editable=true mx: itemRenderer mx: Component mx:ComboBox

Re: [flexcoders] FlexBuilder Linux

2008-03-27 Thread Maciek Sakrejda
Of course. We're just too principled for that kind of thing. ;) -Original Message- From: Matt Chotin [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders] FlexBuilder Linux Date: Thu, 27 Mar 2008

[flexcoders] Flex Data Services (of LiveCycle Data Services)

2008-03-27 Thread Alexander Tsoukias
I am trying to create a multiplayer game, in which at first i need to show a tables list of available seats. Each table, should be a new destination on FDS server? or am i missing something here? If thats the case, how do i automatically create and delete destinations? (I'm using RTMP - if I

[flexcoders] Actionscript/Flex 3 - Communicating with an itemRenderer from the main applicati

2008-03-27 Thread jeffreyr6915
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use outerDocument first...Example: mx: DataGridColumn dataField=field headerText=col1 editorDataField=text editable=true mx: itemRenderer mx: Component mx:ComboBox

[flexcoders] Re: Any ideas for a Flex strip chart emulator?

2008-03-27 Thread Jim Boone
Josh, I was able to make the chart work nicely using a stock LineChart component and using the cursor from the ICollectionView interface implementation. I also profiled the code and didn't see any memory issues (other than what is associated with the ARLabelData class which is discussed

RE: [flexcoders] Flex Data Services (of LiveCycle Data Services)

2008-03-27 Thread Jeff Vroom
Take a look at the subtopics feature of the Consumer or the MultiTopicConsumer if you want to receive multiple subscriptions from a single message stream. You'd have one destination for the seats as a whole and probably a separate subtopics for each seat. If you need to route messages to

[flexcoders] Custome itemRenderer and properties

2008-03-27 Thread markgoldin_2000
Here is fragment of my code to add a custom itemRenderer to ADG (simplified): codeDestinationRenderer = new ClassFactory(destinationGrid); codeDestinationRenderer.properties = {someSetter:1234}; trainSymbolColumn.itemRenderer = codeDestinationRenderer;

Re: [flexcoders] Re: Flex 3 Builder Pro slow with Vista SP1

2008-03-27 Thread Douglas Knudsen
gee, never saw that one coming, eh? no issue here on Vista SP1, things compile just as fast or as slow as before. DK On Thu, Mar 27, 2008 at 1:39 PM, Merle Reine [EMAIL PROTECTED] wrote: simple solution, ditch vista as it sucks. Every vendor from dell, ibm, etc. are all offering xp as an

  1   2   >