[flexcoders] Re: Updating a DataService fill

2007-01-22 Thread spirit_ryder2k
Hi Jeff, I tried putting a trace on the collectionChange event of my Categories ArrayCollection, it does not change after the initial reset. I uploaded all my code to http://student.gmt.hro.nl/0751092/flex/ forum.rar. You will need to insert a category in the DB so you can create a new thread.

Re: [flexcoders] Do you trust auto-update?

2007-01-22 Thread Tom Chiverton
On Wednesday 17 January 2007 22:25, ben.clinkinbeard wrote: Hello, I wanted to see what people's opinions and experiences are regarding auto-update of the Flash player. I am trying to determine if targetting FP9 really makes just as much sense as targetting FP8. Yes. FP8 will auto update to

Re: [flexcoders] AS3 code obfuscators

2007-01-22 Thread Tom Chiverton
On Thursday 18 January 2007 22:55, Daniel Wabyick wrote: Does anyone know of any AS3 code obfuscators out there? Whats the point ? If need by, just distribute it as a SWC. You can't stop it being decompiled by a determined person. -- Tom Chiverton Helping to enormously fashion six-generation

[flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Oleg Filipchuk
Hi guyz and girlz, is it possible to localize the label Press Esc to exit full screen mode when movie is going to full screen? -- Best regards, Oleg Filipchuk

[flexcoders] remove FDS from existing application

2007-01-22 Thread sanjaypmg
Hi All, I have an application in which I have used RO with FDS2. I have deployed this flex 2 using the instructions available on Adobe's website. I have copied Flex Folder in WEB-INF folder and copy the JARs to the relevent folders. Now I want to remove Flex Data Services from the

[flexcoders] CSSStyleDeclaration to TextFormat?

2007-01-22 Thread jerome_cordiez
Hello all, is there a way we can elegantly convert CSSStyleDeclaration loaded via loadStyleDeclarations() to TextFormat or StyleSheet instances, for use with a flash textfield (ie not a component)? thanks a lot for your help, best regards, J.

Re: [flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Abdul Qabiz
That's interesting, I guess Flash Player should detect the OS and show it. It is something that Flash Player shows.. I guess, resource-string for different locales must be there. -abdul On 1/22/07, Oleg Filipchuk [EMAIL PROTECTED] wrote: Hi guyz and girlz, is it possible to localize the

Re: [flexcoders] Socket Problem

2007-01-22 Thread Abdul Qabiz
I believe it might be something to do with permission (security-sandbox)? App works when it's in standalone mode but from plugin its not working. Is server running on port higher than 1024? Is it in same domain? Can you give us some more details? You can try adding the directory of swf from

Re: [flexcoders] Difference Between FDS and Flex SDK

2007-01-22 Thread Abdul Qabiz
Adobe Flex2 SDK is set of tools/libraries that allow you build Flex applications without using FlexBuilder2, yeah it requires more work.. Adobe FDS is server, which you can use for advanced Flex 2 data-services. Can I connect to Remote Object without FDS? Yes, you can use AMFPHP, OpenAMF or

[flexcoders] Gestion des images dans un datagrid

2007-01-22 Thread wifi19
Bonjour, je cree un datagrid avec une colonne image, mon problème est que les images ne se chargent que lorsque nous demandons a les affichées, d'ou un temp d'attente long lorsque l'on navigue dans le data grid de 2000 lignes. existe t'il une solution pour le forcé a charger les images de

Re: [flexcoders] Run time error ----- Netconnection must be connect.

2007-01-22 Thread Abdul Qabiz
Just replied to other mail of yours on ethe same subject. Please wait for sometime before sending twice. Most of folks on this list are busy, they reply whenever they get time... :) -abdul On 1/22/07, rsekar_005 [EMAIL PROTECTED] wrote: Dear Friends, in flex i am getting runtime error.

Re: [flexcoders] Setting LinkBar button size?

2007-01-22 Thread Abdul Qabiz
I have never done that but I have feeling you can reduce the space around buttons using styles if LinkBar and LinkButton. And also setting horizontalGap of LinkBar to reduce the gap between individual buttons in LinkBar... You might want to try that? -abdul On 1/22/07, Russell Sprague [EMAIL

Re: [flexcoders] creating swf online

2007-01-22 Thread Abdul Qabiz
If I am right, you want to let user design something and then generate SWF... There are different ways, people do that:- 1) You write two pieces (editor and player), editor let users design and you serialize all information on server in database, xml or whatever. Player loads XML and renders

[flexcoders] ViewHelper is dead ? So what's the 'best practice' here... ?

2007-01-22 Thread jamiebadman
Hi, I'm currently implementing an app in Cairngorm 2.1 and I've hit a kind of brick wall that wouldn't have existed in 0.99... I'm led to believe that we should no longer use ViewHelper/ViewLocator in V2.1 and instead rely more on data binding to control everything... so here's the problem...

Re: [flexcoders] Re: player 9 security, crossdomain, permissions, local/network files, etc

2007-01-22 Thread Tom Chiverton
On Thursday 18 January 2007 20:13, jerome_cordiez wrote: I really don't have any clue of how to solve this. When deploying, everything will be on the same server, so i guess The obvious* solution is to fake things up in your dev. environment so it is a better match for live. This will reap

Re: [flexcoders] Flex SDK configuration with JBoss?

2007-01-22 Thread Abdul Qabiz
What you want to do? Use Flex2 the way it worked in Flex 1.5 based, server-based stuff? I am sure you can achieve that...by creating a filter to handle .mxml files... Filter would invoke MXMLC (or use MXMLC libs) to compile mxml and cache SWF on server...Filter would then wrap the SWF in html

Re: [flexcoders] I want to know some statistics of flexcoders :)

2007-01-22 Thread Abdul Qabiz
- what term are you programmed on flex? I didn't get the question, sorry.. - Do you know some high-level program language like C#, Java etc before start to study and code on Flex? Well if you know it helps but if you don't know all these and familiar with any programming language

Re: [flexcoders] ActionScript Mozill

2007-01-22 Thread Abdul Qabiz
A better VM... Now community can also contribute to Virtual Machine...so things should be more standard, fast and good.. What does it mean to me as ActionScript developer? I can use my existing skills and write code in other environment which uses Tamarinhttp://www.mozilla.org/projects/tamarin/

Re: [flexcoders] sequential addition of sprite objects

2007-01-22 Thread Abdul Qabiz
If you understand how Flash Player works,you would probably do it differently. Flash Player executes the code in the frame before rendering the objects on the frame... You need to use Timer class or frame-event (enterFrame) instead of while-loop here... to update the screen (rendering or

Re: [flexcoders] New project in Cairngorm 2.1, begin with 2.0 version or from scratch

2007-01-22 Thread Tom Chiverton
On Friday 19 January 2007 19:53, lar.drolet wrote: issues with the new project and possibly a larger compiled project because I am using Cairngorm 2.1 up-sized from a 2.0 project. The code-level changes you need to make from 2.0 to 2.1 are fairly mechanical, you just need to grind through and

Re: [flexcoders] AS3 code obfuscators

2007-01-22 Thread Abdul Qabiz
Security through obscurity is not true security On 1/22/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 18 January 2007 22:55, Daniel Wabyick wrote: Does anyone know of any AS3 code obfuscators out there? Whats the point ? If need by, just distribute it as a SWC. You can't stop

Re: [flexcoders] Re: QTP plug in requires FDS?! That's crazy

2007-01-22 Thread Tom Chiverton
On Thursday 18 January 2007 19:29, Matt Chotin wrote: There is no technical requirement for FDS, we primarily thought we weren't going to charge FDS customers *more* to add testing support for now. Ah, right, cheers for looking into this. I can understand people who've plumbed for FDS not

Re: [flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Oleg Filipchuk
I didn't find any docs about this issue. Our client is really disapointed in that, and why it just couldn't be modified -- Best regards, Oleg Filipchuk

RE: [flexcoders] Globally Define Custom validation Messages

2007-01-22 Thread Stembert Olivier (BIL)
Hi, I don't like compiling againt the locale. Check this alternative: http://weblogs.macromedia.com/arayne/archives/2006/08/internationalis.cf m#mo Regards, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent:

Re: [flexcoders] Need ur help

2007-01-22 Thread JesterXL
What is 10.21.160.125:1935? Is that a Flash Media Server? On Jan 21, 2007, at 10:48 AM, sekar r wrote: Dear Friends, i am getting this error on runtime. [NetConnection object must be connected.]. i have attached image file for error. plz help me for this. this my mxml. file. ?xml

[flexcoders] Re: ViewHelper is dead ? So what's the 'best practice' here... ?

2007-01-22 Thread ben.clinkinbeard
I am far from a Cairngorm authority, but the way I see it you could do it one of 2 ways. The simplest would be to just put your function on the model and call it that way. The other way is perhaps the more 'proper' way and I would imagine how it would work once you get the web service implemented.

[flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Collin Peters
I am doing some testing and created a simple FDS app that transfers a simple value object (or POJO) back and forth. It seems that the Java native type 'int' is not supported.Java int is not mentioned anywhere here:

Re: [flexcoders] Need ur help

2007-01-22 Thread Abdul Qabiz
You are getting this error because NetConnection object is not yet connected, message is quite clear. The way you are doing things might not work on slow network or internet, because it takes time to make connection before you can use this object for any purpose. I suggest you using

[flexcoders] Positioning troubles

2007-01-22 Thread ishiboo20
I'm new to Flex and trying to develop an application with data received from a HTTPService. When I attempt to create controls locally, however, the x/y/width/height do not seem to do what I want them to. View line 36-55 of the following: http://pastebin.sekati.com/[EMAIL PROTECTED] This is

[flexcoders] Viewstack onChange

2007-01-22 Thread floppsky
Hi, I have a viewstack of a few of my own components. When the viewstack is changed, I want to run a init() function located in the selectedChild component. Anyone knows what to do? I have tried viewstack.selectedChild.init(); but it doesnt work. mx:Script ![CDATA[ public

[flexcoders] Flex / Flash Programmer Job Offer

2007-01-22 Thread markushessal
We are currently looking for an Flex / Flash / HTML programmer in the area Hannover, Germany. The job will be based on a freelancer contract which later may be a changed to a regular job. For further questions or job application (if possible including a CV ) contact me at [EMAIL PROTECTED]

[flexcoders] Flex Builder 2.0.1 vs Eclipse 3.2 Flex 2 Plug-in

2007-01-22 Thread Robert Dickson
Hi folks, Since the 2.0.1 update for Flex 2, just what features that can only be found on Eclipse 3.2 are you using that make life easier for you? Or is the Flex Builder 2 updated good enough? I have migrated my machine just yet so any thoughts as to which side is better to take are appreciated.

[flexcoders] Coldfusion cfc CRUD wizard

2007-01-22 Thread rumpleminzeflickr
I'm having a problem with the coldfusion crud wizard and the gateway cfc .save( obj ) method. It doesn't seem to work. When I call it via : pages.save({obj:voMyObject}); Now looking at the error message I can see that the component it is looking for is wrong and missing the actual name. I'm

[flexcoders] Trigger a method a method in a child document

2007-01-22 Thread TJ Downes
Im looking for a way to trigger a method in a child document, namely a custom component, from the parent document. For example, when I click the tab in the parent document that displays my custom component I want the parent document to trigger the init() method in the component to reset itself.

RE: [flexcoders] Gestion des images dans un datagrid

2007-01-22 Thread Dimitrios Gianninas
Salut, L'example que tu as montré ne chargera pas l'image, il faut que ca soit comme ca: mx:Image src={data} height=70/ Tu ne pas chargez tout les images parceque le DataGrid charge les images qui sont seleument visible sure l'ecran. Quand tu navige le grid pour voir d'autres lignes, la

RE: [flexcoders] ViewHelper is dead ? So what's the 'best practice' here... ?

2007-01-22 Thread Dimitrios Gianninas
I would... 1) set some variable in some model when the user selects something in the tree 2) in command, gather everything the user seleted and build your query Then obviously send to server side, get results, display in grid. Dimitrios Gianninas RIA Developer Optimal Payments Inc.

Re: [flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Abdul Qabiz
I hope someone from Flash Player team is listening to us... On 1/22/07, Oleg Filipchuk [EMAIL PROTECTED] wrote: I didn't find any docs about this issue. Our client is really disapointed in that, and why it just couldn't be modified -- Best regards, Oleg Filipchuk

[flexcoders] Re: creating swf online

2007-01-22 Thread gdoucen
Hi Abdul, 1/ the first approach has sense but is not my favorite, 2/ I'm more interested by the second approach. A such solution would be really clean and powerfull...not so far from the flexifier application where they use private java api to do the job. So what have we got ? 1/I have got a

Re: [flexcoders] Setting LinkBar button size?

2007-01-22 Thread Russell Sprague
Well I did set the horizontalGap to 0, but there is still a 10px or so space in the buttons. I didn't see anything in the style of the link bar that controlled the buttons Abdul Qabiz wrote: I have never done that but I have feeling you can reduce the space around buttons using styles if

Re: [flexcoders] Need ur help

2007-01-22 Thread sekar r
Yes this is ipaddress of my flash media server and port. anything wrong this? from sekar JesterXL [EMAIL PROTECTED] wrote: What is 10.21.160.125:1935? Is that a Flash Media Server? On Jan 21, 2007, at 10:48 AM, sekar r wrote: Dear

RE: [flexcoders] How come my posts take hours to show up

2007-01-22 Thread Merrill, Jason
How do you get your account to not be moderated? My posts always seem to take hours and hours to post. Jason Merrill Bank of America Learning Organizational Effectiveness

RE: [flexcoders] movie clip/sprite instances and items in repeaters

2007-01-22 Thread Merrill, Jason
Thanks Jesse (miss seeing you around Flashcoders and Flashnewbies BTW) So it sound like perhaps wrapping this up into a component which loads the image and then applys the Reflection effect is the way to go huh? I think I have that close to working... Jason Merrill Bank of America Learning

Re: [flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Chris Allen
AFM3 uses the Integer data type on the Java side, not the primitive type int. Here is the complete data type mappings: http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1102.html See http://osflash.org/amf3/index?s=amf3 for what's

[flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Ciarán
Hi All, I've posted this to the flex forums as well. I'd like help with ideas on how to extend TabNavigator to include a more button, for when there are too many tabs. I'm a bit in the dark when it comes to depthy depths of the Flex framework, and need to make some interesting changes to a

[flexcoders] Collection_Change type Event for a ValueObject??

2007-01-22 Thread Mike Anderson
Hello all, I am trying to create a Form that can sense when a change in the Data has been made. My Form is comprised mainly of TextInputs, in addition to a few other types of controls. Every single control's DataProvider is tied to the same ValueObject - and I want to trigger a local

RE: [flexcoders] How come my posts take hours to show up

2007-01-22 Thread Dimitrios Gianninas
You account is properly setup... it may simply be the Yahoo servers. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, January 22, 2007 9:48 AM To:

[flexcoders] Need your Help FLEX Experts

2007-01-22 Thread ashish_cogent
We are urgently looking for a Flex developer for a long term assignment in the United States. Pls. let me know if you or any of your friends would be interested. My company has a very generous referral policy. Appreciate your help.

Re: [flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Oleg Filipchuk
I hope so, but usually they are answering faster... ;) i do not know, but this is older issue, that is all about Flash Player dialogs localization. Other issue that it isn't possible to localize any text in settings or express install dialog windows. I understand that English is leading language

[flexcoders] Silent Download

2007-01-22 Thread mvbaffa
Hi all, I have a Flex 2 app running in my intranet and I need to download SWF files from an external server silently. That is I do not want to browse for a file source or destination. I already know what files must be downloaded and where to store them at my local web server. These are

RE: [flexcoders] Localizing Press Esc to exit full screen mode?

2007-01-22 Thread Robert Chyko
Well a lot of Adobe employees are on the west coast of the US, so it is still pretty early there on a Monday morning don't worry, I'm sure you'll hear something (maybe not what you want to hear, but still something). -Original Message- From:

RE: [flexcoders] Trouble coding AS Effect

2007-01-22 Thread Stephen Gilson
Hi, You use the setStyle() method to apply effects in AS. There are a few examples in the doc: http://livedocs.macromedia.com/flex/201/html/behaviors_068_03.html http://livedocs.macromedia.com/flex/201/html/behaviors_068_09.html Are these the same ones that you saw in the help? Stephen

Re: [flexcoders] Text Rendering revisited

2007-01-22 Thread Daniel Freiman
I don't think there's a way to draw text without using a component to do it. The lowest level you are going to get is UITextField (which is just and extension of TextField that implements IUIComponent so it shouldn't give you that exception). This is what every mx component renders text. - Dan

RE: [flexcoders] Re: Modules :: percentWidth and percentHeight seemingly not honored

2007-01-22 Thread Robert Chyko
Thanks Irina and Mike... got that working now. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Saturday, January 20, 2007 7:02 PM To: flexcoders@yahoogroups.com Subject: Re:

[flexcoders] Re: AS3 code obfuscators

2007-01-22 Thread jjkruse1
According to MDM, flex (or other flash) apps compiled thru Zinc to .exe are difficult or (reasonably) impossible to decompile. I haven't personally tried. --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Security through obscurity is not true security On

[flexcoders] FDS on Tomcat question

2007-01-22 Thread Douglas Knudsen
In my startup logs I see: [Flex] 01/22/2007 11:00:38.906 [WARN] HttpFlexSession has not been registered as a listener in web.xml for this application so no events will be dispatched to FlexSessionAttributeListeners or FlexSessionBindingListeners. To correct this, register

Re: [flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Collin Peters
I'm confused as to why they would not map a Java int to an Integer though. Seems straightforward to me. Better then sending the value into a black hole. I am now trying my test app with an Integer on the Java side and an int on the Actionscript side and am still getting nothing. Actionscript:

[flexcoders] Still can't debug

2007-01-22 Thread Allen Riddle
Hello all, I posted a similar thread a long time ago, but this is a big problem. Once I made my app a data services app that is compiled on the server, I lost the ability to debug. My breakpoints are either skipped, or it bombs out telling me the source I'm trying to debug is different from what

Re: [flexcoders] Silent Download

2007-01-22 Thread Daniel Freiman
If i understand this right, you want to copy a swf from server 1 to server 2 and then have a client computer running an swf download the file from server 2 into a flex app. I'd be shocked if you could use file reference silently because it would go against what i understand as the nature of the

Re: [flexcoders] FDS on Tomcat question

2007-01-22 Thread Tom Chiverton
On Monday 22 January 2007 16:11, Douglas Knudsen wrote: In my startup logs I see: [Flex] 01/22/2007 11:00:38.906 [WARN] HttpFlexSession has not been It's a warning. Is anything actually broken ? -- Tom Chiverton Helping to widespreadedly differentiate fourth-generation IPOs

RE: [flexcoders] Collection_Change type Event for a ValueObject??

2007-01-22 Thread Dimitrios Gianninas
If you have FDS, then use the dataService.commitRequired property, If not , then yes on the change event of every textinput field, set a variable to TRUE and then check it when the user leaves the form to let him know he might need to save. Dimitrios Gianninas RIA Developer Optimal Payments

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
keep an eye out here http://flexibleexperiments.wordpress.com and on mxna jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de Ciarán Envoyé : lundi 22 janvier 2007 16:07 À : flexcoders@yahoogroups.com Objet : [flexcoders] Help

RE: [flexcoders] Help Extending TabNavigator/ButtonBar

2007-01-22 Thread Jason Hawryluk
I'm working on a blog post for something similar, but more toward the way flex builder does it with a drop down at the end. Plus a bunch of other goodies. ;) I may have it up this week, need to finish this current post first, plus do some paying work. :) I'll also provide source. jason

Re: [flexcoders] FDS on Tomcat question

2007-01-22 Thread Douglas Knudsen
I dunno for sure. I'm having issues accessing FlexContext.getFlexSession().isUserInRole(), but no issue with FlexContext.getFlexSession().getUserPrincipal().getName(). Digging around trying to find out wtf is going on. DK On 1/22/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 22

Re: [flexcoders] Need ur help

2007-01-22 Thread JesterXL
No, that's good! The problem is that you cannot pass a NetConnection to a NetStream that is not yet connection. NetStream needs to have the NetConnection that is passed to it be connected. You need to add an event listener to NetConnection, wait for onStatus to fire with

Re: [flexcoders] Re: flex and j2ee session

2007-01-22 Thread Douglas Knudsen
doh! bloody heck, found it. Use FlexContext.getHttpRequest().isUserInRole() NOT FlexContext.getFlexSession().isUserInRole('foo') I swear my previous installs of Eclipse and FB SDK didn't have FlexContext.getHttpRequest(), I don't recall seeing it in the context helperrr. Must have

[flexcoders] Set Focus to a default cell that has a custom itemEditor on it

2007-01-22 Thread Jason
Hello all, I have a DataGrid that allows users to enter in data in the same manner as an excel spreadsheet. I am using custom ItemEditors for most of the columns. When a user lands on the view with the DataGid I want the first cell to be selected and opened for editing. In this case the cell

Re: [flexcoders] FDS - POJO class data mapping - no int support?

2007-01-22 Thread Chris Allen
It could be that your int is outside the accepted range. Below was cut and pasted from the Flex documentation: java.lang.Integer int If i 0xF000 || i 0x0FFF, the value is promoted to Number. Other than that thought, I have no idea why it's not working for you. Sorry. -Chris On

RE: [flexcoders] Trigger a method a method in a child document

2007-01-22 Thread Tracy Spratt
If you give the component an id, you can access the public members through that id: myComponent.init(); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of TJ Downes Sent: Monday, January 22, 2007 12:29 AM To:

[flexcoders] Re: Trigger a method a method in a child document

2007-01-22 Thread TJ Downes
*sigh* Someday Ill actually contribute a post where the response doesn't make me feel stupid :) I forgot to change the method to public... thanks! It is working fine now

Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Components should never know about other components, in this case, a View knowing about another View. They should emit events about their state changing, or some other action being peformed. In the case of a LoginForm, a user clicking the submit button. Additionally, while states are

Re: [flexcoders] Adding an item to binded data XML source does not refresh view in a mx:Tree

2007-01-22 Thread dorkie dork from dorktown
I would directly add items to the dataprovider. The dataProvider wraps raw objects with its own methods and event dispatchers. Like this: var newNode:XML = item label='Middle' isBranch=true/item; xmlBound2Tree.dataProvider.addItemAt(newNode, 1); This article may be of help to you.

[flexcoders] Top and Bottom padding on DataGrid

2007-01-22 Thread Matt Maher
Is there a simple way to change the forced padding on the top and bottom of datagrid rows? If I make font-size=6 I would expect the row to shrink to a tiny size, but there seems to be a forced top and bottom margin that keeps the row at a certain height. ItemRenderers are possible, but that

[flexcoders] playing two video simultaneously, seeking too slow especially when playing from dvd

2007-01-22 Thread Benjamin Schwehn
Hello all, Long post in a nutshell: I'm looking for a way to speed up seeking time when playing FLVs. Long post: I'm currently working on a project that displays two flv-files at the same time (playback is synchronized). Performance when seeking forward is just about acceptable (though not

[flexcoders] Rotate Datagrid Headers

2007-01-22 Thread Dana Gutride
Hi, After much searching, I haven't found a satisfactory answer to this question. I'm trying to rotate the headers of my datagrid so they are completely vertical. I've embedded the font successfully and can rotate any other piece of text in my app, but when I attempt to rotate the text in the

[flexcoders] Re: super.super?

2007-01-22 Thread JWOpitz
Hi Chris, I am currently trying to extend the AutoComplete component that Adobe released recently. AutoComplete extends ComboBox and it overrides a few methods such as keyDownHandler and UpdateDisplayList. In my subclass of AutoComplete I want to access the originally defined keyDownHandler and

Re: [flexcoders] Re: scrollToIndex just won't work ... any workarounds ?

2007-01-22 Thread seng ung
To foolw a question from scrollToIndex: Given the XML structure as following emps emp id=1 firstname=amy/ emp id=2 firstname=john/ emp id=3 firstname=steve/ /emps from the mx:Tree or mx:Datagrid how do you the index of id=3 in Actionscript? - Original Message From: amigo_fd

[flexcoders] Re: Mouse Events

2007-01-22 Thread john_69_11
Just wondering if anyone has any idea what is going on with this. Am I doing something wrong or is this the normal behaviour? -John --- In flexcoders@yahoogroups.com, john_69_11 [EMAIL PROTECTED] wrote: I am noticing that when I have handlers on mouseDown, mouseUp and Click all three of

RE: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread David Terry
Wow! Remember I said I was a beginner. I'm sure this is great information JesterXL, but it is WAY over my head for now. So, a custom component on the 'parent' can not change the 'parent state'? You can not transition between custom components? How would I code this? ~David T.

Re: [flexcoders] Please Help - Components, States, Transitions

2007-01-22 Thread JesterXL
Technically, I reckon it could either via parent.currentState, or parentDocument.currentState or something... but that's horrible OOP practice. You don't let your children in real life control you; code should be no different. You can use the transition tag in any Flex component that

RE: [flexcoders] Re: repeater and id

2007-01-22 Thread Gordon Smith
The correct way is to use the array-indexing technique that Ralf mentioned. If the TextField has an id of a, then the repeated instances of it are accessible as a[0], a[1], etc. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Passing special characters to FLEX (Encryption/Decryption?)

2007-01-22 Thread Tina Scurlock
Has anyone been able to successfully display a database CLOB object, containing special characters, in a Flex application? I have tried to encrypt the CLOB field and pass it as an XML document for FLEX. However, once the XML has been successfully encrypted I have not found a way for FLEX to

[flexcoders] Re: Please Help - Components, States, Transitions

2007-01-22 Thread boy_trike
--- In flexcoders@yahoogroups.com, David Terry [EMAIL PROTECTED] wrote: Hello, First, let me apologize. I am very, very new to Flex 2 ActionScript 3, and the learning process has been very slow going and painful. 1st suggestion, since there is a LACK of flex 2 books, go onto lyndia.com,

RE: [flexcoders] Re: super.super?

2007-01-22 Thread Gordon Smith
AS3 does not make it possible to access a method which has been overridden. You'll have to modify the AutoComplete code. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JWOpitz Sent: Monday, January 22, 2007 9:58 AM To:

[flexcoders] Re: Silent Download

2007-01-22 Thread mvbaffa
Hi Daniel, In fact Server 2 is a web server located in a Kiosk. The Flex 2 App running at the Kiosk will have to show the movies on demand. So the movies will be downloaded from server 1 and stored on server 2. Maybe a better solution would be streaming the files, but this can be too much

RE: [flexcoders] pass extra data to event listener

2007-01-22 Thread Gordon Smith
You can't pass extra parameters to event listeners. The correct way is to set an instance variable of the class and access it in the event listener method. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Devin Holloway

RE: [flexcoders] sequential addition of sprite objects

2007-01-22 Thread Gordon Smith
When you calling a drawing method like drawCircle(), the Flash Player doesn't actually draw at that point. Instead, it adds this drawing command to its vector display list and later, when no ActionScript is executing, it rasterizes this display list into pixels and puts them on the screen. So you

[flexcoders] Convert Project To FDS

2007-01-22 Thread m2281m2281
Is there a way to convert an existing non FDS project to an FDS project? Thanks, Mike

[flexcoders] How to run code from Flex Library Project

2007-01-22 Thread roman_dolgov
Hi All, How can I run code from Flex Library Project? For example I want to add some test files (MXML Application Components) and be able to run them form Flex Library Project. Unfortunately it looks like you can not do it, so right now I just created another project (Flex Project) and run

Re: [flexcoders] Re: scrollToIndex just won't work ... any workarounds ?

2007-01-22 Thread seng ung
sorry, It should be like this: To follow the question regrading to the scrollToIndex, give an XML structure as the following: emps emp id=1 firstname=amy/ emp id=2 firstname=john/ emp id=3 firstname=steve/ /emps and bind it to the mx:Tree or mx:Datagrid. How do I retrieve the display

[flexcoders] Re: Display Object BUG?

2007-01-22 Thread jnewport
I guess nobody has the answer? J --- In flexcoders@yahoogroups.com, jnewport [EMAIL PROTECTED] wrote: Ok, did some shallow digging and the problem only shows up in Firefox (2.0.0.1) not in IE 7.0. In firefox if you have the bookmarks toolbar showing it causes this issue. If you uncheck

[flexcoders] Ted Patrick vs Scott Barnes

2007-01-22 Thread Tariq Ahmed
Came across an interesting article today regarding a little show down between Ted Patrick and Scott Barnes. http://www.builderau.com.au/news/soa/MS_Adobe_war_in_blogosphere/0,339028227,339273152,00.htm

Re: [flexcoders] Change style on repeater item

2007-01-22 Thread joe . g . james
This does work. Thanks for the solutions! private function changeStyle(event:Event,action:Object):void{ var vbox:VBox = event.currentTarget as VBox; if (action=='over'){ vbox.styleName='resultsov' } else{ vbox.styleName='results' } } mx:Repeater id=empResults horizontalCenter=1

RE: [flexcoders] Re: Please Help - Components, States, Transitions

2007-01-22 Thread Merrill, Jason
1st suggestion, since there is a LACK of flex 2 books, go onto lyndia.com, Adobe Flex 2 Training from the Source is really quite good IMO and it goes over states and transitions pretty well. Lynda.com is great, but I think this book is more extensive than the current Lynda courses. Jason

[flexcoders] Re: Perspective Switching in Flex Builder

2007-01-22 Thread Mike Morearty
It is in the Eclipse preferences under Run/Debug, Perspectives, Open the associated perspective when an application suspends: always, never, prompt. --- In flexcoders@yahoogroups.com, superstella_uk [EMAIL PROTECTED] wrote: I made a mistake and accidentally told Flex Builder that I didnt want

[flexcoders] need help on showing line series based on list box selection (Flex Charts)

2007-01-22 Thread arthurcoutinhoonline
Hi There, this is Arthur, im new to flex have created a small CHART app, where a user based on the selection from the list box can display the line series.. Im able to display a line series based on a user's selection of a list box item, but im facing problems in displaying multiple line series

[flexcoders] Re: Setting UIComponent.errorString creates a black border around the component

2007-01-22 Thread harbaugj
I am having this same problem as well. Does anyone have the resolution to this? --- In flexcoders@yahoogroups.com, brian_m_riley [EMAIL PROTECTED] wrote: I've been using the errorString property of UIComponent to remove errors associated with TextInput fields, but it seems to put a black

[flexcoders] Newbie: Dataprovider sintax for column series with xml dataprovider

2007-01-22 Thread g_vaccarezza
Guy, I'm a a total dumba$$ trying to fill my column chart with my xml dataprovider; I have so many doubts but let's concentrate in my current problem: I have a column with several series. I should like like this: http://www.idslab.com.ar/tmp/chartShot.jpg

[flexcoders] Re: player 9 security, crossdomain, permissions, local/network files, etc

2007-01-22 Thread jerome_cordiez
Hi Tom, thanks for your reply. Yup, I agree, that would be the best solution in an ideal world... BUT, in my experience, finding the perfect setup is one rare thing :)... In this case : - the server isn't ready yet, and I have no control over this... We are currently developing on a local

RE: [flexcoders] Re: Please Help - Components, States, Transitions

2007-01-22 Thread David Terry
sigh! I have searched all day and I still can't figure out how to do this. Did I ask something that was hard to do? This is what I have learned... I can add an event to my custom component that, when clicked, will alert the parent to change state - if the parent is listening. But heck if I

[flexcoders] Re: Localizing Press Esc to exit full screen mode?

2007-01-22 Thread m_chotin
Hi, the Player will display a localized message in any of our supported languages (available in the Player system requirements) if it detects the OS is using that language. We do not allow the text to be modified further due to security restrictions. Is there a specific language that wasn't

  1   2   >