Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
this works, dispatch a fake event and change it, what happens is the TabNavigator either loses focus or the children are not garbage collected until there is a click or some form of interaction with it ?xml version=1.0 encoding=utf-8? mx:WindowedApplication

Re: [flexcoders] Re: E4x mystery

2008-03-06 Thread Sherif Abdou
I will look at it tom - Original Message From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 9:32:28 PM Subject: [flexcoders] Re: E4x mystery --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: try wrapping your xml

Re: [flexcoders] TabNavigator weirdness

2008-03-06 Thread Sherif Abdou
just let me clarify me statment is an opinion but i really dont know why it doesnt get set at the beginning but this works - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, March 6, 2008 11:03:05 PM Subject: Re: [flexcoders

Re: [flexcoders] how to have a component change the state

2008-03-05 Thread Sherif Abdou
well i am guessing that the main is in App so i think it should be currentState = Application.application.main or you can just use a titleWindow and just remove it which would be a bit easier. - Original Message From: Chad Gray [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] is there a way to watch variables live

2008-03-05 Thread Sherif Abdou
Instead of doing breakpoints and what not, is there a way to see the whole debug variable page live and see all the changes happening during the application cycle or not. I am entering text in a Textinput and i would like to see the text change as i am doing that.

Re: [flexcoders] how to do this

2008-03-05 Thread Sherif Abdou
why access parentApplication?? just do this.parent.selectedIndex=whatever - Original Message From: YOGESH JADHAV [EMAIL PROTECTED] To: [EMAIL PROTECTED]; flexcoders@yahoogroups.com Sent: Wednesday, March 5, 2008 11:06:58 PM Subject: [flexcoders] how to do this ?xml version=1.0

Re: [flexcoders] Re: Flex Encryption and Flex Application check

2008-03-04 Thread Sherif Abdou
yes it can and it doesnt give mxml per say but the ones that are MXML usually start with _mxml so you can just browse them though. I have decomplied about 3 applications and they are did decomplie and showed all the code. - Original Message From: andrewwestberg [EMAIL PROTECTED] To:

Re: [flexcoders] Global keyboard capture?

2008-03-04 Thread Sherif Abdou
For Flex, use systemManager instead of stage from what i was told and the capture. no idea on combo sorry - Original Message From: thirtyfivemph [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 4, 2008 1:32:58 PM Subject: [flexcoders] Global keyboard capture? I'm

Re: [flexcoders] can flex do auto-fill for input text fields??

2008-03-04 Thread Sherif Abdou
AutoComplete on Adobe Beta Exchange - Original Message From: coder3 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, March 4, 2008 4:29:58 PM Subject: [flexcoders] can flex do auto-fill for input text fields?? Hi, is there a way to do autofill in flex like google

Re: [flexcoders] Re: Praise for the Flex 3 Documentation

2008-03-03 Thread Sherif Abdou
1000 pages in one day? What is your secret - Original Message From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 3, 2008 10:54:57 AM Subject: [flexcoders] Re: Praise for the Flex 3 Documentation And now everyone will also print out 1000 pages of

Re: [flexcoders] File Download Not Working

2008-03-03 Thread Sherif Abdou
There is an error which is Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful. I think maybe security box or something - Original Message From: Dale Fraser [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 3, 2008 11:32:36 PM

Re: [flexcoders] Re: Tree Bug?

2008-03-03 Thread Sherif Abdou
{ _tmpSelectedItem = null; editTimer.removeEve ntListener( TimerEvent. TIMER_COMPLETE, clearSelectedItem) ; } --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: u have a link or a bit of source code? try removing focus on the editing by listeneing to the stage leave - Original

Re: [flexcoders] Re: Tree Bug?

2008-03-02 Thread Sherif Abdou
u have a link or a bit of source code? try removing focus on the editing by listeneing to the stage leave - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, March 2, 2008 10:12:00 PM Subject: [flexcoders] Re: Tree Bug? anyone? --- In

[flexcoders] object and keys

2008-03-01 Thread Sherif Abdou
can you do something like this var myInt:int =5; var myObject:Object = {}; myObject[someRandomKey].myInt = somethinghere myInt--; //then we loop again so 5 becomes 4 etc... Never miss a thing. Make

Re: [flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not UIComponent

2008-03-01 Thread Sherif Abdou
try adding it to a FlexSprite then to a UIComponenet or any of those FlexDisplayObject classes - Original Message From: Brian [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, March 1, 2008 5:32:13 PM Subject: [flexcoders] Re: How can I add Sprite / MovieClip to stage

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-01 Thread Sherif Abdou
something like this should work var randomNumber:int = Math.Random * myArray.length; then do something like myArray[randomNumber] whatever - Original Message From: Sean Scott [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, March 1, 2008 9:39:39 PM Subject: [flexcoders]

Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread Sherif Abdou
and then there is always the education version too - Original Message From: ben.clinkinbeard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, March 1, 2008 10:56:45 PM Subject: [flexcoders] Re: Flex Builder 3.0 Serial No. Need U. There is a 60 day trial available

Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-01 Thread Sherif Abdou
, the dude is the owner of Magic Legs Martial Arts Academy. You think that academy qualifies for the education discount? http://www.linkedin .com/in/dangeoru skicker On 3/1/08, Sherif Abdou [EMAIL PROTECTED] com wrote: and then there is always the education version too - Original

Re: [flexcoders] Dynamic attribute on MXML code

2008-02-29 Thread Sherif Abdou
where are you getting mx:Job/ from? it is not an Adobe Class so use whatever job is under - Original Message From: VELO [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 29, 2008 6:29:20 PM Subject: [flexcoders] Dynamic attribute on MXML code I'm trying to do

Re: [flexcoders] turn off autotab in datagrid

2008-02-29 Thread Sherif Abdou
add an event Listener for that event and just do event.preventDefault() - Original Message From: [p e r c e p t i c o n] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 29, 2008 12:37:07 PM Subject: Re: [flexcoders] turn off autotab in datagrid i'm unclear on

Re: [flexcoders] Scrolling Bouncing List Control . . . how?

2008-02-29 Thread Sherif Abdou
bouncing stuff is done with sin and cosine so you could try that. - Original Message From: crumpelfungus [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 29, 2008 12:14:53 PM Subject: [flexcoders] Scrolling Bouncing List Control . . . how? Just wondering if

Re: [flexcoders] Combo Box Does not refresh

2008-02-29 Thread Sherif Abdou
so are you updating the dataProvider and if so just try comboBoxName.dataProvider.refresh() or just try comboBoxName.validateNow() --Come to think of it what kind of data is coming in? ArrayCollection? - Original Message From: ghus32 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Flexlib SuperTabNavigator Errors

2008-02-29 Thread Sherif Abdou
how are you working this out? some code would help? - Original Message From: valdhor [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 29, 2008 12:04:13 PM Subject: [flexcoders] Flexlib SuperTabNavigator Errors Hi I'm a bit of a flex noob and am trying to run

[flexcoders] Flex Builder 3 Education?

2008-02-25 Thread Sherif Abdou
might as well get it for free before i graduate this semester, will there be a Flex 3 Builder for Education or not cause it is no where on the site. Looking for last minute shopping deals? Find them

Re: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Sherif Abdou
when i had a similiar error it turns out that i did not have the debugger version installed/NOD32 blocks the debugger from working/Windows Vista Firewall was blocking the port and/or forgot to click run as admin. - Original Message From: justletmejoinalready [EMAIL PROTECTED] To:

Re: [flexcoders] New version of FB3 won't let my AIR app run

2008-02-25 Thread Sherif Abdou
or you can always try Project--Clean and make sure the compilter is Flex 3 - Original Message From: justletmejoinalready [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 25, 2008 2:37:24 PM Subject: [flexcoders] New version of FB3 won't let my AIR app run Here's

Re: [flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton

2008-02-25 Thread Sherif Abdou
look at ScrollableCanvas and just extend a list instead - Original Message From: Jerry DuVal [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 25, 2008 3:27:09 PM Subject: [flexcoders] Auto ScrollableList similar to flexlib ScrollablePopUpMenuButton Anyone know

[flexcoders] does anyone know if ILOG Elixir

2008-02-25 Thread Sherif Abdou
will also sell an education version for a discounted price,$799 is crazy money and yes i am trying to milk this whole education thing. Be a better friend, newshound, and know-it-all with Yahoo! Mobile.

Re: [flexcoders] Flex Open Source

2008-02-24 Thread Sherif Abdou
you can't do that, SWF file for Flex/AIR will not be decompiled. - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 24, 2008 11:00:39 AM Subject: Re: [flexcoders] Flex Open Source - Original Message - From: moelshimy

Re: [flexcoders] array.length

2008-02-24 Thread Sherif Abdou
if you want to do that then t should be something like this var objectA:Object = new Object(); objectA.A = A; myMap.push(objectA); - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 24, 2008 10:56:28 AM Subject: Re:

Re: [flexcoders] Datagrid in Pages

2008-02-24 Thread Sherif Abdou
http://gurufaction.blogspot.com/2007/02/flex-datagrid-paging-example-with.html - Original Message From: Omar Fouad [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 24, 2008 11:11:04 AM Subject: [flexcoders] Datagrid in Pages Hi List, I've got an application

Re: [flexcoders] problem with XMLListCollection addItem()

2008-02-24 Thread Sherif Abdou
var xmlListColl:XMLListCollection = new XMLListCollection(); var x:XMLList = p1/p/; xmlListColl.addItem(x); this works and i get no internal thing which is the same as yours, are you using flex 2? - Original Message From: Peeyush Tuli [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] Spacing below header in datagrid

2008-02-23 Thread Sherif Abdou
um you could try extending the DataGridHeaderSeperator or any of the DataGridHeader skins and override the measureHeight and return your own number. I haven't tried it but i guess it would work - Original Message From: DreamCode [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Re: textAlign attribute not accessible from TextInput extended class.

2008-02-23 Thread Sherif Abdou
you can just exclude textAlgin from that class, then do a setter/getter of the same name textAlign and in it just do setStyle('textAlight',value); here is something you can do ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical

Re: [flexcoders] Where did the value go?

2008-02-22 Thread Sherif Abdou
maybe try event.currentTarget. and how are you calling selectSlide if it is private or is that a mistake? - Original Message From: justSteve [EMAIL PROTECTED] To: flexcoders flexcoders@yahoogroups.com Sent: Friday, February 22, 2008 4:05:30 PM Subject: [flexcoders] Where did the value

Re: [flexcoders] application exit event?

2008-02-22 Thread Sherif Abdou
you would probably need to use some javascript, and detect it from there - Original Message From: Maciek Sakrejda [EMAIL PROTECTED] To: flexcoders flexcoders@yahoogroups.com Sent: Friday, February 22, 2008 6:22:42 PM Subject: [flexcoders] application exit event? I need to perform some

Re: [flexcoders] what is the best way to refresh datagrid ?

2008-02-22 Thread Sherif Abdou
validateList(), call it from dataGrid or just try doing a refresh on the dataProvier - Original Message From: annouss79 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 22, 2008 5:53:42 PM Subject: [flexcoders] what is the best way to refresh datagrid ? i'm

Re: [flexcoders] embedded background image not loading

2008-02-21 Thread Sherif Abdou
try overriding the measureHeight and measuredWidth and return some number and see if that works - Original Message From: Fidel Viegas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 11:32:06 AM Subject: Re: [flexcoders] embedded background image not

Re: [flexcoders] How to retrieve out data from first Components into second Components?

2008-02-21 Thread Sherif Abdou
you can do mx:Binding source=com01.whateverNAMEofTexTfield.text destination=same/ if the textField is protected then just create a getter - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 10:59:34 AM Subject:

Re: [flexcoders] Cancelling Accordion change

2008-02-21 Thread Sherif Abdou
u need to do stopImmedatePropagation - Original Message From: guitarguy555 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 2:42:46 PM Subject: [flexcoders] Cancelling Accordion change I have an accordion control and I want to cancel moving to the next

Re: [flexcoders] Circle Canvas

2008-02-21 Thread Sherif Abdou
I Think you need to try the mask property, read up on it. - Original Message From: Swamy Nathan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 10:24:00 PM Subject: Re: [flexcoders] Circle Canvas i want to create the circle shaped canvas. to drag and

Re: [flexcoders] Drag n Drop Tile List to Canvas

2008-02-21 Thread Sherif Abdou
there is an example of that in flex Documentation - Original Message From: Swamy Nathan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; flexcoders@yahoogroups.com Sent: Thursday, February 21, 2008 10:34:03 PM Subject: [flexcoders] Drag n Drop Tile List to Canvas Hi Folks, Can any one please

Re: [flexcoders] do you need CS Degree to get a job?

2008-02-20 Thread Sherif Abdou
wow lots of opinions in here. Thanks it gives me a better idea. - Original Message From: Daniel Freiman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 20, 2008 10:53:06 AM Subject: Re: [flexcoders] do you need CS Degree to get a job? Well I said it, so I

Re: [flexcoders] why is measureHeight in ApplicationBackground 8?

2008-02-19 Thread Sherif Abdou
anyone? - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 19, 2008 12:00:26 AM Subject: [flexcoders] why is measureHeight in ApplicationBackground 8? in import mx.skins.halo. ApplicationBackg round; /** * @private

Re: [flexcoders] The width change works in Flash CS3 but not in Flex

2008-02-19 Thread Sherif Abdou
way too early to be setting that stuff in the consturctor, u need to override the updateDisplayList and do it there - Original Message From: dsds99 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 19, 2008 7:08:37 AM Subject: [flexcoders] The width change works

Re: [flexcoders] Cannot embed Flash9 symbols

2008-02-19 Thread Sherif Abdou
file wont open and it saves as a word document - Original Message From: Paul Decoursey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 19, 2008 11:58:52 AM Subject: [flexcoders] Cannot embed Flash9 symbols Ok, I'm loosing my mind here. I think that there might

Re: [flexcoders] Re: Alternate row color of DataGridColumn

2008-02-19 Thread Sherif Abdou
i will look at it over the weekend, but my guess is you have to switch our the stuff in the drawRowBackground, drawColumnBackground and drawRowGraphics to make it work. - Original Message From: danish909 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 19, 2008

Re: [flexcoders] Cannot embed Flash9 symbols

2008-02-19 Thread Sherif Abdou
From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 19, 2008 12:14:44 PM Subject: Re: [flexcoders] Cannot embed Flash9 symbols file wont open and it saves as a word document - Original Message From: Paul Decoursey [EMAIL PROTECTED] net To: [EMAIL

Re: [flexcoders] Cannot embed Flash9 symbols

2008-02-19 Thread Sherif Abdou
: Re: [flexcoders] Cannot embed Flash9 symbols They are symbols already are they not? Anyway I think that my Flash is messed up. I'm having trouble with other timeline based swfs as well, where nothing appears when loaded. Paul On Feb 19, 2008, at 12:37 PM, Sherif Abdou wrote: All right so

Re: [flexcoders] why is measureHeight in ApplicationBackground 8?

2008-02-19 Thread Sherif Abdou
: [flexcoders] why is measureHeight in ApplicationBackground 8? It could be any non-zero number. I guess somebody liked 8. From: [EMAIL PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com ] On Behalf Of Sherif Abdou Sent: Tuesday, February 19, 2008 8:54 AM To: [EMAIL PROTECTED] ups.com

Re: [flexcoders] Cannot embed Flash9 symbols

2008-02-19 Thread Sherif Abdou
, 2008, at 2:39 PM, Sherif Abdou wrote: BestBuyLogo BestBuyCar - Original Message From: Paul Decoursey [EMAIL PROTECTED] net To: [EMAIL PROTECTED] ups.com Sent: Tuesday, February 19, 2008 2:21:51 PM Subject: Re: [flexcoders] Cannot embed Flash9 symbols Now I'm totally lost. You can't

[flexcoders] do you need CS Degree to get a job?

2008-02-19 Thread Sherif Abdou
A bit off-topic but I was just wondering since i have no reminescense of this and their seems to be a lot of programmers on here I thought I would ask this question. Do you actually need some sort of CS degree or Computer Related degree to get a job say in programming Web Applications or

Re: [flexcoders] Re: Extending DateField...

2008-02-18 Thread Sherif Abdou
--- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: try doing this, extend the DataField, override the textInput in the createChildren override protected function createChildren( ):void{ super.createChildre n(); removeChild( textInput) ; if(textInput) { textInput = new TextInput

Re: [flexcoders] Re: Extending Tree component

2008-02-18 Thread Sherif Abdou
, the event DRAG_COMPLETE or DRAG_EXIT does not works. Any explanation? Alex? --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: yes just use a style on it to hide it or just remove it dropIndicatorSkin= {mx.skins. ProgrammaticSkin } or call showFeedBack( ) and hideFeedback

Re: [flexcoders] on validateNow() and previous values

2008-02-18 Thread Sherif Abdou
why are we calling validate now? and if you dont want scroll in the canvas just turn them off and the panel should handle them - Original Message From: callistachan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 18, 2008 11:03:20 PM Subject: [flexcoders] on

Re: [flexcoders] on validateNow() and previous values (w/ image links)

2008-02-18 Thread Sherif Abdou
Multiply: http://callie16. multiply. com - Original Message From: Sherif Abdou [EMAIL PROTECTED] com To: [EMAIL PROTECTED] ups.com Sent: Tuesday, February 19, 2008 1:14:18 PM Subject: Re: [flexcoders] on validateNow( ) and previous values why are we calling validate now? and if you dont

[flexcoders] why is measureHeight in ApplicationBackground 8?

2008-02-18 Thread Sherif Abdou
in import mx.skins.halo.ApplicationBackground; /** * @private */ override public function get measuredHeight():Number { return 8; } why 8? or where did that number come from. Thanks Be a better

Re: [flexcoders] How do i get rid of the white box?

2008-02-17 Thread Sherif Abdou
] To: flexcoders@yahoogroups.com Sent: Sunday, February 17, 2008 1:21:39 AM Subject: Re: [flexcoders] How do i get rid of the white box? So!!! How did you remove it. Please let me know!!! Thanks.. On Feb 16, 2008 3:03 PM, Sherif Abdou [EMAIL PROTECTED] com wrote: never mind, i guess

Re: [flexcoders] override not overriding????

2008-02-17 Thread Sherif Abdou
try overriding the getter too - Original Message From: dbronk [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 17, 2008 9:59:56 AM Subject: [flexcoders] override not overriding I have a class hierarchy of classes as follows: MyBaseTextInput extends TextInput

[flexcoders] Best Practice to override Styles?

2008-02-17 Thread Sherif Abdou
I am extending a comboBox and i need to set my own styles in it like arrowButtonWidth to 0, where is the best place to do that? Constructor? Be a better friend, newshound, and know-it-all with Yahoo!

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Sherif Abdou
try FlexEvent.UPDATE_COMPLETE - Original Message From: callistachan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 17, 2008 9:09:38 PM Subject: [flexcoders] Re: resizing children of hdividedbox hi, anyone? :( it would help to know that if i have to listen to an

Re: [flexcoders] Re: resizing children of hdividedbox

2008-02-17 Thread Sherif Abdou
.. . reminds me of caching for some reason... May God bless! Kiwotsukete ^^x Lee -- Y!M : callistachan Blog: http://callie16. livejournal. com Multiply: http://callie16. multiply. com - Original Message From: Sherif Abdou [EMAIL PROTECTED] com To: [EMAIL PROTECTED] ups.com Sent

Re: [flexcoders] List ItemRenderer woes

2008-02-16 Thread Sherif Abdou
don't forget to rap it in an xmlCollection mx:XMLList id=optionValues root node label=A/ node label=B/ /root /mx:XMLList mx:PopUpMenuButton id=selectedOption dataProvider= {optionValues} labelField=@label showRoot=false / OR mx:XMLList id=optionValues node label=A/ node label=B/ /mx:XMLList

[flexcoders] Stop Imports from disappearing

2008-02-16 Thread Sherif Abdou
How do i stop flex from organizing my imports. I have an include file and it uses CSSStyleDecleration and StyleManager and everytime I compile the main file just removes the imports for these two even though they are needed. THanks

Re: [flexcoders] Prohibiting Old Chart from Displaying while new Chart renders

2008-02-16 Thread Sherif Abdou
can you do some sort of mockup file, you can always try to call any of the validation methods and see if that works - Original Message From: Brad Bueche [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 3:12:13 PM Subject: [flexcoders] Prohibiting Old

Re: [flexcoders] How do i get rid of the white box?

2008-02-16 Thread Sherif Abdou
never mind, i guess it is called whiteBox who woulda thought it would be that easy. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 4:55:49 PM Subject: [flexcoders] How do i get rid of the white box? Picture

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Sherif Abdou
try the ImageSnapshot class - Original Message From: Eduardo Dias [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 9:40:34 PM Subject: [flexcoders]Flex Charting - Export to PDF and Images Is there any way with Flex Charting (or some 3rd party tool

Re: [flexcoders] OnClick event on tabnavigator

2008-02-15 Thread Sherif Abdou
you need to listen for a change Event which is the same - Original Message From: Manish Sharma [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 15, 2008 4:47:39 AM Subject: [flexcoders] OnClick event on tabnavigator Hi Please let me know if I can create any

Re: [flexcoders] I got the the value when using trace, but failed when make a comparison

2008-02-15 Thread Sherif Abdou
do e.toString() private function initApp():void{ myString('OK'); } private function myString(e:String):void{ if('OK' == e.toString()){ trace('here'); } } - Original Message From: Jati Putra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 15, 2008 4:07:30 AM

Re: [flexcoders] Re: Example of Object.isPrototypeOf ()

2008-02-15 Thread Sherif Abdou
you should not be using Prototypes in AS3, from what i understood the way it gets used is you can add properties on methods private function mymethod():void{ //you can do something like thi mymethod.yahooGroup=Flex Coders; } - Original Message From: Roscoe P Coltrane [EMAIL

Re: [flexcoders] How do I procedurally select multiple items in a list control

2008-02-15 Thread Sherif Abdou
myList.selectedIndices=[0,1,2]; - Original Message From: hoytlee2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, February 15, 2008 10:16:01 PM Subject: [flexcoders] How do I procedurally select multiple items in a list control How do I procedurally select multiple

Re: [flexcoders] Re: meaning of the this AIR error message

2008-02-14 Thread Sherif Abdou
+ + + + + + --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: i am not getting any errors, i did notice ur missing a paranteses. mx:ViewStack id=myVS height=100% width=80% mx:Canvas width=100% height=100% mx:HTML id

Re: [flexcoders] fonts

2008-02-14 Thread Sherif Abdou
this is how you do it @font-face { src: url(assets/MyriadWebPro-Bold.ttf); font-family: myriad; font-style: normal; font-weight: bold; } then in Label you would chos fontFamilty=myriad; - Original Message From: learner [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] changing the rss to a data grid using the http service

2008-02-14 Thread Sherif Abdou
are u reassigning in actionScript or mxml?, i am guessing actionScript so drop the {} and use the result instead f lastResult - Original Message From: leonpidgeon [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 10:31:22 AM Subject: [flexcoders]

Re: [flexcoders] Is it possible to display Horizontal Scroll bar at the top

2008-02-14 Thread Sherif Abdou
create a custom one and just put this override public function validateDisplayList():void{ super.validateDisplayList(); this.horizontalScrollBar.move(0,0); } - Original Message From: Nadeem Manzoor [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008

Re: [flexcoders] Re: Editing TabNavigator children in actionscript

2008-02-14 Thread Sherif Abdou
why can;t you use the getChildren() or getChildAt() etc.. and just update it from the dataProvde - Original Message From: danneri21 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 5:20:35 PM Subject: [flexcoders] Re: Editing TabNavigator children in

Re: [flexcoders] HTTPService - POST problem

2008-02-14 Thread Sherif Abdou
add a fault listener and see if that does anything - Original Message From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 6:41:05 PM Subject: [flexcoders] HTTPService - POST problem any idea why the following code wont post any data?

Re: [flexcoders] fonts

2008-02-14 Thread Sherif Abdou
14, 2008 at 7:29 PM, Sherif Abdou [EMAIL PROTECTED] com wrote: this is how you do it @font-face { src: url(assets/MyriadWebPro -Bold.ttf); font-family: myriad; font-style: normal; font-weight: bold; } then in Label you would chos fontFamilty=myriad; - Original Message

Re: [flexcoders] Re: Popup over a form

2008-02-13 Thread Sherif Abdou
well if i had to guess, your problem would be the parent since the TitleWindow wouldn't parent would not be a form since it does not get added to the form, so try PopUpManager.createPopUp(name/id of the Form,etc...). Try that - Original Message From: markgoldin_2000 [EMAIL PROTECTED]

Re: [flexcoders] Disable Auto-Highlighting in FlexBuilder 3?

2008-02-13 Thread Sherif Abdou
Top, --Mark Occurences is that what you are talking bout. - Original Message From: Paul Whitelock [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 11:45:59 AM Subject: [flexcoders] Disable Auto-Highlighting in FlexBuilder 3? I just started working

Re: [flexcoders] AreaChart bug when changing 'type' property

2008-02-13 Thread Sherif Abdou
this works, i couldnt try out urs since i dont have the data and the other stuff but maybe try data.toString(); /mx:Script mx:ComboBox change=myChart.type=myCombo.selectedItem.toString() id=myCombo mx:dataProvider mx:Stringoverlaid/mx:String mx:Stringstacked/mx:String mx:String100%/mx:String

Re: [flexcoders] Busy Cursor not appearing

2008-02-13 Thread Sherif Abdou
is this in one function? CursorManager. setBusyCursor( ); callLater(expandTre e); CursorManager. removeBusyCursor (); if it is then your setting it and removing it so is never going to show - Original Message From: j_lentzz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] AdvancedDataGrid Transparent Header

2008-02-13 Thread Sherif Abdou
see if this does anything, for some reason the drawHeaderBackground function doesnt really override anything. it is just stranded out there, the one you need to override is the one in the DataGridHeader but i have no clue how you would get there headerBackgroundSkin=mx.skins.ProgrammaticSkin/

Re: [flexcoders] AdvancedDataGrid Transparent Header

2008-02-13 Thread Sherif Abdou
are u using flex 3 or Flex 2 maybe this will help http://labs.adobe.com/wiki/index.php/Flex_3:Backwards_Compatibility_Flag ignore my email. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 1:48:34 PM Subject: Re

Re: [flexcoders] Flex Cache or History Isssue

2008-02-13 Thread Sherif Abdou
historyManagementEnabled=false is that what u mean? - Original Message From: ghus32 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 4:41:47 PM Subject: [flexcoders] Flex Cache or History Isssue Please help... I am pulling my hair out. I am looking

Re: [flexcoders] Flex Cache or History Isssue

2008-02-13 Thread Sherif Abdou
ya that will do just do it on the TabBar or whatever component and it will frgoet it - Original Message From: steven pollard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 7:42:50 PM Subject: RE: [flexcoders] Flex Cache or History Isssue will that

Re: [flexcoders] FB word search in files

2008-02-13 Thread Sherif Abdou
do Ctrl+F and u will get that menu and u have these options, then u have to focus in on the file - Original Message From: reflexactions [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 9:50:56 PM Subject: [flexcoders] FB word search in files How do I

Re: [flexcoders] How to hidden DataGrid Header ?

2008-02-12 Thread Sherif Abdou
just header height there is no width DataGrid width=500 height=500 headerHeight=0 / - Original Message From: Harry Saputra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 7:47:40 PM Subject: [flexcoders] How to hidden DataGrid Header ? Dear All, I

Re: [flexcoders] How to hidden DataGrid Header ?

2008-02-12 Thread Sherif Abdou
headerHeight and headerWidth to 0 - Original Message From: Harry Saputra [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 7:47:40 PM Subject: [flexcoders] How to hidden DataGrid Header ? Dear All, I want to use DataGrid without header :). Can you help

Re: [flexcoders] meaning of the this AIR error message

2008-02-12 Thread Sherif Abdou
i am not getting any errors, i did notice ur missing a paranteses. mx:ViewStack id=myVS height=100% width=80% mx:Canvas width=100% height=100% mx:HTML id=myHTML location={st} height=100% width=100% / /mx:Canvas /mx:ViewStack - Original Message From: hworke [EMAIL PROTECTED] To:

Re: [flexcoders] Splitting Array Content , keyword by field content

2008-02-12 Thread Sherif Abdou
you can't use a for loop, maybe try a cursor instead What you cannot do is iterate through the properties of an object if it is an instance of a user-defined class, unless the class is a dynamic class. Even with instances of dynamic classes, you will be able to iterate only through properties

Re: [flexcoders] Splitting Array Content , keyword by field content

2008-02-12 Thread Sherif Abdou
like this? ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical creationComplete=initApp() xmlns:containers=flexlib.containers.* mx:Style source=styles.css/ mx:Script ![CDATA[ import mx.collections.IViewCursor; import

Re: [flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread Sherif Abdou
for pointing out!!! Alex --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: why not just do enabled=false on the Application itself - Original Message From: Alexander Tsoukias [EMAIL PROTECTED] .. To: [EMAIL PROTECTED] ups.com Sent: Tuesday, February

Re: [flexcoders] Re: Disable screen interaction while cursor in busy mode

2008-02-12 Thread Sherif Abdou
why not just do enabled=false on the Application itself - Original Message From: Alexander Tsoukias [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 4:47:19 PM Subject: [flexcoders] Re: Disable screen interaction while cursor in busy mode Sounds good,

Re: [flexcoders] How to make a live duplicate of an output window

2008-02-12 Thread Sherif Abdou
you can use the bitmap class draw() method and what not, then scale that image and just use States. So on State will show it and off state wont - Original Message From: mthomas1969 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 1:39:20 PM Subject:

Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
? Or am I already fried for the day? I put the dataprovider in for it anyway just to be explicit. brad -Original Message- From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Tuesday, February 12, 2008 1:39 PM To: [EMAIL PROTECTED] ups.com

Re: [flexcoders] mxmlc running out of heap space...

2008-02-12 Thread Sherif Abdou
ignore what i said, i need to read - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:39:35 PM Subject: Re: [flexcoders] mxmlc running out of heap space... did you change the eclipse.ini file

Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
let me rephrase you can do whatever but you need to listen for the ResultEvent.RESLUlT in actionScript and do name.dataProvider = event.result - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:38:43 PM Subject: Re

Re: [flexcoders] mxmlc running out of heap space...

2008-02-12 Thread Sherif Abdou
did you change the eclipse.ini file? - Original Message From: ivo [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 12, 2008 12:35:54 PM Subject: [flexcoders] mxmlc running out of heap space... I have a machine with 4GB of memory on which I develop an app using

Re: [flexcoders] XML, HTTPSerivce, Setting dataProvider in Action Script

2008-02-12 Thread Sherif Abdou
lastResult doesnt work in Actionscript only MXML, you get null if you use it in actionScript it should be just private function initApp():void{ chartXML.send(); chartXML.addEventListener(ResultEvent.RESULT,onResult); } private function onResult(event:ResultEvent):void{ //u get event.result }

<    1   2   3   4   5   6   >