[flexcoders] ArrayCollection/Min Max Problem

2009-06-30 Thread Sherif Abdou
I have an array collection and I am trying to find the Min/Max of the values in groups. For Example my array collection has 100 values. I want to find the Min Value/Max Value between 1 to 26, 2 to 27, 3 to 28 , etc I tried to create 2 for loops in each other but for some reason during

[flexcoders] Compressing the Axis in a Chart [1 Attachment]

2009-06-22 Thread Sherif Abdou
hello, Quick question. I have a chart graph/Picture is attatched. I want to compress the graph a bit/shift the axis to the left so I can see to the end of the line. Is there a function i can use to adjust? So pretty much I want extra room at the end. Thanks

[flexcoders] Where is the Flash 10 Debug?

2008-10-20 Thread Sherif Abdou
I have searched the group and googled but nothing came up so is there even one for Flex yet?

Re: [flexcoders] flex showing always the same SWF

2008-09-24 Thread Sherif Abdou
GO To Project--Build Automatically. That should be checked. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: BENABDALLAH Abdelaziz To: flexcoders@yahoogroups.com Sent: Wednesday, September 24, 2008 11:33 AM Subject: [flexcoders] flex

Re: [flexcoders] problem with the flex application in MAC

2008-09-22 Thread Sherif Abdou
I am using a PC and getting a blank screen too and nothing happens, just wanted to let you know. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: sudha_bsb To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 12:46 PM

Re: [flexcoders] New to FLEX

2008-09-22 Thread Sherif Abdou
Http://feeds.adobe.com http://adobe.com/flex -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: NATA RAJAN To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 11:51 AM Subject: [flexcoders] New to FLEX Hi friends

Re: [flexcoders] Re: New to FLEX

2008-09-22 Thread Sherif Abdou
After reading books ( I suggest no more than 2), download the flexlib at http://flexlib.googlecode.com and try to pick components that you like and rewriting them without looking at the source, use it as more of a guide. At least that is what I did. -- Sherif Abdou http://VadexFX.com http

Re: [flexcoders] Flex Printing

2008-09-18 Thread Sherif Abdou
If I remember Correctly, Alex H said that there is a timelimit with Flex Printing/Flash Limitation. So How fast can u get it to print will be your ultimate factor. You can use the ScreenCapture class and just send it a server and maybe find a way to print from there. -- Sherif Abdou http

Re: [flexcoders] What Flex method can I use to close the main window of a Flex application?

2008-09-18 Thread Sherif Abdou
Why close it? Can't you just use Javascript to reload the Flex Application again or Do you just want them to close and not to come back for a while? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: tungchau81 To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: TileList changing items displayed after scrolling

2008-09-18 Thread Sherif Abdou
Explain more, Why not just use UIComponent? Does it add weight or what? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Doug McCune To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008 5:03 PM Subject: Re: [flexcoders] Re

Re: [flexcoders] Placing cursor inside UITextField

2008-09-18 Thread Sherif Abdou
This is untested and I havent tried it, I am guessing somewhere you can dispatch a Fake mouseDown/Click event on the UITextField which theortically should place a cursor. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Brandon Krakowsky

Re: [flexcoders] Retrieving Sorted Data from DataGrid

2008-09-18 Thread Sherif Abdou
SharedObjects? or maybe just write it to the server and then have it pull that data out when the user comes back. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: edlueze To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008

Re: [flexcoders] Grrrr. Security Sandbox

2008-09-18 Thread Sherif Abdou
Call it like this C:\Vadex\VadexFlex\bin-debug\VadexFlex.html Instead of file:/// -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: George To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008 5:46 PM Subject: [flexcoders

Re: [flexcoders] baselinePosition meaning?

2008-09-17 Thread Sherif Abdou
Ok let me answer my question, after playing around and changing it up, is it basically an Imaginary Line where It is used to align control like have the label in the formItem be centered to the TextInput control? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com

Re: [flexcoders] Re: Has anyone ever removed the arrowButton from the combobox?

2008-09-16 Thread Sherif Abdou
cant you do setStyle(arrowButtonWidth,0); ? Or Am i missing something -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: flexaustin To: flexcoders@yahoogroups.com Sent: Tuesday, September 16, 2008 6:07 PM Subject: [flexcoders] Re: Has

[flexcoders] Internal error: type for Property '{name}' is unreachable.

2008-09-16 Thread Sherif Abdou
Is this Legal? I am using Flex 4 but I am getting Internal error: type for Property '{name}' is unreachable. or should i just use [ArrayElementType] Instead? private var $content:Vector.vadex.vadexTileNav.TileNavVO; public function get content():Vector.vadex.vadexTileNav.TileNavVO { return

[flexcoders] baselinePosition meaning?

2008-09-16 Thread Sherif Abdou
Prob a silly question but what is the meaning of baselinePosition in plain english. I read the Docs but I have no idea what the purpose of it is or when it's use comes to play. /** * @private * The baselinePosition of a Container is calculated * as if there was a UITextField using the

Re: [flexcoders] Re: Broken Tomcat server within Eclipse - NullPointerException on startup

2008-09-15 Thread Sherif Abdou
Are you using a Mac? try -Djava.net.preferIPv4Stack=true in your eclipse.ini file -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: ansury2001 To: flexcoders@yahoogroups.com Sent: Monday, September 15, 2008 12:10 AM Subject: [flexcoders

Re: [flexcoders] Flex Errors/problems

2008-09-15 Thread Sherif Abdou
on it to open it , close it and go back to flex builder and it should work. Sometimes when you uninstall it, firewall blocks it and won't unblock it unless you maunally launch the FlashPlayer.exe ( which is the Debugger). -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original

Re: [flexcoders] How to listen on a port

2008-09-15 Thread Sherif Abdou
Socket class? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: yuku To: flexcoders@yahoogroups.com Sent: Monday, September 15, 2008 9:30 PM Subject: [flexcoders] How to listen on a port Hi all, I want to create an AIR app

[flexcoders] drawFocus Method Example?

2008-09-13 Thread Sherif Abdou
I have been looking everywhere but I havent seen what the method override public function drawFocus(isFocused:Boolean):void { } Actaully does? I tried overriding it on the Button,, calling super.drawFocus(false), super.drawFocus(true), leaving it blank but I havent noticed any change to

Re: [flexcoders] VDividedBox - prevent dragging of divider

2008-09-10 Thread Sherif Abdou
You can extend the VDividedBox and override override public function moveDivider(i:int, amt:Number):void { //leave it blank } -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Nate Beck To: flexcoders@yahoogroups.com Sent: Wednesday

Re: [flexcoders] How is this done?

2008-09-10 Thread Sherif Abdou
Right Click--View Source--Download have fun(The file is in there just use design view to find it). -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: paul_nyny To: flexcoders@yahoogroups.com Sent: Wednesday, September 10, 2008 4:08 PM

Re: [flexcoders] unsubscribe is not working

2008-09-10 Thread Sherif Abdou
K done! -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Link Mckinney To: flexcoders@yahoogroups.com Sent: Wednesday, September 10, 2008 11:54 PM Subject: [flexcoders] unsubscribe is not working I don't know what to do know, I have

Re: [flexcoders] Using Adobe Flex 3 for Analyzing Stocks

2008-09-09 Thread Sherif Abdou
Looks Good, I just finished reading that book yesterday ;) and was thinking of doing the same thing. I figured why not combine both to learn. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: mindtheflex To: flexcoders@yahoogroups.com

Re: [flexcoders] Re:Looking for a Flex forum.

2008-09-08 Thread Sherif Abdou
/s_flash_bulletin_board_phpbb_vbulletin.htm but I don't know if it satisfies you. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: timgerr To: flexcoders@yahoogroups.com Sent: Monday, September 08, 2008 12:52 PM Subject: [flexcoders] Re:Looking for a Flex forum. I am

Re: [flexcoders] export chart to a pdf

2008-09-07 Thread Sherif Abdou
http://code.google.com/p/apdf/ -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: yk96290 To: flexcoders@yahoogroups.com Sent: Sunday, September 07, 2008 9:11 PM Subject: [flexcoders] export chart to a pdf Hi, Is there a way

Re: [flexcoders] What is the difference between :Object and :*

2008-09-06 Thread Sherif Abdou
Object can not store undefined and * can store it and that is about it -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Sefi Ninio To: flexcoders@yahoogroups.com Sent: Saturday, September 06, 2008 11:15 AM Subject: [flexcoders] What

[flexcoders] Getting AutoCompletion to work in Flex 4

2008-09-06 Thread Sherif Abdou
-- Sherif Abdou http://VadexFX.com http://Sherifabdou.com

Re: [flexcoders] Flex 3 freezes at startup everytime!!!

2008-09-06 Thread Sherif Abdou
-- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Josh Millstein To: flexcoders@yahoogroups.com Sent: Saturday, September 06, 2008 11:11 PM Subject: [flexcoders] Flex 3 freezes at startup everytime!!! I can not startup Flex Builder 3 anymore

Re: [flexcoders] Capture custom component event in parent application (application.mxml)

2008-09-06 Thread Sherif Abdou
isn't that what bubbling is for? dispatchEvent(new Event(myEvent,true)); http://www.rubenswieringa.com/blog/eventbubbles-eventcancelable-and-eventcurrenttarget -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: sleblang To: flexcoders

Re: [flexcoders] noob question, css to swf, stylemanager

2008-09-05 Thread Sherif Abdou
[ private function initApp():void { StyleManager.loadStyleDeclarations( 't.swf',true ,true); } ]] /Script /mx:Application -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: dsds99 To: flexcoders@yahoogroups.com Sent: Friday, September 05

Re: [flexcoders] Problem importing FlexLib

2008-09-04 Thread Sherif Abdou
I don't think You can import it, if you want to see the code you need to create a Flex Project--(Keep Hitting Next)--Source Path--Add Folder--Point to FlexLib folder. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: anuj181 To: flexcoders

Re: [flexcoders] component or movie clip in a datagrid

2008-09-04 Thread Sherif Abdou
Look up DataGrid ItemRenderer or ItemRenderer I think that is what you are looking for. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: [p e r c e p t i c o n] To: flexcoders@yahoogroups.com Sent: Thursday, September 04, 2008 7:57 PM

Re: [flexcoders] Re: Deploy Flex Application

2008-09-03 Thread Sherif Abdou
Thing you need to do is go in the ColdFusion Administrator and do Mappings to where your Folder is. I'll try to find the solution on my computer. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: nathanpdaniel To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Sherif Abdou
I don't know about much of this but Could you just use LiveCycle and Compile the Application on your server so each client gets a different version of the SWF? I know you get 2 options in Livecycle whehter to compile on server or on your computer. -- Sherif Abdou http://VadexFX.com http

Re: [flexcoders] ratings component

2008-09-03 Thread Sherif Abdou
http://www.asfusion.com/blog/entry/flex-rating-component is this what we are talking about? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: [p e r c e p t i c o n] To: flexcoders@yahoogroups.com Sent: Wednesday, September 03, 2008 10:56

Re: [flexcoders] Re: Deploy Flex Application

2008-09-03 Thread Sherif Abdou
I Guess maybe then you can try mappings, Try doing /mysite for Logical Path and for Directory Path give the path where mysite is stored so C:\etc..? If that does not work then Try putting all your files in root and Test out then we will move from there. -- Sherif Abdou http://VadexFX.com

Re: [flexcoders] Buzzword of Adobe

2008-09-03 Thread Sherif Abdou
I think You should look at the New Flash Player 10 API and Flex 4 and you might have an easier time doing Buzzword. I havent't player around with the text engine but it looks promising. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Josh

Re: [flexcoders] Reload a component

2008-09-02 Thread Sherif Abdou
, _self); } -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: umeremail To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 3:51 AM Subject: [flexcoders] Reload a component hey if i have load a component and if we come back

Re: [flexcoders] How to Blink Browser tab?

2008-09-02 Thread Sherif Abdou
You can use the AnimateColor http://www.darronschall.com/weblog/archives/000254.cfm and Tweener and it should give you what you want. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: [EMAIL PROTECTED] Uttarwar To: flexcoders@yahoogroups.com

Re: [flexcoders] how to regain the focus on the textinput when browser is minimized and maximized

2008-09-02 Thread Sherif Abdou
Have you tried calling setFocus() on the textInput? -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: prashant194 To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 6:36 AM Subject: [flexcoders] how to regain the focus

Re: [flexcoders] TileList: Tiles possible with different width/height ??

2008-09-02 Thread Sherif Abdou
I think it can, check this out http://blog.flexexamples.com/2007/09/28/using-the-flex-tilelist-classs-new-datachangeeffect-style-in-flex-3/ the TileListItemRenderer.mxml part and im sure you can switch the width and height. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com

Re: [flexcoders] How to Blink Browser tab?

2008-09-02 Thread Sherif Abdou
O i need to read, he was talking about the browser tab. My bad. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Derrick Anderson To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 8:14 AM Subject: Re: [flexcoders] How

Re: [flexcoders] Re: SuperTabNavigator any idea howto blink tab

2008-09-02 Thread Sherif Abdou
I meant to respond to this by writing this You can use the AnimateColor http://www.darronschall.com/weblog/archives/000254.cfm and Tweener and it should give you what you want. I posted in in the wrong thread. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original

Re: [flexcoders] Webservice not invoking???

2008-09-02 Thread Sherif Abdou
wsPubTypes.getPubTypes.send() instead of wsPubTypes.getPubTypes(); -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Chris Doherty To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 5:07 PM Subject: [flexcoders] Webservice

Re: [flexcoders] Sending Form Data

2008-09-02 Thread Sherif Abdou
What do you mean by it stops working? I tested it and it works. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Cordova Aaron To: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 4:54 PM Subject: [flexcoders] Sending Form

Re: [flexcoders] TitleWindow

2008-09-02 Thread Sherif Abdou
It should be possible, All your doing is going to position it over the area where you want. Unless I am misunderstanding you. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: markgoldin_2000 To: flexcoders@yahoogroups.com Sent: Tuesday

Re: [flexcoders] Re: SuperTabNavigator any idea howto blink tab

2008-09-01 Thread Sherif Abdou
You can try using the Fade Effect which should give u the effect you want or you can use this http://www.onflex.org/BlinkTag/ http://VadexFX.com http://Sherifabdou.com - Original Message - From: Sajid Hussain To: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008

Re: [flexcoders] Strange List Behavior

2008-09-01 Thread Sherif Abdou
Have you tried dispatching rollOver Event when the person right clicks? Also, is this the code for it or is it different since I checked it out and tested it on my computer and It worked fine with no delay. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message

Re: [flexcoders] Re: Strange List Behavior

2008-09-01 Thread Sherif Abdou
I am doing the StandAlone player and it is working fine. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Ben To: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008 7:51 PM Subject: [flexcoders] Re: Strange List Behavior

Re: [flexcoders] FlexBuilder FDT I don' git it....

2008-09-01 Thread Sherif Abdou
that was out. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Alan To: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008 8:34 PM Subject: [flexcoders] FlexBuilder FDT I don' git it So all the huff n puff goin

Re: [flexcoders] Re: Strange List Behavior

2008-09-01 Thread Sherif Abdou
Actually it seems to only be Firefox 3.0.1,it does work in IE and stand alone. -- Sherif Abdou http://VadexFX.com http://Sherifabdou.com - Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008 11:40 PM Subject: RE

Re: [flexcoders] Flexstore license?

2008-08-31 Thread Sherif Abdou
WEll, I would email Adobe since it says this on every file // // Copyright (C) 2003-2006 Adobe Macromedia Software LLC and its licensors. // All Rights Reserved. // The following is Sample Code and is subject to all

Re: [flexcoders] Flexstore license?

2008-08-31 Thread Sherif Abdou
The internet is serious business :). Let's just all relax, I have yet to see an argument get won over the web so there is no point in keeping this going. - Original Message - From: Robert Thompson To: flexcoders@yahoogroups.com Sent: Sunday, August 31, 2008 9:17 PM

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread Sherif Abdou
Have you tried bringing the index up of the Icon, so doing setChildIndex(name,int) - Original Message - From: David Pariente To: flexcoders Sent: Saturday, August 30, 2008 5:51 PM Subject: [flexcoders] Image over a panel title? Hi all, I wanna put an icon over a

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread Sherif Abdou
Subject: Re: [flexcoders] Image over a panel title? oh, didn't know something like that existed... ...i thought that was a tab index...not a depth index... i will try :) thnx a lot - Mensaje original De: Sherif Abdou [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread Sherif Abdou
:( - Mensaje original De: Sherif Abdou [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: domingo, 31 de agosto, 2008 1:56:09 Asunto: Re: [flexcoders] Image over a panel title?  ya to bring it to the top just do setChildIndex( nameOfIcon, numChildren- 1); and do

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread Sherif Abdou
/mx:AddChild - Mensaje original De: Sherif Abdou [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: domingo, 31 de agosto, 2008 2:35:20 Asunto: Re: [flexcoders] Image over a panel title?  ok try doing this or you can post some code. So override the layoutchrome method

Re: [flexcoders] Image over a panel title?

2008-08-30 Thread Sherif Abdou
(with canvas for example) :( maybe i try with degrafa...i guess it might be able to do something like that with it :) thnx and sorry for the time waste ;) - Mensaje original De: Sherif Abdou [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: domingo, 31 de agosto, 2008 2

Re: [flexcoders] text markup - please help

2008-08-30 Thread Sherif Abdou
I do not think you can do that with the current Flash Player 9 but maybe with 10. There were a couple of threads a while ago about the same thing and there wasn't a real solution on this but I might be imagining things and be wrong. - Original Message - From: natjai To:

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-30 Thread Sherif Abdou
Apple will not buy Adobe, Microsoft would not let it without a fight and $22.7 billion is a big chunk of change and that's just the market cap now add a premium and they are looking at $30billion, that's amost 20% of Apple's market cap. Also, I really don't want them to ruin everything, i dont

Re: [flexcoders] flex interface with coldfusion

2008-08-29 Thread Sherif Abdou
You can do it via Producer/Consumer, HTTPService, WEbService - Original Message - From: Sagar T To: flexcoders@yahoogroups.com Sent: Friday, August 29, 2008 3:22 PM Subject: [flexcoders] flex interface with coldfusion Hi guy's I'm learning flex I have

Re: [flexcoders] flex interface with coldfusion

2008-08-29 Thread Sherif Abdou
I guess here are some tutorials, I wrote. I am planning to add more later in the week. http://vadexfx.com/showthread.php?t=41 http://vadexfx.com/showthread.php?t=36 http://vadexfx.com/showthread.php?t=35 - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: PLEASE Help. Why some Flash CS3 swf can be unloaded in Flex and why some can't ?

2008-08-29 Thread Sherif Abdou
I think that is a Flash Player Bug and has been fixed in the upcoming Flash Player Release. I remb watching a Video on theflashblog.com and one of the Flash Player Developers talked about that as having been fixed in Astro. - Original Message - From: helihobby To:

Re: [flexcoders] Re: PLEASE Help. Why some Flash CS3 swf can be unloaded in Flex and why some can't ?

2008-08-29 Thread Sherif Abdou
Here it is, I think its talking about same thing. http://theflashblog.com/?p=411 - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Friday, August 29, 2008 7:48 PM Subject: Re: [flexcoders] Re: PLEASE Help. Why some Flash CS3 swf can be unloaded

Re: [flexcoders] Re: Flash Player 10 Release Date?

2008-08-28 Thread Sherif Abdou
WEll If I had to guess it would have to be before April/May/June 09 since that is when The Final Version of Flex 4 is going to be released and it uses Flash Player 10. - Original Message - From: wwwpl To: flexcoders@yahoogroups.com Sent: Thursday, August 28, 2008 3:33 PM

Re: [flexcoders] Not receiving BrowserChangeEvent.BROWSER_URL_CHANGE in app - only in IE 7

2008-08-25 Thread Sherif Abdou
I remb reading somewhere that IE works in Protected Mode on the Intranet and will not broadcast this stuff unless it is on a public site, and also you can't do much about it. - Original Message - From: leerobertw68 To: flexcoders@yahoogroups.com Sent: Monday, August 25, 2008

Re: [flexcoders] Vectors/Getter And Setters

2008-08-25 Thread Sherif Abdou
can You even use Getter/Setters with Vectors? - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Sunday, August 24, 2008 1:02 PM Subject: [flexcoders] Vectors/Getter And Setters I am wondering is this allowed, and if it is How do i make it work

Re: [flexcoders] Vectors/Getter And Setters

2008-08-25 Thread Sherif Abdou
-- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Monday, August 25, 2008 10:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Vectors/Getter And Setters can You even use

Re: [flexcoders] mx:Metadata?

2008-08-25 Thread Sherif Abdou
Yes. - Original Message - From: markflex2007 To: flexcoders@yahoogroups.com Sent: Monday, August 25, 2008 4:26 PM Subject: [flexcoders] mx:Metadata? Hi, I confuse with mx:Metadata now I have the following mx:Metadata in code mx:Metadata [Event('add')]

[flexcoders] Vectors/Getter And Setters

2008-08-24 Thread Sherif Abdou
I am wondering is this allowed, and if it is How do i make it work since I keep getting Internal error: type for Property '{name}' is unreachable. private var contentVec:Vector.UIComponent; public function get content():Vector.UIComponent { return contentVec; } public function set

Re: [flexcoders] Vectors/Getter And Setters

2008-08-24 Thread Sherif Abdou
content is a DefaultProperty so I don't need to include it in the mxml - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Sunday, August 24, 2008 1:02 PM Subject: [flexcoders] Vectors/Getter And Setters I am wondering is this allowed

Re: [flexcoders] Help with binding (flex 3)

2008-08-24 Thread Sherif Abdou
I hope I am correct on this one, but I think the problem is the Object does not implement the IEventDispatcher Interface thus you can't do binding with an object. So maybe that is why? - Original Message - From: rss181919 To: flexcoders@yahoogroups.com Sent: Sunday, August 24,

Re: [flexcoders] Re: How to line up

2008-08-23 Thread Sherif Abdou
Yes you can attatch images - Original Message - From: markgoldin_2000 To: flexcoders@yahoogroups.com Sent: Saturday, August 23, 2008 2:23 PM Subject: [flexcoders] Re: How to line up Yes, I probably should have been more specific, but even I am not doing eveything

Re: [flexcoders] Re: How to line up

2008-08-23 Thread Sherif Abdou
: How to line up Kill me, dont see how. --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: Yes you can attatch images - Original Message - From: markgoldin_2000 To: flexcoders@yahoogroups.com Sent: Saturday, August 23, 2008 2:23 PM Subject

Re: [flexcoders] breakpoints not being triggered

2008-08-22 Thread Sherif Abdou
Try doing Project--Clean, if that doesnt work then Sometimes you just have to create a new file and copy and paste from the old one into the new one, Rename the new one as old :( only way i got it to work. - Original Message - From: windsail05 To: flexcoders@yahoogroups.com

Re: [flexcoders] public static var issue

2008-08-22 Thread Sherif Abdou
Needs to be the Class name, not myModel but MyModel (Class Name). - Original Message - From: Chris Velevitch To: flexcoders@yahoogroups.com Sent: Friday, August 22, 2008 9:32 PM Subject: [flexcoders] public static var issue I have a class with public static vars like:-

Re: [flexcoders] public static var issue

2008-08-22 Thread Sherif Abdou
Subject: Re: [flexcoders] public static var issue On Sat, Aug 23, 2008 at 3:37 AM, Sherif Abdou [EMAIL PROTECTED] wrote: Needs to be the Class name, not myModel but MyModel (Class Name). It shouldn't matter either way because when you create an instance of such a class you may have

Re: [flexcoders] Can ComboBox display an Image as its LabelField

2008-08-21 Thread Sherif Abdou
Is there a way? Yes but the problem with the Combo Box if you check the source code is it uses a TextField to display it's stuff, so i am guessing you could extend it and just take out the TextField and replace it with a UIComponent - Original Message - From: kroghadam To:

[flexcoders] Code Hints in Flex 4 Gumbo

2008-08-21 Thread Sherif Abdou
I am using the latest SDK (Gumbo), just wondering if there is a way to enable code hints as of yet, I know it's not even alpha yet so not a problem but just asking to see If i am doing something wrong For example when I do Rect I do not get any hints as to what properties are there so I have

Re: [flexcoders] Code Hints in Flex 4 Gumbo

2008-08-21 Thread Sherif Abdou
is not part of SDK but I guess charts might appear with water marks on them. On Thu, Aug 21, 2008 at 1:58 PM, Sherif Abdou [EMAIL PROTECTED] wrote: I am using the latest SDK (Gumbo), just wondering if there is a way to enable code hints as of yet, I know it's not even alpha yet so not a problem

Re: [flexcoders] new message unpublished

2008-08-20 Thread Sherif Abdou
It got published, It is right here http://tech.groups.yahoo.com/group/flexcoders/message/122797, It got approved 8/20/2008 6:41AM - Original Message - From: ferriejbank To: flexcoders@yahoogroups.com Sent: Wednesday, August 20, 2008 9:27 AM Subject: [flexcoders] new message

Re: [flexcoders] Question on RotationX/Y/Z

2008-08-20 Thread Sherif Abdou
Also, perspectiveProjection is always null in a Flex Project but works if it is an ActionScript project, Is that a bug or am i missing something? I am using Flex 4 (Gumbo, Revision: 2936). - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Wednesday

Re: [flexcoders] [SOLVED] Flash Player 10 RC

2008-08-19 Thread Sherif Abdou
So it turns out the Problem was Kaspersky would not allow it to launch so what you need to do is go to FlexFolder/IN/win and click on the FlashPlayer.exe, It will configure it and everything should work. - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com

[flexcoders] Flex/AIR IRC Channel?

2008-08-19 Thread Sherif Abdou
There was this post by Mike a year ago and No idea what happend http://www.mikechambers.com/blog/2007/04/19/flex-apollo-irc-channel/ If so, Do you guy's think it is a good idea to supplement FlexCoders or not.

Re: [flexcoders] Flex/AIR IRC Channel?

2008-08-19 Thread Sherif Abdou
seems pretty dead only 2 users - Original Message - From: Aaron Miller To: flexcoders@yahoogroups.com Sent: Tuesday, August 19, 2008 8:25 PM Subject: Re: [flexcoders] Flex/AIR IRC Channel? What about #flexcoders on freenode? On Tue, Aug 19, 2008 at 6:10 PM, Sherif

Re: [flexcoders] Flash Player 10 RC

2008-08-18 Thread Sherif Abdou
anyone? - Original Message - From: Sherif Abdou To: flexcoders@yahoogroups.com Sent: Saturday, August 16, 2008 7:20 PM Subject: [flexcoders] Flash Player 10 RC Anyone Having trouble with the Debugger? When I was using the Beta2, The Debugger was 10. Now with the RC Flash

Re: [flexcoders] Flexbuilder 3.0.1 Update

2008-08-18 Thread Sherif Abdou
You should have did Project--Clean All - Original Message - From: Rick Winscot To: flexcoders@yahoogroups.com Sent: Monday, August 18, 2008 6:06 PM Subject: Re: [flexcoders] Flexbuilder 3.0.1 Update After the auto-updater finished... I pointed at my Flex install directory,

[flexcoders] Flash Player 10 RC

2008-08-16 Thread Sherif Abdou
Anyone Having trouble with the Debugger? When I was using the Beta2, The Debugger was 10. Now with the RC Flash Player the Debugger is not 10 but 9r115.

Re: [flexcoders] Flex 3D

2008-08-11 Thread Sherif Abdou
Flex 4 and Flash Player 10 has Native 3D, For really concrete information you probably have to go and read some C++ books about gaming to understand Vectors, Matricies etc.. and just transfer over that knowledge to flash or you can try like Aaron said and just used Papervision. -

[flexcoders] how to build flex nightly builds?

2008-08-11 Thread Sherif Abdou
I have looked everywhere but it seems like the link on adobe has disappeared. It was the one talking about downloading cygwin, ant, and java and a step by step? Anyone know where it went. Thanks

Re: [flexcoders] Remoting fails

2008-08-06 Thread Sherif Abdou
You did restart the ColdFusion server right?- Original Message From: Scott [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Wednesday, August 6, 2008 12:56:18 PMSubject: Re: [flexcoders] Remoting failsI wouldn’t think it would be a firewallissue unless its on the remote side and it

Re: [flexcoders] How to block user interaction?

2008-07-31 Thread Sherif Abdou
why not do on application, this.enabled=false. - Original Message From: Daniel Gold [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 31, 2008 7:34:50 PM Subject: Re: [flexcoders] How to block user interaction? Yes I did...with hopefully more than a hint of dry

Re: [flexcoders] Programmaticaly move Panel (HELP!)

2008-07-28 Thread Sherif Abdou
I think if you do includeInLayout=false on panel then maybe. - Original Message From: _estatica_ [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 28, 2008 12:49:30 PM Subject: [flexcoders] Programmaticaly move Panel (HELP!) Hi all, I have 2 canvases places in the

Re: [flexcoders] Eclipse (Flex plugin) Editor Won't Start

2008-07-27 Thread Sherif Abdou
If i had to guess, you are using Eclipse 3.4 which is not supported thus u have to uninstall Flex plugin, download Eclipse 3.3 and it shopuld work. - Original Message From: ntman12001 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, July 27, 2008 1:05:48 PM Subject:

Re: [flexcoders] Flex Builder Speed-ups?

2008-07-27 Thread Sherif Abdou
I made a post on this a couple of days ago, I seriously thing it has to do with SP1 for Vista. Even ColdFusion takes up to 600,000K on startup and eclipse takes up to 350,000 K. I have my own server with windows 2008 and I have never seen coldfusion take more than 400,000K. so no idea what is

[flexcoders] lightweight eclipse

2008-07-24 Thread Sherif Abdou
Is there a lightweight Eclipse IDE or a lightweight notepad for Flex Builder that does not consume as much memory as eclipse. I need at least autocompletion, Starting Eclipse almost takes 250,000K of ram and debugging/running sometimes shots it up to 350,000K. I am running Vista with 2GB and by

Re: [flexcoders] what is vellum in flex4?

2008-07-23 Thread Sherif Abdou
that there are some left. Gordon Smith Adobe Flex SDK Team From:[EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Tuesday, July 22, 2008 9:19 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] what

Re: [flexcoders] what is vellum in flex4?

2008-07-23 Thread Sherif Abdou
=library:adobe/flex/gumbo xmlns:mx=library:adobe/flex/halo and I have to remote this xmlns:mx=http://www.adobe.com/2006/mxml; - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, July 23, 2008 2:10:30 PM Subject: Re: [flexcoders] what

  1   2   3   4   5   6   >