Re: [flexcoders] container width parent container's width when vertical scrollbar present

2008-01-16 Thread Sherif Abdou
All right so either you can do mx:Canvas width=90% height=400 clipContent=false mx:Canvas width=100% height=440 / /mx:Canvas or mx:Canvas width=90% height=400 horizontalScrollPolicy=off verticalScrollPolicy=off mx:Canvas width=100% height=440 / /mx:Canvas Is that what you mean? - Original

Re: [flexcoders] underline in datagrid

2008-01-16 Thread Sherif Abdou
textDecoration=underline - Original Message From: dominique.bessette [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 5:46:52 PM Subject: [flexcoders] underline in datagrid How do I underline my text in a datagrid?

Re: [flexcoders] Refresh login screen

2008-01-16 Thread Sherif Abdou
like reset the entire form? give an example - Original Message From: markcavins [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 6:07:09 PM Subject: [flexcoders] Refresh login screen Hey all, Is it possible to refresh the login in page if a user's

Re: [flexcoders] Re: Refresh login screen

2008-01-16 Thread Sherif Abdou
a long time to try and auth them if they enter in the wrong customer number so I want the app to time out after 10 to 15 seconds and create a alert that tells them to check their username. --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] .. wrote: like reset the entire form? give

Re: [flexcoders] underline in datagrid

2008-01-16 Thread Sherif Abdou
: Dominique Bessette - Halsema [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 6:18:01 PM Subject: Re: [flexcoders] underline in datagrid what if i dont want the datagrid's title to be underlined On 1/16/08, Sherif Abdou [EMAIL PROTECTED] com wrote

Re: [flexcoders] inline styles

2008-01-16 Thread Sherif Abdou
if u wana underline one word why dont u just set the textDecoration on that word? what exactly do u want to do - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 8:09:37 PM Subject: [flexcoders] inline styles I

Re: [flexcoders] click event doesn't work in TileList Component

2008-01-16 Thread Sherif Abdou
instead of click, do itemClick = playLists_Click - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 16, 2008 9:39:18 PM Subject: [flexcoders] click event doesn't work in TileList Component hey there, I was using TileList to

Re: [flexcoders] inline styles

2008-01-16 Thread Sherif Abdou
. Sherif Abdou wrote: if u wana underline one word why dont u just set the textDecoration on that word? what exactly do u want to do - Original Message From: [EMAIL PROTECTED] org [EMAIL PROTECTED] org To: [EMAIL PROTECTED] ups.com Sent: Wednesday, January 16, 2008 8:09:37 PM

Re: [flexcoders] Re: Move effect

2008-01-16 Thread Sherif Abdou
description of what I'm trying to do. http://thedarkcity. ws/transition. gif let me know if i need to further clarify. thanks --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] . wrote: you could just use i guess (component.width+ Application. application. unscaledWidth

Re: [flexcoders] Re: Move effect

2008-01-16 Thread Sherif Abdou
at this image description of what I'm trying to do. http://thedarkcity. ws/transition. gif let me know if i need to further clarify. thanks --- In [EMAIL PROTECTED] ups.com, Sherif Abdou [EMAIL PROTECTED] . wrote: you could just use i guess (component.width+ Application. application. unscaledWidth

Re: [flexcoders] Date field with time

2008-01-16 Thread Sherif Abdou
try the dataChange event instead, i think - Original Message From: gur_sukh [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 12:01:50 AM Subject: [flexcoders] Date field with time Hi, Need some help. Fiddling with datefield component. mx:DateField

Re: [flexcoders] Re: Binding ValueObjects

2008-01-16 Thread Sherif Abdou
why can't use just do mx:Binding source=!--FIrst One-- destination=!--Second One--/ mx:Binding source=!--Second One-- destination=!--FIrst One--/ - Original Message From: toniabc [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 17, 2008 12:20:19 AM Subject:

[flexcoders] Anyone know of good flex apps

2007-09-05 Thread Sherif Abdou
that have their source so i could learn more I know adobe has 3 on their site, i did those and i redid this app using coldfusion and mssql to run in flex http://coenraets.org/blog/2007/08/salesbuilder-source-code-available/#comments anyone know of any other hidden sites?

Re: [flexcoders] getChildren() ... what's in it?

2007-09-05 Thread Sherif Abdou
getChildren().toString(); - Original Message From: nasawebguy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 4, 2007 10:11:30 PM Subject: [flexcoders] getChildren() ... what's in it? I'm trying to save the Panel children of a

Re: [flexcoders] how to embed buttons into datagrid

2007-09-04 Thread Sherif Abdou
create an itemRenderer for that column and do wahtever u want - Original Message From: aasif_onnet [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 3, 2007 3:45:30 AM Subject: [flexcoders] how to embed buttons into datagrid i am

Re: [flexcoders] useCapture(event)

2007-09-04 Thread Sherif Abdou
) Look in our source code for stage.addEventListe ner, or in the FocusManager. From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Sunday, September 02, 2007 4:44 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] useCapture(event

Re: [flexcoders] newbie - adapting flexstore

2007-09-04 Thread Sherif Abdou
i actually redid the flex store and i wrote alot of comments and explantaion on how it works for my practice but i have no idea if i would be allowed to release it. does anyone know who i can contact to get permission? - Original Message From: Tracy Spratt [EMAIL PROTECTED] To:

Re: [flexcoders] Working with dates from MS SQL database

2007-09-04 Thread Sherif Abdou
u need to reconvert it back to that date, since it is being returned in milliseconds - Original Message From: candysmate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 3, 2007 1:26:29 PM Subject: [flexcoders] Working with dates from MS SQL database

Re: [flexcoders] useCapture(event)

2007-09-04 Thread Sherif Abdou
to the app? Show us how you're doing it. From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Tuesday, September 04, 2007 8:20 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] useCapture(event) Thanks, i looked but i still

Re: [flexcoders] useCapture(event)

2007-09-04 Thread Sherif Abdou
[mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Tuesday, September 04, 2007 10:01 AM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] useCapture(event) cause wouldn't that be tightly coupling it if i do this.Application. application. addEventListener (..). i

Re: [flexcoders] useCapture(event)

2007-09-04 Thread Sherif Abdou
4, 2007 3:16:14 PM Subject: RE: [flexcoders] useCapture(event) Because your canvas is listening to itself and not the application. From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Sherif Abdou Sent: Tuesday, September 04

[flexcoders] useCapture(event)

2007-09-03 Thread Sherif Abdou
I am pretty puzzled to how the useCapture works in the addEventListner, i tried reading and i think i understand what it does but i never found an example of it in action or what it could be used for. so can anyone enlighten me

Re: [flexcoders] Re: How to get the previously selected item in ComboBox on change?

2007-09-01 Thread Sherif Abdou
why dont u do something like create a custom combo box, override the method then just add the previous click to an array and once you have that just search for the index before it or something along those lines - Original Message From: williamkusumo [EMAIL PROTECTED] To:

Re: [flexcoders] String syntax question

2007-09-01 Thread Sherif Abdou
if i understand this, try setting ur locateString to an empty one or just a new instance of the string class - Original Message From: candysmate [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, September 1, 2007 12:09:31 PM Subject: [flexcoders] String syntax question

[flexcoders] Setters/Getters only work in debug mode

2007-09-01 Thread Sherif Abdou
so i just wanted to know if this is a bug or not, but none of my data shows up unless i use the debug mode. i use getters/setters so i have no idea what the problem could be. i am using flex moxie(3)

Re: [flexcoders] Can You bubble Downward or dispatch events into other components?

2007-08-31 Thread Sherif Abdou
so is that a no? - Original Message From: Alex Harui [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, August 30, 2007 7:00:35 PM Subject: RE: [flexcoders] Can You bubble Downward or dispatch events into other components?

[flexcoders] Does anyone know what the cause of this problem is

2007-08-31 Thread Sherif Abdou
Data binding will not be able to detect assignments to _accountID. Data binding will not be able to detect assignments to _accountID. SalesBuilder/managersWebServiceManager.mxmlline 100 I neither have an _accoundID property nor does my application go up to 100. it goes to 50

<    1   2   3   4   5   6