Re: [flexcoders] आचार्य अत्रे

2009-01-17 Thread Sefi Ninio
It is better to write messages in english, if you want them answered... 2009/1/17 p...@vin Uttarwar pravinuttar...@gmail.com एकदा अत्रे नदिवर नहात होते . तेथे कपडे धुनार्या बाई ला त्यांची गम्मत करावी वाटली तिने अत्रांच्या मोठ्या पोटा कडे पाहून विचारले हा माठ कसा दिला ? त्या वर अत्रे

Re: [flexcoders] आचार्य अत्रे

2009-01-17 Thread Manish Jethani
2009/1/17 Sefi Ninio sefi.ni...@gmail.com: It is better to write messages in english, if you want them answered... FYI: That is spam, or at least of no relevance to flexcoders. Manish 2009/1/17 p...@vin Uttarwar pravinuttar...@gmail.com एकदा अत्रे नदिवर नहात होते . तेथे कपडे धुनार्या बाई

Re: [flexcoders] Get file type before upload

2009-01-17 Thread Paul Andrews
- Original Message - From: oneworld95 oneworl...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, January 16, 2009 9:21 PM Subject: [flexcoders] Get file type before upload Hi. Is there a way to discover the file type before you do an upload on a FileReference object? I know we

Re: [flexcoders] Code Generator for Flex/Java/Hibernate/Spring/Maven/BlazeDS

2009-01-17 Thread Nick Collins
I believe much of this functionality is already available for free in Clear Data Builder from Farata Systems. On Fri, Jan 16, 2009 at 11:16 PM, Kelly dek...@gmail.com wrote: Hi I am building a code generator for building enterprise Java/Flex apps. It is model driven and can generate more

[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-17 Thread clumpywheel
I tried to reply to this earlier but it didn't show up. I have the exact same warnings in my flashlog and it's very annoying. Flex 3, Flash 10, and it happens when I hit allow on the microphone access box. --- In flexcoders@yahoogroups.com, tom93438 tcs2...@... wrote: Hi Erik, That is the

[flexcoders] Saving data permanently to Sqlite DB

2009-01-17 Thread beriahotep
Hi, I am having alot of trouble saving data to an Sqlite db. I have no trouble, loading data, however commiting changes permanently seems to fail. I am using a delegate for the table. The code to execute any sqlStatement is: private function executeSQL(sqlStatement:SQLStatement):void{

[flexcoders] Flex Builder 3 crashes (Vista)

2009-01-17 Thread Dmitri Girski
Hi everybody, After some absolutely painless 6 months run, my Flex Builder 3 (3.0.2) started to crash every 10-15 minutes under Vista (I know, I know, this is beyond my control, I have to live with this). The only one thing which actually changed is Flash CS4 - all components have been

[flexcoders] Re: Illegible axis labels

2009-01-17 Thread Amy
--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: For the most part, the Flex charts do a reasonable job of scaling to fit a given area, staggering axis labels, etc. However, I have a situation with two charts side by side, and the line chart has legible labels, and

[flexcoders] Re: Parallel from actionscript...

2009-01-17 Thread aceoohay
As I find each module, I go to the table that has the x/y coordinates and and execute the following code; var mvObject:Move = new Move(mdlModule.child[strPrintObject]); mvObject.xFrom = mdlModule.child[strPrintObject].x; mvObject.xTo = acResult[0][XPOS]; mvObject.yFrom =

RE: [flexcoders] Flex Builder 3 crashes (Vista)

2009-01-17 Thread Kevin Benz
Been there, done that. OK.. There are two paths for you. Eclipse Errors: Eclipse makes mountains of log entries so you need to isolate Flex issues from Eclipse Issues. Go through the eclipse logs looking for errant components and Null Pointer Exceptions. Although the openness of

[flexcoders] Re: tilelist itemrender problem

2009-01-17 Thread Amy
--- In flexcoders@yahoogroups.com, johndoematrix johndoemat...@... wrote: my project is arranged in the following way. the project folder is IESTATE_V1 and the project is named Portal_V1. inside the IESTATE_V1 is the main application named portal_V1.mxml, the assets folder which has the

Re: [flexcoders] Re: Parallel from actionscript...

2009-01-17 Thread Sam Lai
By telling Flash to play the effect while you are still processing modules is probably the problem. Your processing occurs in a single frame (unless you have mitigated this specifically) so the time between the play method being called and the thread being able to process the effect is too long

[flexcoders] Modular applications and global config

2009-01-17 Thread Sceneshift
Hi there, I'm working on my first larger scale application and making use of the awesomeness that is modules. Normally, I have a single config singleton which I use to house all my application wide variables. Things such as user status and details, application wide paths and such. It seems

[flexcoders] Flashlite development evnironment?

2009-01-17 Thread Pankaj Chawla
Hi Any recommendations/links/books that can get me started with FlashLite development. Also besides Flash CS4 platform is there a more programmer centric environment (commerical or opensource) that I can try my hands on. -- Cheers Pankaj

[flexcoders] Re: Illegible axis labels

2009-01-17 Thread sunild999999
--- In flexcoders@yahoogroups.com, Richard Rodseth rrods...@... wrote: Is there any way to control how much space is devoted to the axis compared to the chart? Or to control the width of a category (not of the column)? Or to set a minimum font size, after which the axis is dropped? You can

[flexcoders] Re: General Guidance requested to detect if any component has been changed or not

2009-01-17 Thread Tracy Spratt
What I often do is have a single function through which I update my model. Each component calls this function on change or click or whatever makes sense, and passes the data model property name and the value. The function updates the model. It also sets a Bindable instance variable

RE: [flexcoders] Saving data permanently to Sqlite DB

2009-01-17 Thread Jim Hayes
It's not the case that the database in /src/assets is getting copied to /bin-debug/src/assets and the changes made to that copy, is it? Just a thought, I've not really checked your code in any detail at all. If you're using a db file path relative to the application and you left the compiler

[flexcoders] Re: Warning: CheckVisibility is not a function ?

2009-01-17 Thread Tracy Spratt
Is this causing you any problems? Warnings can often be ignored, and this sounds like an issue in the framework. In past versions of flex, I have seen dozens of warnings from internal objects, but not seen any of them result in a problem for my app. Tracy Spratt Lariat Services Flex

Re: [flexcoders] Flashlite development evnironment?

2009-01-17 Thread Paul Andrews
Doesn't have much to do with Flex, does it? http://groups.yahoo.com/group/FlashLite/ http://www.friendsofed.com/book.html?isbn=1590595580 Paul - Original Message - From: Pankaj Chawla To: flexcoders@yahoogroups.com Sent: Saturday, January 17, 2009 7:30 PM Subject:

Re: [flexcoders] Get file type before upload

2009-01-17 Thread Guy Morton
Not really...if they upload a file with .jpg extension that is actually a windows exe file containing malware it might be *your* lookout. Windows might be a bit smarter about this sort of thing these days (I hope) but I wouldn't rely on it. I'd suggest you send it to the server and use a

Re: [flexcoders] Flashlite development evnironment?

2009-01-17 Thread Pankaj Chawla
Well yes and no ;-). The only reason I am forced to use FlashLite formy device is because Adobe hasnt been kind enough (as yet) to allow Flex development for devices. But they promise to fix it in 2H09 with Flash 10. But, a big thanks for pointing me to the other yahoogroup. I will come back here

RE: [flexcoders] Modular applications and global config

2009-01-17 Thread Alex Harui
A singleton will work great as long as you link it into the main app. If you can't do that for some reason, then using a shared code module as described on my blog will likely work. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sceneshift Sent: Saturday,

Re: [flexcoders] Re: Why this error with getDefinitionByName?

2009-01-17 Thread Josh McDonald
Well if you're working against MXML and don't also have a compiled .SWF for that application, you're just going to have to hard-reference everything you might need, or load it from the Flex library SWC (a SWC is just a .SWF and an XML file in a zip) Failing that, since it sounds like you're doing