Re: [flexcoders] Re: AMFPHP 1.9 security problem

2007-11-16 Thread Muzak
See if this helps: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=3201 regards, Muzak - Original Message - From: "danielvlopes" <[EMAIL PROTECTED]> To: Sent: Friday, November 16, 2007 5:21 AM Subject: [flexcoders] Re: AMFPHP 1.9 security prob

[flexcoders] loading components 1 by 1 [passing value from 1st component to other]

2007-11-16 Thread Girish
Hi All, can anyone tell that how to load component one after one. In my application I have created components and placed in another component. when i load the page each component is loading the data Asyncronesly. But i want to load 1st component 1st and then set value to other components from 1st

[flexcoders] Re: and dispatchEvent

2007-11-16 Thread Stephen Allison
Peter Hall writes: > [Bindable] actually makes a number of changes to your code... Thanks for that, would now be interested to know how you found that out!? Stephen

[flexcoders] Can I have SWFLoader automatically scale the content swf?

2007-11-16 Thread Stephen Roy J. Tang
Hi, I'm trying to do this thing where I have a VDividedBox, the top half contains an SWFLoader that will load another Flex SWF. I want to resize the SWFLoader automatically when the containing canvas is resized by dragging the divider, and also for the content inside the SWFLoader to scale automat

[flexcoders] depth problems, some help needed please

2007-11-16 Thread Mark
I have a Flash CS3 component that pops up a small text box on roll- overs. Those Flash text pop-ups come up behind Flex Labels. Is there a way to control the depth of each component? The layout of these components are: HBox Label Left -- Flash Comp. -- Label Right Any ideas? Can I control th

[flexcoders] Re: Express Install question

2007-11-16 Thread Mark
Thanks for the reply, I was wondering if I can just go into the HTML and change the code right in there, or if that will just cause errors? I'm thinking I can change the "pluginspage" paramater in the few spots it shows up with an internal page URL that gives my message and a link to the plug

[flexcoders] Flexunit and Protected or Priovate method

2007-11-16 Thread exuperok
hello i have to integrate Fleunit testing into an existing/ongoing project that have classes calling webservices. Those classes have two types that methodes that are both declared like this override protected methodname. I would like to know how one should proceed to have a testcase on those method

[flexcoders] Re: LCDS, AIR and Client Side Cacheing

2007-11-16 Thread christophers1228
--- In flexcoders@yahoogroups.com, "christophers1228" <[EMAIL PROTECTED]> wrote: > > Hello, > > Is it possible to enable client side caching with AIR and LCDS when > you have managed destinations? > > For example, if I have 4 related tables each having their own destination. > > SalesPerson has

[flexcoders] Re: LCDS, AIR and Client Side Cacheing

2007-11-16 Thread Josh VanderBerg
That would certainly be a nice feature, but when I saw demos of using the client side database in AIR at the Chicago Adobe Max, it didn't look like there was much in the way of integration with LCDS. Unless something has changed, to do this you'd have to create client side tables on your own, t

[flexcoders] Default CSS file not found

2007-11-16 Thread Clint Modien
I'm creating a pure as3 application and when I use [Frame(factoryClass="com.somepackage.SomeClass] I'm getting a compiler warning... How do I make the warning go away?

[flexcoders] Re: Changing default components texts

2007-11-16 Thread Josh VanderBerg
You would extend the DateField component and override the properties in the new Class' constructor, for example: package mycomponents { import mx.controls.DateField; public class MyDateField extends DateField { public function MyDateField()

[flexcoders] Generating flex client based on xml content

2007-11-16 Thread Bernardo O. Bennett
Hi All Let's say my system has a rest xml interface fully functional and I want to write a lightweight flex client to visualize the data represented in the xmls. Does anyone know a framework/tool to generate the flex code based on the contents of my xmls? Thanks in advance, Bernardo

[flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
Folks Maybe I'm interpreating all the docs wrong but, I have a Custom Class which is one of several View Classes as part of an MVC model I'm using. I have an associated Controller class. I want the Custom class to dispatch custom Event to the COntroller class, the Custom class is embedded some

[flexcoders] Re: Problem printing component with

2007-11-16 Thread mitek17
Hi Alex, I believe that there is a bug in FlashPlayer . If I use Firefox with debug version of the FLashPlayer from Flex2 SDK I've got the following sequence image::creationComplete image::updateComplete canvas::creatComplete image::updateComplete If I use IE7 with FlashPlayer 9.0.47 image::c

Re: [flexcoders] Hide titleBar of Panel

2007-11-16 Thread Jehanzeb Musani
Hello, I incurred the same problem. I solved it by creating my own component in mxml that extends panel. Below is the code of that component. http://www.adobe.com/2006/mxml"; layout="absolute" headerHeight="0" borderStyle="solid" shadowDistance="0" > Actually you have to set "headerHe

[flexcoders] Re: AMFPHP 1.9 security problem

2007-11-16 Thread danielvlopes
Thanks Muzak, i will try use this code with session in php. ;-) --- In flexcoders@yahoogroups.com, "Muzak" <[EMAIL PROTECTED]> wrote: > > See if this helps: > http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=3201 > > regards, > Muzak > > - Original

Res: [flexcoders] Generating flex client based on xml content

2007-11-16 Thread Bernardo O. Bennett
What I meant was having a tool to generate a draft interface for me, based on the xml structure (most likely from the DTD). - Mensagem original De: Paul Andrews <[EMAIL PROTECTED]> Para: flexcoders@yahoogroups.com Enviadas: Sexta-feira, 16 de Novembro de 2007 16:21:27 Assunto: Re: [flexc

Re: [flexcoders] Re: Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
No it doesn't, also doesn't matter what bubbles is set to either Duncan - Original Message From: bithroop <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, 16 November, 2007 4:27:39 PM Subject: [flexcoders] Re: Event dispatching and receiving Are you saying it works wit

RE: [flexcoders] Re: Express Install question

2007-11-16 Thread Samuel R. Neff
I don't know if changing the parameter will work or not, and if it did work, what you would actually put on your internal page to allow installing the plugin without going to adobe.com (especially due to previously mentioned legal concerns). Sam --- We'r

[flexcoders] Hide titleBar of Panel

2007-11-16 Thread imjackson84
Hi, I would like to be able to optionally hide the title bar of the main Panel container in my application, so that the top border appears the same as the other 3 sides. I have tried extending the Panel class with a function to set the titleBar.height property to 0, but this did not work. I also t

RE : [flexcoders] lable Rotation

2007-11-16 Thread Christophe Jolif
Hi, For 1. Someone asked a similar question on ILOG Elixir forum. See: http://groups.google.com/group/ilog-elixir/browse_frm/thread/a279ed3215730c21 For 2. I'm not sure what your question is. ILOG Elixir beta 1 is working with Adobe Flex Beta 2. For 3. Watermark removal will be provided for

[flexcoders] Re: Calling play() on VideoDisplayer from JS using Flex-Ajax bridge doesn't work

2007-11-16 Thread s_tibrewal
I am trying to trigger two things with the same button on the page. 1. Start playing of the video in Flash 2. Show power point slides presentation synched with the video - which basically is images rotated with timeouts Perhaps I could make the same call from within Flex and trigger both of the

[flexcoders] Re: Event dispatching and receiving

2007-11-16 Thread bithroop
Are you saying it works with Application.application? --- In flexcoders@yahoogroups.com, duncan mcmillan <[EMAIL PROTECTED]> wrote: > > Folks > > Maybe I'm interpreating all the docs wrong but, I have a Custom Class which is one of several View Classes as part of an MVC model I'm using. I have an

[flexcoders] Securing flex swf file

2007-11-16 Thread ml12361
I am trying to secure my Flex SWF file by placing it above the wwwroot directory and using CFCONTENT to pull the file. This works fine in my staging server, but on my production machine, the file loads but I need to right-click on the flash document and select Forward or Play. Any ideas about w

Re: [flexcoders] cairngorm design question, need suggestions

2007-11-16 Thread Ralf Bokelberg
Both is possible. However, in our practice we try to test as much as possible. The call to a cairngorm command is rather difficult to test, whereas you can easily test if a ciarngorm event is dispatched by adding a listener to the CairngormEventDispatcher. Cheers Ralf. On Nov 16, 2007 12:34 PM

[flexcoders] lable Rotation

2007-11-16 Thread guna samba
hi, 1. How could i rotate the label in Linerar axis ? 2. When ILOG 3d chart merge with Flex 3 beta ? 3. How Could i remove the Water mark appears in Ilod 3d chart. Please update me. Thank's & Regards, Gunasekaran Sambandhan Did you know? You can CHAT without downloading messenger. Go t

[flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Mark
I guess sometimes the "easy" answer is the one we overlook. I don't know why I didn't think about using some kind of "wait" message or progress bar in a pop-up. Thanks. I have one last question about this. When do I destroy the pop-up? I'd like it to stay on until all the data has been pars

[flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-16 Thread handitan
Hi Mark, Maybe this will help you: http://www.tink.ws/blog/seemless-animated-skins-in-flex/ --- In flexcoders@yahoogroups.com, "Mark Ingram" <[EMAIL PROTECTED]> wrote: > > Hi, does anyone know if it's possible to have an animated overSkin for a > button? Our designer has created an overSkin whi

Re: Res: [flexcoders] Generating flex client based on xml content

2007-11-16 Thread Jehanzeb Musani
Hello, I don;t think any such tool exist. You have to write an flex application yourself that will request server for the xml and then render the UI on the basis of that XML. I have done the same for my application. It calls a webserivce when returns the xml that contains the layout of the client

[flexcoders] Animated overSkin (how to use more than one frame of a symbol)

2007-11-16 Thread Mark Ingram
Hi, does anyone know if it's possible to have an animated overSkin for a button? Our designer has created an overSkin which just extends the normal skin, making it feel like it grows when the mouse is over it. However, when I embed it in our flex application, it constantly flicks between 1 frame of

RE: [flexcoders] Express Install question

2007-11-16 Thread Samuel R. Neff
Mark, I don't know if this is still the case, but in the past installation of the Flash Player was very tightly controlled. There was an agreement available that allowed deployment through automated push or by internal hosting, but it required signing a contract (no money, just license) and the c

[flexcoders] List Filter Problem driving me crazy!

2007-11-16 Thread Rick Root
So I'm building an application which contains lists of items that I want users to be able to filter, select some items, filter again, select some more items, etc. However, when a selected item is filtered out, when the filter is removed, the item is no longer selected. Take the following example:

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Muzak
> I've tried not using Application.appication and still get nothing, > what am I not understanding about receiving events from another Class. That events dispatched from an instance not on the display list do not bubble. regards, Muzak - Original Message - From: "duncan mcmillan" <[EMAI

[flexcoders] Flexunit and Protected or Priovate method

2007-11-16 Thread exuperok
hello i have to integrate Fleunit testing into an existing/ongoing project that have classes calling webservices. Those classes have two types that methodes that are both declared like this override protected methodname. I would like to know how one should proceed to have a testcase on those method

[flexcoders] 3D Column Chart

2007-11-16 Thread Asim nazir
Hi, I am working with 3D column chart which is an extension provided by Flex. I am facing following problem - When data is changed in dataProvider of chart, It didnt clear the previous columns and add new columns according to new data in the chart I want to refresh/ re-render the chart when ever

[flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Josh VanderBerg
I tend to avoid modal dialogs if at all possible. Generally it's much better to display some sort of a non-modal status message, such as a progress meter, and disable those functions that the user shouldn't have access to while the data is loading. For example, a current application I am working

Re: RE : [flexcoders] lable Rotation

2007-11-16 Thread guna samba
Hi Christope Jolif Thanks for your quick reply For 2. I think till know, Ilog Elixir 3d chart has an extension to the Flex 3 Beta 2. it's not merged like Flex 2d charts. Thank's & Regards, Gunasekaran Sambandhan - Original Message From: Christophe Jolif <[EMAIL PROTECTED]>

[flexcoders] Context menu in flex

2007-11-16 Thread yourName
Hi iam new to this group and working with flex about one month. I want to add custom contex menu in tree component any one can help me or can send a code sample can i display popup menu when some one right clicks on my tree menu. Thanks in advance

Re: [flexcoders] Re: and dispatchEvent

2007-11-16 Thread Peter Hall
I found it out based on my experiences and seeing these results. But you can verify it by using the -keep-generated-actionscript compiler flag. Peter On Nov 16, 2007 6:03 AM, Stephen Allison <[EMAIL PROTECTED]> wrote: > > > > > > > Peter Hall writes: > > > [Bindable] actually makes a number of

[flexcoders] Re: Flex app security on IIS

2007-11-16 Thread carl_steinhilber
I'm still looking for a solution on this. Paul, or anyone else... is there any further information? My users are reporting that, even if they enter their login information again, sometimes the file upload just sits and hangs... so this seems to be a larger problem than I thought. I *need* the fil

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Muzak
- Original Message - From: "Steve Hueners" <[EMAIL PROTECTED]> To: Sent: Friday, November 16, 2007 7:08 PM Subject: Re: [flexcoders] Event dispatching and receiving > Under what circumstances could something not on the displayList be clickable? > Bad programming ;-) > On 11/16/07, M

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Jehanzeb Musani
Hello, As far as I understood your scenario, you should call CustomClass's addEventListener() instead of Application.application in the Controller class. That is, the Controller class init() should look like that In the Controller Class { public function init() { customClassInstance.addE

[flexcoders] CuePointManager

2007-11-16 Thread Thomas Viktil
Hello! I'm experiencing some strange behavior when using the CuePointManager class. It doesn't seem to be able to sort the cue points correctly. My cue points are loaded from a database using AMFPHP 1.9, and then put into an array. I've also created a static array in the actionscript, just to com

Re: [flexcoders] Internal build errors

2007-11-16 Thread duncan mcmillan
Thanks Sheriff Turns out is was an XML variable statement in a Class that had whitespace. I'm putting all XML Models in MXML components from now on:>) Duncan - Original Message From: Sheriff <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, 15 November, 2007 10:17:11

[flexcoders] Event result not making sense

2007-11-16 Thread donvoltz
Hello everyone, I have a form in an application that when it is edited, I want to send the information back to the server to be updated in the database. I am using focusOut to trigger the event at each text input field such as this The function I have writted to do the update is as follows pri

RE: [flexcoders] Internal build errors

2007-11-16 Thread Matt Horn
FYI, that error log that is mentioned is the Eclipse error log file. The default location of this log file on Windows XP is c:\Documents and Settings\user_name\workspace\.metadata\.log. For MacOS and Linux, the default location is also in the workspace directory, but files and directories that begi

RE: [flexcoders] Seeking to Network with Flex users in Greater Boston

2007-11-16 Thread Matt Horn
There's the bfpug (Boston Flash Platform User Group) http://tech.groups.yahoo.com/group/bfpug/ hth, -matt horn flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Arnold Fertig > Sent: Tuesday, November 13, 2007 3:29 PM > To: flexco

RE: [flexcoders] internationalization

2007-11-16 Thread Matt Horn
I don't think so... however, you can generate the flexsdk/locale/es_ES resources very easily. Just use the copylocale tool. -matt > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss > Sent: Wednesday, November 14, 2007 6:1

RE: [flexcoders] Internal build errors

2007-11-16 Thread Matt Horn
Sorry, I was referring to Flex Builder 3. Not sure where it is in FB 2, but I doubt the file location has changed. try searching for a file named *.log. -matt > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of duncan mcmillan > Sent: Friday

RE: [flexcoders] Unicode/Foreign Character Entry

2007-11-16 Thread Matt Horn
very cool! Did you consider driving the available character sets from external XML files? That would make it easier for folks to customize or add/share new char sets. -matt > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Shaun > Sent: M

RE: [flexcoders] Changing default components texts

2007-11-16 Thread Alex Harui
Subclass and override the dayNames setter. Also check out resources and resourceManager. I think that's what you really want. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cristian.mrsystem Sent: Thursday, November 15, 2007 11:56 P

[flexcoders] advancedDataGrid drag over column calculating wrong index

2007-11-16 Thread Seth Caldwell
If I drag an element over a column of a datagrid, I would expect the index to be the first in the list, or not accept the drag. The default behavior at the moment is if you are dragging and releasing over the column, you are 'dropping' at the last index in the list. is this expected behavior for an

RE: [flexcoders] Event result not making sense

2007-11-16 Thread Alex Harui
It is generally unwise to use alerts to debug things that happen when focus is lost as the alerts steal and restore focus. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Friday, November 16, 2007 2:31 AM To: flexcoders@ya

[flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-16 Thread scalenine
Hi Mark, Using the Flex Component Kit and Flash CS3 you can do what you're looking for. I just wrote a tutorial about using the FCK to create a "stateful" skin with transitions. You can read it here : http://tinyurl.com/yoxqcq . The tutorial describes how to make a basic transition, but you could

Re: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-16 Thread Jens Halm
> Hello, > I am just starting to use graniteDS and starting to likie it. My -ONLY- > problem was that, I cannot make it work from within my flexbuilder > environment. > I want to be able to debug my flexbuilder application talking to my Java > All I want to do is have my Fl

[flexcoders] Adobe Share and PDF inside Flex

2007-11-16 Thread frank_sommers
Hi, I just signed up for the Adobe Share beta. The most interesting thing so far about this service is what appears to be a PDF document displayed inside a Flex component. The component allows one to page through the document, zoom, etc. I wonder if someone on this list who is also familiar

Re: [flexcoders] Generating flex client based on xml content

2007-11-16 Thread Paul Andrews
- Original Message - From: Bernardo O. Bennett To: flexcoders@yahoogroups.com Sent: Friday, November 16, 2007 4:18 PM Subject: [flexcoders] Generating flex client based on xml content Hi All Let's say my system has a rest xml interface fully functional and I want to write

RE: [flexcoders] Flex for database apps; compare to .net

2007-11-16 Thread Michael Pengi
Thanks everyone, all of your posts were useful, Samuel's in particular. Samuel R. Neff wrote: > > > Flex does not talk to a database directly (except with AIR but I gather > you're talking about a web app). Flex talks to a back end which then can > talk to a database. Flex works really well

[flexcoders] Changing default components texts

2007-11-16 Thread cristian.mrsystem
Hi. I'm using Flex 2.01, and I'm looking for something to change the values for all the components of the same kind, by declaring it only once in the application. For example: I want to use my personal monthNames and dayNames for the component DateField, but I want to declare my values only o

[flexcoders] Calling play() on VideoDisplayer from JS using Flex-Ajax bridge doesn't work

2007-11-16 Thread s_tibrewal
Hello Folks, I have created a simple VideoDisplay where I can play a video file. I have setup the Flex-Ajax bridge so that when I click a button on the page, I can access the elapsed time using code as below var elapsedTime = flexApp.getInstructorWindow().getPlayheadTime(); All this works fine.

Re: SPAM-LOW: Re: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-16 Thread Jeffry Houser
Jens Halm wrote: > > > Hello, > > I am just starting to use graniteDS and starting to likie it. My -ONLY- > > problem was that, I cannot make it work from within my flexbuilder > > environment. > > > I want to be able to debug my flexbuilder application talking to my Java > > > All I wan

RE: [flexcoders] Re: List renderer's malfunction because of Bitmap

2007-11-16 Thread Alex Harui
The bitmap obscures the highlight/selection rectangle. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of icepaco33 Sent: Friday, November 16, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: List renderer's malfunctio

RE: [flexcoders] remove a single lineTo() of many lineTo()'s from graphics class?

2007-11-16 Thread Alex Harui
No way to read back what you've done in graphics. I would store an array of data objects that track what is being done that get interpreted into moveTo/lineTo/etc and re-run that array after modifying the array From: flexcoders@yahoogroups.com [mailto:[EMAIL P

RE: [flexcoders] Scrollbar weirdness

2007-11-16 Thread Shaun Mccran
No thoughts on this? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of smccran Sent: 15 November 2007 15:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Scrollbar weirdness Hi all, I have a datagrid that has longer data in some rows than others. The problem is

[flexcoders] Re: List Filter Problem driving me crazy!

2007-11-16 Thread ben.clinkinbeard
Maybe call invalidateList() when the filter changes? Just a guess. --- In flexcoders@yahoogroups.com, "Rick Root" <[EMAIL PROTECTED]> wrote: > > So I'm building an application which contains lists of items that I > want users to be able to filter, select some items, filter again, > select some mo

[flexcoders] Re: Default CSS file not found

2007-11-16 Thread Clint Modien
Here are a couple code files to replicate the issue: --- DefaultCSSBug.as -- package { import flash.display.Sprite; [Frame(factoryClass="SysManager")] public class DefaultCSSBug extends Sprite { public function DefaultCSSBug()

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
Jehanzeb suggested, changing the Controller to reference the CustomClassInstance as below, but this is the problem the CustomClass is so deep in the Display list that this is difficult programmatically. I thought that if you declared the Custom Event using Metatags that anyClass could handle it

Re: [flexcoders] Internal build errors

2007-11-16 Thread duncan mcmillan
Thanks Matt But I cannot find .metadata\.log anywhere, regards the workspace are you talking about Flex Builder 2 DIR? Duncan - Original Message From: Matt Horn <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, 16 November, 2007 6:53:44 PM Subject: RE: [flexcoders] Int

[flexcoders] Re: Express Install question

2007-11-16 Thread Mark
My company already distributes the plug-in to its employees, so I'm sure we're all up-to-date on the legal issues. Most of the company has the latest and greatest, but there may be some other country IT departments that haven't gotten it yet to install... so what I'm saying is I don't have to

RE: [flexcoders] Can I have SWFLoader automatically scale the content swf?

2007-11-16 Thread Alex Harui
Flex hates to scale things. Resizing the SWFLoader resizes the test2 application. You'll need logic in test2 that scales the content based on application width/height From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Steve Hueners
Under what circumstances could something not on the displayList be clickable? On 11/16/07, Muzak <[EMAIL PROTECTED]> wrote: > > I've tried not using Application.appication and still get nothing, > > what am I not understanding about receiving events from another Class. > > That events dispatched f

RE: [flexcoders] Scrollbar weirdness

2007-11-16 Thread Alex Harui
Don' t have time to set this up right now. Is the scrollbar changing height or just the thumb? The thumb should change height since it represents the percentage of total rows that you can see. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

[flexcoders] cairngorm design question, need suggestions

2007-11-16 Thread Yigit Boyar
hi all; i work in a project which includes the implementation of a RIA application in which the user will generate an XML based on an XSD defined language using drag&drops and etc. (user never sees the xml). at first, we developed a code generator using AIR that takes the XSD and generates vo's

RE: [flexcoders] Re: List Filter Problem driving me crazy!

2007-11-16 Thread Alex Harui
Which version of Flex? Filtering essentially removes items from the List so it should drop its notion of what is selected. There were problems with selectedIndices in 2.x that should be fixed in 3.0 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] O

RE: [flexcoders] Calling play() on VideoDisplayer from JS using Flex-Ajax bridge doesn't work

2007-11-16 Thread Samuel D. Colak
Umm - this may be an odd question but WHY on earth would you bother with AJAX when you have Flex? Regards Samuel From: flexcoders@yahoogroups.com on behalf of s_tibrewal Sent: Fri 11/16/2007 11:29 To: flexcoders@yahoogroups.com Subject: [flexcoders] Calling pla

[flexcoders] Issues with ASDoc and AIR

2007-11-16 Thread Walt Schlender
Hello, We have a rather large AIR application which we're trying to generate docs for. We CANNOT get ASDOC to work. It keeps spitting out strange errors. We have included the AIR libraries as args along with some other custom libraries. Here's our ant task source:

Re: [flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Douglas Knudsen
this is cake in a framework like Cairngorm. Setup a command, event, etc. one event would be 'showLoading' which has a command that increments a variable by 1 and if this variable > 0, shows the popup. Another event is called say 'hideLoading'. It decrements this variable, if this variable is <1

RE : [flexcoders] 3D Column Chart

2007-11-16 Thread Christophe Jolif
Hi Asim, Which 3D charts are you using? -- Christophe http://flex.ilog.com Message d'origine De: flexcoders@yahoogroups.com de la part de Asim nazir Date: ven. 11/16/2007 6:08 À: flexcoders@yahoogroups.com Objet : [flexcoders] 3D Column Chart Hi, I am working with 3D colum

[flexcoders] remove a single lineTo() of many lineTo()'s from graphics class?

2007-11-16 Thread cohcoloco
is it possible to remove a line after ive drawn it to the sprite.graphics or am I forced to redraw the entire thing if one piece changes? i know i can store each line as a seperate DisplayObject, but how then would set a fill to it?

RE: [flexcoders] loading components 1 by 1 [passing value from 1st component to other]

2007-11-16 Thread Alex Harui
Create the instance of the component when you detect the appropriate event from the other component. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Girish Sent: Friday, November 16, 2007 2:22 AM To: [EMAIL PROTECTED]; flexcoders@yahoogr

[flexcoders] Re: List renderer's malfunction because of Bitmap

2007-11-16 Thread icepaco33
Hello, my problem isn't the fact that the Bitmap doesn't show, it's that once I add the bitmap (using AreaText.AddChild(myBitmap) ) to my renderer then I can no longer select or rollover the other item renderers in the list... --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wro

RE: [flexcoders] Event dispatching and receiving

2007-11-16 Thread Alex Harui
Menus are popups and not children of the application so the bubble won't pass through the app. Listen to Application.application.systemManager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of duncan mcmillan Sent: Friday, November 16, 20

[flexcoders] Re: Adobe Share and PDF inside Flex

2007-11-16 Thread danielvlopes
I'm not sure but i think in case of Adobe Share the pdf area converted to flash document... i try find some components to visualize pdf inside flex but i only found adobe tool can convert pdf to flash document. --- In flexcoders@yahoogroups.com, "frank_sommers" <[EMAIL PROTECTED]> wrote: > > Hi,

[flexcoders] Re: Scrollbar weirdness

2007-11-16 Thread tomeuchre
--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: "Nitwit! Blubber! Oddment! Tweak!" What? If I were a scrollbar, and somebody put that text in a DataGridColumn friend of mine, I'd freak out also.

RE: [flexcoders] Adobe Share and PDF inside Flex

2007-11-16 Thread Samuel R. Neff
That's called Flash Paper. It's a format developed by Macromedia that basically competes with PDF and was touted as a much faster and smaller way to share content on the web. When Adobe bought Macromedia, Flash Paper pretty much died (not surprising) but apparently is resurrected in Share (which

[flexcoders] Scrolling/viewstack

2007-11-16 Thread Richard Rodseth
I have two components A and B in a ViewStack controlled by a link bar. B is simple, with no scrolling and some centered content. A is quite complex and includes a VBox containing a Repeater containing non-scrolling List instances. On its own A performs well and the VBox gets it's vertical scrollba

[flexcoders] Re: Event result not making sense

2007-11-16 Thread donvoltz
Thank Alex, I did not realize this and have since changed the two alerts to trace statements. When I run the app in debug mode, I still see that the event is being sent twice. Any other ideas?? Thanks Don

RE: [flexcoders] SDK compiler, can I distribute it with my application

2007-11-16 Thread Matt Chotin
Hi, sorry I missed this one earlier... Once we have released the Flex SDK as open source (which will happen at the same time as final release of Flex 3) you will be able to distribute the compiler with your application. However, before then (including with Flex 2) this is not allowed without a

[flexcoders] Re: PopUpManager.removePopUp Not Removing Modal Overlay

2007-11-16 Thread bryanpoopbartow
I think I may have found my problem. Upon removing my pop-up, I'm calling a function which displays another component depending on the button the user clicks on in the pop-up. If I comment the code out, the pop-up dismisses gracefully and I can continue using the app as usual. Then, I figu

[flexcoders] contents of a swf?

2007-11-16 Thread blc187
Is there a tool you can use to determine everything that is being compiled into a swf? I have a fairly large project and am wondering if there is anything out there that can help me determine if I am including older unused files or graphics, that way I can delete them to reduce my total swf size

RE: [flexcoders] Re: how do I freeze the users actions while data is loading

2007-11-16 Thread Randy Martin
Consider using States. You can have the app in one state and the progress meter for your downloading in another. Whenever you're downloading data, just make the progress-meter state the currentState. When you're all done with the data processing, switch back to the other state. ~randy _

RE: [flexcoders] advancedDataGrid drag over column calculating wrong index

2007-11-16 Thread Seth Caldwell
Sorry, column header* From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Seth Caldwell Sent: Friday, November 16, 2007 11:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] advancedDataGrid drag over column calculating wrong index If I drag an element over a col

RE: [flexcoders] Flex Code Styling

2007-11-16 Thread Gordon Smith
We're hoping to have a coding standards document ready around the time that we make the framework open-source. In the meantime, I suggest looking at framework classes (e.g., frameworks/projects/framework/src/mx/controls/Button.as) to see code that follows our standards. - Gordon _

[flexcoders] Re: List renderer's malfunction because of Bitmap

2007-11-16 Thread icepaco33
If I understand what you're saying then once I put the bitmap in place I should no longer be able to select / highlight the same renderer... However the problem is that I can no longer select the other renderers. The renderer with the bitmap works fine. The others (without bitmap) are no longer

Re: [flexcoders] Event dispatching and receiving

2007-11-16 Thread duncan mcmillan
I seemed to have solved this Alex, with the combination of bubbles=true and Application .addEvent...etc Thanks anyway...god this flexgroup is so responsive it's unbelievable! Keep up the good work. Duncan - Original Message From: Alex Harui <[EMAIL PROTECTED]> To: flexcoders@yahoog

[flexcoders] Re: Default CSS file not found

2007-11-16 Thread Clint Modien
Figured it out... Drop a css in the root of your source… (e.g. Main.css) Add this to the compiler options. -defaults-css-url=Main.css On Nov 16, 2007 8:38 AM, Clint Modien <[EMAIL PROTECTED]> wrote: > I'm creating a pure as3 application and when I use > [Frame(factoryClass="com.somepackage.Some

[flexcoders] Re: Can I have SWFLoader automatically scale the content swf?

2007-11-16 Thread Stephen Roy J. Tang
Thanks Alex. :) --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Flex hates to scale things. Resizing the SWFLoader resizes the test2 > application. You'll need logic in test2 that scales the content based > on application width/height > > > > __

[flexcoders] Datagrid tab order?

2007-11-16 Thread Stephen Roy J. Tang
Hi, I'm a bit confused about the tab order in a datagrid. The problem is I have a datagrid with 3 columns: column 1 - renderer is a checkbox control. I use onchange of the checkbox to update the underlying data column 2 - normal text column, editor is a editbox column 3 - checkbox, similar to col

RE: [flexcoders] Datagrid tab order?

2007-11-16 Thread Alex Harui
Sounds like editable!=true, so the DG's tab handling code isn't running. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Roy J. Tang Sent: Friday, November 16, 2007 9:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dat

RE: [flexcoders] Re: List renderer's malfunction because of Bitmap

2007-11-16 Thread Alex Harui
Maybe their backgrounds have become opaque. Renderers get recycled so one instance can end up somewhere else in the list. Make the textarea smaller than it should be and see if you can see the selection peeking out from behind. From: flexcoders@yahoogroups.co

  1   2   >