[flexcoders] issue w/ two-way binding on checkboxes and radiobuttons?

2005-10-27 Thread Jaime Bermudez
I'm wondering if any other flexcoders have come across this issue.  I have a Panel component within an auto Viewstack (not sure if the Viewstack is causing anything).  The panel has an activate() method that gets hit once the viewstack index selects - the activate method is where remote data cal

[flexcoders] Re: issue w/ two-way binding on checkboxes and radiobuttons?

2005-10-27 Thread Jaime Bermudez
quot; http://www.macromedia.com/2003/mxml">        2) the TestPanel http://www.macromedia.com/2003/mxml" width="100%" height="100%">           In this example, both are in the same directory.   - Jaime   On 10/27/05, Jaime Bermudez <[EMA

Re: [flexcoders] issue w/ two-way binding on checkboxes and radiobuttons?

2005-10-27 Thread Jaime Bermudez
As a follow-up, in the example provided the bindings work fine if the mx:Binding tags are commented out.  The bindings also work if the initObj() method is called on a childrenCreated event of the Application, which I don't understand.  Any idea on what's going on?   On 10/27/05, Matt Chotin <[E

Re: [flexcoders] sessions and maintenance questions

2005-11-16 Thread Jaime Bermudez
Dimitrios,   Sounds like your solution may solve a similar issue for a project I'm working on.  Can you explain how the custom authentication relates to a timeout?  Is it the only way to get one of the two fault codes you're checking for?  Also, I checked web.xml and I don't see any timeout set

Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
I added the session-config tag to my web.xml only to get the following warning in my weblogic console:   "Deployment descriptor "web.xml" is malformed.  Check against the DTD: org.xml.sax.SAXParseException: The content of element type "web-app" must match "   The problem seems to be that the ses

Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
Ok, so I misread the line.  The session-config tag is there, but I'm not sure why I'm getting the warning.  Could it have something to do w/ the ? that appears after the tag in the below list?    On 11/21/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: I added the session-

Re: [flexcoders] sessions and maintenance questions

2005-11-21 Thread Jaime Bermudez
On second thought, I had the ordering of the tags wrong.  Works fine now. On 11/21/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: Ok, so I misread the line.  The session-config tag is there, but I'm not sure why I'm getting the warning.  Could it have something to do w/ the ? th

[flexcoders] openAMF examples?

2005-11-21 Thread Jaime Bermudez
Hey guys,   Just wondering if anyone has some sample FLEX code where they use openAMF in place of RemoteObjects for FLEX 1.5.  Specifically wondering what happens to result and fault handlers.   Thanks,   Jaime -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-08 Thread Jaime Bermudez
Hey Carson,   I'm trying out your technique, but I'm still getting LocatorParser errors... here's a snippet of my weblogic.xml:     ...      ... true      This solution worked for you guys?  On 9/16/05, Carson Hager <[EMAIL PROTECTED]> wrote: My pleasure.  The only impact will

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez
I couldn't find a way to turn on classloader tracing (at least I didn't see anything in the weblogic 8.1 docs), however I think the problem may be in the setup.  My fop.jar, batik.jar and other supporting files (i.e. avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app server. 

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez
Um, it wasn't part of my app server.  I tried searching for it in the directory, but it wasn't there.  I'm guessing that whomever implemented reporting on my team (I'm working w/ 12 other developers) downloaded the jar and imported it into the app. On 12/10/05, Dimitrios Gianninas <[EMAIL PROTE

Re: >< Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez
Don't need what - fop.jar?  I definitely need the jar to be able to to a fop transformation on a java servlet... not sure what you're getting at. On 12/10/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: Perhaps you should check with the rest of your team then, maybe you don't need it, and th

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez
I didn't know the server had a web-inf... the only web-inf I see is in my deployed war directory.  Just to clarify, I deploy an EAR that has separate ejb and war deployments.  The only web-inf directory I see is under user_projects -> domain -> mydomain -> applications -> {myapp} -> {war}.  Wher

Re: [flexcoders] Re: URGENT Problem on Flex installed on BEA WebLogic

2005-12-11 Thread Jaime Bermudez
ifferent web applications and> > implementing SSO across the two. > >> >> >> >> >> > Carson> >> >> >> > ____> >> > Carson Hager > > Cynergy Systems, Inc.> > http://www.cynergysy

Re: [flexcoders] Re: URGENT Problem on Flex installed on BEA WebLogic

2005-12-11 Thread Jaime Bermudez
.  Both jars share CSS parsing classes (i.e. CSSRule).  The flex version is a later version than the fop version.  I'm going to try removing "xml-apis.jar" from the build and see what happens. On 12/11/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: Hold on a sec.  There is no

[flexcoders] dragging from a grid within PopUp to parentApp?

2006-01-12 Thread Jaime Bermudez
Not sure if many people have dealt w/ non-Title Window pop ups.  I'm working on a search pop-up for our app and a plain TitleWindow won't cut it since we need to have links on the header and be able to stretch out a screen from the right side of the window.  So, I have a Canvas that contains a T

[flexcoders] Re: dragging from a grid within PopUp to parentApp?

2006-01-12 Thread Jaime Bermudez
I should mention, this is in FLEX 1.5.  I can't just upgrade to 2.0 b/c we're in production. On 1/12/06, Jaime Bermudez <[EMAIL PROTECTED]> wrote: Not sure if many people have dealt w/ non-Title Window pop ups.  I'm working on a search pop-up for our app and a plain Tit

Re: [flexcoders] RemoteObject : Convert Java Exception to ActionScript Fault

2005-07-12 Thread Jaime Bermudez
Hey Peter, Do you have an example of how/where to create a thin layer on the UI side to capture a Java Exception and re-throw a GatewayException? Thanks, Jaime On 3/23/05, Peter Farland <[EMAIL PROTECTED]> wrote: > > The documentation for Java based services is largely in the "Using Data > Ser

[flexcoders] namespace/directory structure issue

2005-07-30 Thread Jaime Bermudez
Hi Flexcoders, I am working on a rather large FLEX app w/ a directory structure that looks like this: main as components UI ... test test1 the main directory contains the project's app.mxml, which has custom namespace declarations like xmlns:cc = "components.UI.*", etc.

Re: [flexcoders] namespace/directory structure issue

2005-07-31 Thread Jaime Bermudez
(create whatever subdirectories you desire). > Since you have the test directory it cannot easily refer to components in a > parallel directory unless the main MXML file is in main. > > > > > > > From: flexcoders@yahoogroups.co

Re: [flexcoders] namespace/directory structure issue

2005-08-01 Thread Jaime Bermudez
is create a different root directory > > and then add it to your classpath in flex-config.xml. Put all the > > components in that directory (create whatever subdirectories you desire). > > Since you have the test directory it cannot easily refer to components in a > > pa

Re: [flexcoders] namespace/directory structure issue

2005-08-01 Thread Jaime Bermudez
Still waiting for ideas on an approach, but I thought I'd set up the problem a little better: Here's the developer directory structure for my project: >main app.mxml >as app.as appTest.as >assets (images, etc.) >components >test >test1 test1.mxml

Re: [flexcoders] namespace/directory structure issue

2005-08-02 Thread Jaime Bermudez
orry, the image embedding is going to be relative from the main file. You > MIGHT be able to do /assets (starting slash) but we do not have a search > path for image locations I think. > > > > > > From: flexcoders@yahoogroups.com [mailto

[flexcoders] nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-05 Thread Jaime Bermudez
Hey guys, I'm not sure if this question was fully explored, but I have a case where I have some nested viewstacks that may have creationPolicies of none. They are actally subclasses of the viewstack class, w/ an activate method that will "instantiate" a child if it has not yet been defined (i.e.

[flexcoders] Re: nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-08 Thread Jaime Bermudez
So, nobody on the board knows how to tell through the childDescriptors array if a child of a viewstack has creationPolicy of none? On 8/5/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm not sure if this question was fully explored, but I have a case > w

Re: [flexcoders] Re: nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-08 Thread Jaime Bermudez
quot;alert(vs.getChildAt(1)['creationPolicy'])"> > > > Philippe Maegerman > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jaime Bermudez > Sent: lundi 8 août 2005 15:55 > To: flexcoders@yahoogro

[flexcoders] FormItemLabel style?

2005-08-16 Thread Jaime Bermudez
Is there a way to set the style of the FormItem's label, other than the width? I want to make the text a certain font and color, but I can't seem to get it to work by setting these properties on the FormItem tag. Yahoo! Groups Sponsor ~--> http://us.

[flexcoders] how to change dividedbox divider icon?

2005-08-23 Thread Jaime Bermudez
Hey guys, Does any flexcoder out there know if/how I can change the divider icon of a DividedBox? I'm not talking about the dividerThickness, dividerAlpha, etc. that controls how the line appears once the user selects into the gap. I really want to change the appearance of the little multi-line

Re: [flexcoders] how to change dividedbox divider icon?

2005-08-23 Thread Jaime Bermudez
may use the attached flash file that contains the divider clip. > After you make the required changes, export it from the library as a swc > file. > > Use it in your application as a theme. > Eg: > http://www.macromedia.com/2003/mxml"; > width="100%" height=&q

Re: [flexcoders] canvas flickering on hideEffect

2005-08-29 Thread Jaime Bermudez
On 8/29/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 8/29/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: > > That's cool. The reason why I made the grid disabled is that the grid

Re: [flexcoders] canvas flickering on hideEffect

2005-08-31 Thread Jaime Bermudez
Ok Manish... I'm still stuck on this one. Are you saying that I have to do something on the resize event of the preview panel? Do stacked components inside a canvas not resize like other components? On 8/29/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > On 8/29/05, Jaime Be

Re: [flexcoders] canvas flickering on hideEffect

2005-08-31 Thread Jaime Bermudez
te: > On 8/31/05, Jaime Bermudez <[EMAIL PROTECTED]> wrote: > > Ok Manish... I'm still stuck on this one. Are you saying that I have > > to do something on the resize event of the preview panel? Do stacked > > components inside a canvas not resize like other components? &

[flexcoders] capturing an alert response within method that calls alert

2005-04-20 Thread Jaime Bermudez
I'm sick of having to track temporary variables on an alertHandler method. Let's say I have a method w/ three variables that calls an alert where I wait for a response from the user. Is there any way to pass these variables along into the handler method that gets called when the user clicks "Yes