RE: [flexcoders] Why you shouldn't set creationPolicy="all" to solve your deferred instantiation problems

2005-10-14 Thread Allen Manning
Gordon,   The reason why I normally set creation policy to all is to work around flex bugs.  Two of them this week:   Repeater in a VBox in a view stack.  Layout gets messed up on auto, but seems to draw a bit more properly with an all. ViewStack in a ViewStack, the

[flexcoders] Problem trying to format small numbers.

2005-10-14 Thread greenfishinwater
I use a numberFormatter defined with precision of 2, when I have a number such as 0.45, the value displayed is .45. What I want to see is 0.45, with a leading zero. There doesn't seem to be any property that controls this, do I have to add the leading zero myself? Thanks Andrew -

[flexcoders] Re: Datagrid Selective Cell Tabbing

2005-10-14 Thread bhaq1972
--- In flexcoders@yahoogroups.com, "thisdudenamedjon" <[EMAIL PROTECTED]> wrote: > > Suppose I have a datagrid. I'd like to be able to restrict certain > editable columns from being accessed using the tab key. > > Is there a way to disable tabbing for a particular column? > try this little examp

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Ritesh Jariwala
If you want good performance then better store reference of file in database. There is no problem to save files in database but sometimes database becomes big and it will take more time to process.   With Regards,   Ritesh Jariwala (Actkid) Freelance Developer www.actkid.com Com

[flexcoders] Re: How to save uploaded file in database

2005-10-14 Thread livinginswitzerland
updateblob set = : where = :your_key_value; --- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]> wrote: > > I don't see any problem with it provided you design your tables to keep > the data in a separate table, possibly separate tablespace, etc. Most > reasonably good

[flexcoders] Using custom preloader

2005-10-14 Thread sergei_tsoganov
When the application intializes the preloader is not visible any more. How to make it visible again? How to make it not to hide itself when application initialized? Is it possible to continue to use the preloader after initialization? For example to show preogress of loading sounds or external movi

[flexcoders] [Clone] Cloning UI object

2005-10-14 Thread Stephane De Jonckheere
Hi, I'd like to clone an instance of a custom UI component (a panel with a lot of components in it). I tried the "copy" furnished by ObjectUtil, I corrected it as described by Darron Schall. But it wasn't giving the expected result. The fact is that even if the object is copied in a new instance, t

[flexcoders] DataGridColumn display issue

2005-10-14 Thread Husain Kitabi
Hi I have a value object   ClassgroupVO.as   classgroupVenue:String; classgroupCapacity:String module:ModuleVO -   ModuleVO.as   moduleName:String;       In my datagrid column i want to display moduleName. My dataprovider is an array of ClassgroupVO value objects

RE: [flexcoders] Me go to MAX alone. you be my friend?

2005-10-14 Thread Kelly Roman
I am down.   Here is my Bio:   Name: Kelly Roman Age: 24 Nationality: American   Currently: Building enterprise Flex applications for the automotive industry (Honda, Mazda, Ford)   Currently on contract but I maintain www.dekaydmedia.com when I have time.       See you ther

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Dimitrios Gianninas
We use Oracle 9i around here and several applications store files in the DB as BLOBs and it works like charm. This is a DB issue, so you should speak with your Database Administrator to resolve the issue.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders

[flexcoders] RemoteObject call to POJO on JRUN

2005-10-14 Thread Jeremy Crane
Ok, I have again resumed trying to figure out how to get a call to a Remote Java object working.  I posted a previous message on this topic, but was not able to get a working answer.  The PROBLEM: When calling a java class located in {contextroot}\classes\com\obc I get a response of Servi

Re: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Niklas Richardson
You might have to use a label function or a cell rendered to display the deeply nested data. On 14/10/05, Husain Kitabi <[EMAIL PROTECTED]> wrote: > > Hi > I have a value object > > ClassgroupVO.as > > classgroupVenue:String; > classgroupCapacity:String > module:ModuleVO > --

[flexcoders] OT: What's going on with FlashCoderz

2005-10-14 Thread Oleg Filipchuk
Hi list,sorry for off-topic but I do not know other place where to ask. Are there any people from FlashCoderz? It had not worked since 10th october, and I've got 'undeliverable mail' error when attempt to send subscribe/unsubscribe mail. Thanx,Oleg -- Flexcoders Mailing List FAQ: http://gr

Re: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Darron J. Schall
Husain Kitabi wrote: > I tried to use >headerText="Classgroup Venue" /> > headerText="Classgroup Capacity"/> > headerText="Module"/> > > > The first 2 columns are fine. But module.moduleName - it does not > display anything. Has anybody done something like this. Pl advise. You n

Re: [flexcoders] Problem trying to format small numbers.

2005-10-14 Thread Clint Modien
What about a currency formatter without a currency symbol?   On 10/14/05, greenfishinwater <[EMAIL PROTECTED]> wrote: I use a numberFormatter defined with precision of 2, when I have anumber such as 0.45, the value displayed is .45. What I want to see is 0.45, with a leading zero. There doesn't

RE: [flexcoders] [Clone] Cloning UI object

2005-10-14 Thread Stephane De Jonckheere
It seems to come from Movieclips that aren't clonable. Is there a way to clone these objects? -Original Message- From: Stephane De Jonckheere Sent: vendredi, 14. octobre 2005 11:29 To: flexcoders@yahoogroups.com Subject: [flexcoders] [Clone] Cloning UI object Hi, I'd like to clone an i

[flexcoders] Re: Including files.

2005-10-14 Thread rgwilson26
I am having a similar problem. I am trying to do the same to reference several directories with my components. for example: root /componentsDir1 /componentsDir2 /componentsDir3 I can acces /componentsDir1 by: -- http://www.m

RE: [flexcoders] Re: Including files.

2005-10-14 Thread João Fernandes
Try this: http://www.macromedia.com/2003/mxml"; xmlns:dir1="componentsDir1.*" xmlns:dir2="componentsDir2.*"> João Fernandes Secção de Desenvolvimento Departamento de Informática -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 S

RE: [flexcoders] Re: Including files.

2005-10-14 Thread Matt Chotin
You’ll either need three namespace entries or you’ll need to create your own manifest file which should be described in the docs.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of rgwilson26 Sent: Friday, October 14, 2005 10:04 AM To: f

RE: [flexcoders] [Clone] Cloning UI object

2005-10-14 Thread Matt Chotin
Not really, creating a new instance and copying any relevant values is what you’ll need to do.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stephane De Jonckheere Sent: Friday, October 14, 2005 9:09 AM To: 'flexcoders@yahoogroups.c

RE: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Allen Manning
Custom cell renderer might be a bit OTT for this, labelFunction would be a good start. Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darron J. Schall Sent: 14 October 2005 14:10 To: flexcoders@yahoogroups.com Subject: Re: [flexcod

RE: [flexcoders] Re: Cause and Effect

2005-10-14 Thread Matt Chotin
Create a setSelectedTab function to store the selected tab.  Whenever you click on the tab call setSelectedTab(whateverValueYouWant).   function setSelectedTab(value:String):Void {   selectedTab = value;   If (firstResults != null)     getSecondResults(); }   Function getSecondRe

Re: [flexcoders] OT: What's going on with FlashCoderz

2005-10-14 Thread JesterXL
It's down.  Dave Watts, admin & owner, apparently "moved the mail servers across the street", and then sent a test email.  Then, Sunday night it went silent...   - Original Message - From: Oleg Filipchuk To: flexcoders@yahoogroups.com Sent: Friday, October 14, 2005 9:08 AM Subjec

RE: [flexcoders] Me go to MAX alone. you be my friend?

2005-10-14 Thread Hindman, Jeff
Gonna be a ton o fun! Name: Jeff Hindman Nationality : American Age: Getting older every day ... Currently: Building enterprise RIAs for Boeing; convincing co-workers that there's a whole world beyond Visual Basic and Perl See you there :) From: Kelly Rom

[flexcoders] Row Height Overflow

2005-10-14 Thread Greg Johnson
I need the rows of a datagrid to stay at 1 line if none of the cells in that row is bigger then one line, but if one is I need that cell to wrap and the row to expand. I also only want used rows showing up to a max overall height and then show the scroll bar. However it seems all I can get the

Re: [flexcoders] Re: FLEX Licenses for sale - FLEX 2.0 Enterprise upgrade included

2005-10-14 Thread Niklas Richardson
One thing to be aware of, re: the EULA: "You may not sell or transfer any Software purchased under a volume discount." On 12/10/05, Ian Welsh <[EMAIL PROTECTED]> wrote: > "MM announced they will release Flex 2.0 in the first half of 2006." > > Let's all hope that it is prior to 31/03/06 as, I im

[flexcoders] Load MXML after Login

2005-10-14 Thread Aly Sidi
This has probably been answered before but i was wondering if you could use teh mx:Loader to Load a MXML. forexample..once main.mxml is loaded you can click on a button that will unload main.mxml and goto next.mxml. I want ot use this for when a user logins then erdirects them to a mxml. I know

[flexcoders] Re: Row Height Overflow

2005-10-14 Thread Greg Johnson
Figures as soon as I post I find out atleast part of what was wrong. The only problem I have now is the last one below, getting the grid to only show x rows if the # of items in the datagrid is less then the number of rows that would completly fill the height. --- In flexcoders@yahoogroups.com

[flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Parekh, Shweta - BLS CTR
Title: Problem with repeater and datagrid -- Please help! Hi, I have a problem with repeater and datagrids. I have a repeater in ItemSpec.mxml file (below) which includes an mxml component: itemSpecInfo. File:  itemSpec.mxml        …...      ItemSpecInfo.mxml has a

Re: [flexcoders] Row Height Overflow

2005-10-14 Thread Manish Jethani
On 10/14/05, Greg Johnson <[EMAIL PROTECTED]> wrote: > I need the rows of a datagrid to stay at 1 line if none of the cells in > that row is bigger then one line, but if one is I need that cell to > wrap and the row to expand. I also only want used rows showing up to a > max overall height and the

RE: [flexcoders] Why you shouldn't set creationPolicy="all" to solve your deferred instantiation problems

2005-10-14 Thread Gordon Smith
Can you post some pared-down code that illustrates these two bugs? Maybe we can fix them in the next version.   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Allen Manning Sent: Friday, October 14, 2005 2:14 AM To: flexcoders@yaho

Re: [flexcoders] Why you shouldn't set creationPolicy="all" to solve your deferred instantiation problems

2005-10-14 Thread Manish Jethani
On 10/14/05, Allen Manning <[EMAIL PROTECTED]> wrote: > Repeater in a VBox in a view stack. Layout gets messed up on auto, but > seems to draw a bit more properly with an all. Do you have a test case to reproduce this bug? At least we can make sure it doesn't happen in 2.0! > ViewSt

Re: [flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Manish Jethani
On 10/14/05, Parekh, Shweta - BLS CTR <[EMAIL PROTECTED]> wrote: > 1. Are there global variables in Flex so that I can take the result from > remote call in a global variable and then use it anywhere -- in my case in > the child component? You can save the result in the application and then refer

RE: [flexcoders] Why you shouldn't set creationPolicy="all" to solve your deferred instantiation problems

2005-10-14 Thread Allen Manning
I'll try and get some simple test cases together. Thanks, allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: 14 October 2005 17:24 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Why you shouldn't set creationPol

[flexcoders] Strange behavour

2005-10-14 Thread sergei_tsoganov
I use Cairngorm in my application. My main.mxml is: http://www.macromedia.com/2003/mxml"; xmlns:view="com.vetclinic.view.*" xmlns:ctrl="com.vetclinic.components.controls.*" xmlns:control="com.vetclinic.control.*" xmlns:business="com.vetclinic.business.*" pageTitle="VetClinic"

RE: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Husain Kitabi
OTT? Please tell me about labelFunction.   Thanks HusainAllen Manning <[EMAIL PROTECTED]> wrote: Custom cell renderer might be a bit OTT for this, labelFunction would be agood start.Best,Allen-Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of Darron

[flexcoders] Flex File Upload over HTTPS

2005-10-14 Thread Dimitrios Gianninas
Hi, anyone have trouble using the File Upload component in Player 8 over HTTPS ? Like it doesn't upload at all, gives an IO Error with no details?   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoder

Re: [flexcoders] Me go to MAX alone. you be my friend?

2005-10-14 Thread Aldo Bucchi
Any beautiful girls around here? Anyone? Duh, this is a software event :( On 10/14/05, Hindman, Jeff <[EMAIL PROTECTED]> wrote: > Gonna be a ton o fun! > > Name: Jeff Hindman > Nationality : American > Age: Getting older every day ... > > Currently: Building enterprise RIAs for Boeing; conv

[flexcoders] Re: Row Height Overflow

2005-10-14 Thread Greg Johnson
Ya, my mistake was I had a marginbottom="15". For some reason when you set the left and right margins it moves the outer edge in, but when you do the bottom, it effects every single row. Still though, it still leaves me with the problem of getting the height to adjust. IOW say it takes 30 lin

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil
HI Dimitrios,   Thx for your response. But in my case I am passing uploaded file name from my flex to jsp from where I am calling my java class by creating instance of java class  on JSP page.   But my confusion is how to get file data on jsp page sothat I can pass it to my java class where I ha

RE: [flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Mink, Joseph
Or you can create a static actionscript class with a private member.  Set that member, and then everyone who accesses the static class will get the same value for that static member:   class StaticClass {   public static var theValue; }   ...   StaticClass.theValue = something;   ...   if (S

RE: [flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Parekh, Shweta - BLS CTR
Title: Message So then two mxml files will be accessing the same actionscript. In one mxml, the member is set and the other mxml accesses the member. That might work for me. But can two mxml files access the same actionscript?   -Shweta -Original Message-From: flexcoders@ya

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Dimitrios Gianninas
You can use the sample I provided on this page: http://weblogs.macromedia.com/mchotin/archives/2004/11/index.cfm   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandip PatilSent: Friday, October 14

RE: [flexcoders] Load MXML after Login

2005-10-14 Thread Tracy Spratt
Yes, that is precisely what mx:Loader is for. Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aly Sidi Sent: Friday, October 14, 2005 11:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Load MXML after Login   This has pro

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil
Hi  Dimitrios,   When I click on this ..You can get the examples here It is showing internal server error. I appreciate if you send me any hint or other link   Thx.Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: You can use the sample I provided on this page: http://weblogs.macromedia.com/m

RE: [flexcoders] Flex File Upload over HTTPS

2005-10-14 Thread Carson Hager
We saw issues when explicitly setting the url to include https, for some reason. When we load the page under https and specify a relative URL, it works for us. We have this as part of our new customer support site coming out on Monday and has been tested thoroughly.  As a note, there are s

RE: [flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Tracy Spratt
Title: Message In your code, you do not have “two mxml files”.  It does not matter where the code for a component comes from.  When the component gets instantiated, it is “in” the application, and you can reference the parent application as Manish suggests.   Be careful with binding.  W

RE: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Tracy Spratt
Here is an example.  Note that it uses XML class methods.  If you are using an object as a dataProvider, you will need to adjust accordingly.   http://www.cflex.net/showfiledetails.cfm?ObjectID=258   Tracy   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-14 Thread Tracy Spratt
Try calling it always.  We are and we get the red x when the location is invalid.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young Sent: Thursday, October 13, 2005 8:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How

[flexcoders] Code Share

2005-10-14 Thread JesterXL
For those who don't read blogs, I duplicated Pastebin.com in Flex using Flashcom (missing Diff's, though). Source included. http://www.jessewarden.com/archives/2005/10/code_share_real.html --JesterXL Yahoo! Groups Sponsor ~--> Most low income ho

Re: [flexcoders] Problem with repeater and datagrid -- Please help!

2005-10-14 Thread Manish Jethani
On 10/14/05, Parekh, Shweta - BLS CTR <[EMAIL PROTECTED]> wrote: > So then two mxml files will be accessing the same actionscript. In one mxml, > the member is set and the other mxml accesses the member. That might work > for me. But can two mxml files access the same actionscript? This is the st

[flexcoders] JOB: Full time position open for Senior ColdFusion/Flex Developer

2005-10-14 Thread Jonathan Hirschi
eBay inc. is looking for an experienced developer to join our internal product tools services group. You will work within a team environment to build custom web-based database applications. Projects include: content management systems, next generation Rich Internet Application development and in

[flexcoders] Highlight gridline on chart

2005-10-14 Thread Tom Fitzpatrick
On a column chart, is it possible to highlight one gridline at a single yField value? So, for example, if the yField values on the chart run from $0 to $150,000, how would I put a horizontal red line at the $100,000 level? - Tom Yahoo! Groups Sponsor -

Re: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Darron J. Schall
Allen Manning wrote: >Custom cell renderer might be a bit OTT for this, labelFunction would be a >good start. > > A cell renderer for an object path is reusable, whereas with using a label function you have to create a new function for each path. It may be over the top for this particular ca

RE: [flexcoders] Flex File Upload over HTTPS

2005-10-14 Thread Dimitrios Gianninas
Yup thx Carson.   We've run into the double-upload issue as well. Our problem is that Apache, sitting in front of WebLogic is blocking the upload for some reason. If you load the UI by accessing the UI directly from WebLogic under HTTPS, it works. But not thru Apache. Working with our UNI