[flexcoders] background music loop for website: Flex 3

2010-01-04 Thread AC
Hi i am building a website and want to know how can i put a looping music file which plays as long as the user is on the website. what do i do to accomplish this. i know there is something to do with mx:soundeffect but how to use it and which effects can i use. help plss

[flexcoders] disable printing and copying of images in a adobe flex 3

2009-12-29 Thread AC
Hi, I want to make the website such that the print option is disabled and the the copy feature is as much as possible unavailable. How can i do this?

[flexcoders] Re: Cairngorm Documentation - Event system

2006-02-03 Thread AC
I was having the same issue: It looks like all the works in the LoginCommand; returned result. "model.workflowState = ModelLocator.VIEWING_LOGGED_IN_SCREEN;" and in the app "model.workflowState" is used the set the view. --- In flexcoders@yahoogroups.com, Scott Langeberg <[EMAIL PROTECTED]> w

[flexcoders] CSS text formatting Flex 1.5 or Flex 2.0

2005-11-15 Thread AC
Does anyone know if Flex 1.5 or Flex 2.0 has {text-decoration:line-through} Or how this can be achieved within the Text or Label control. Response appreciated Yahoo! Groups Sponsor ~--> Fair play? Video games influencing politics. Click and talk b

[flexcoders] Cursor change problem

2005-08-30 Thread AC
Probably an easy question for those who know... I'm trying to change the default cursor to a hand cursor when hovering over a component. The component is based on the VBox. I want to use the Flexs hand-cursor icon, which appears within MovieClips components e.g. Buttons when "useHandCursor" pro

[flexcoders] Re: cellRender NumericStepper

2005-07-05 Thread AC
also to save the value in dataProvider when NS > value is changed? > > > -abdul > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of AC > Sent: Monday, July 04, 2005 8:38 PM > To: flexcoders@yahoogroups.c

[flexcoders] cellRender NumericStepper

2005-07-04 Thread AC
Hello I am trying to create a numeriStepper control as a cellRenderer component within a grid. While doing this I have come across a problem, whenever I change the value of numericStepper it fails to retain its new value and restores itself back to its original DataGrid.dataProvider value on subseq

[flexcoders] backgoundImage style property

2005-05-06 Thread AC
The "backgroundImage" style property of a container component; is there a way of positioning the background image so its origin is not in the centre but at the very top-left of the image? Thanks in advanced. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.y

[flexcoders] Event Listeners; Flex internal question for flex gurus

2005-04-27 Thread AC
dded to it? Thanks in Advance AC Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

[flexcoders] Re: TextArea help

2005-04-22 Thread AC
Thanks Matt The help is appreciated. AC --- In flexcoders@yahoogroups.com, Matt Chotin <[EMAIL PROTECTED]> wrote: > Instead of using focusOut and focusIn I used keyDown and mouseUp and that > seemed to do the trick. It may not be perfect all the time, I'd imagine you >

[flexcoders] Re: TextArea help

2005-04-21 Thread AC
Matt The Selection.getCartIndex() doesn't seem to work, I've tried to call it when I loose or gain focus within the textArea control. Irrespective of where the cursor is within the text area the Selection.getCartIndex() seems to return "0" or "-1"; naturally there is text inside the text area.

[flexcoders] TextArea help

2005-04-20 Thread AC
Hello to all flex masters Can somebody tell me how to programmatically enter a piece of text into a specific position within a TextArea that already contains a block of text. I have a TextArea containing a block of text. I am trying to insert additional text into an arbitrary position within t

[flexcoders] Re: My Company's Flex Site Live

2005-04-08 Thread AC
Hello James First of all… complement on the look of the site. It's very nice. I have a technical question for you… in you Flex website have you embedded the images into your flex swf/movie or are you using the Load function to load the images website. Your response would be much appreciated.

Help Systems integration advice

2005-03-11 Thread AC
Hello I am trying to integrate a help system with a flex app am currently developing. I am currently evaluating Robohelp (FlashHelp; as it's a MM product !!), is there an elegant way of calling FlashHelp files from within flex without having to go out to javascript. Ideally via ActionScript. Ha

Re: Advanced Printing Question

2005-02-28 Thread AC
te a custom MXML component and > instantiate it. > > > > > ... (other stuff you want) > > > var p = PopUpManager.createPopUp(this, MyPrintableComponent, false); > p.visible = false; > > Then you can print p. I haven't tried it, but it should work. > > M

Advanced Printing Question

2005-02-24 Thread AC
Hi Background: I have created a control which displays a DataGrid with a header and footer showing simple information such as a title and a time stamp. It's possible to scroll the grid and print each row of data held in the grid. however, resizing of the grid is not possible as it messes up the p

Re: Creating nested controls

2005-02-24 Thread AC
om, Manish Jethani <[EMAIL PROTECTED]> wrote: > AC wrote: > > > I have three Objects; 2 HBoxes which are populated with children at > > runtime, and a DataGrid. At runtime, I am trying to create a parent > > control (VBox) which contains all three of these controls. >

Creating nested controls

2005-02-21 Thread AC
Hello I have three Objects; 2 HBoxes which are populated with children at runtime, and a DataGrid. At runtime, I am trying to create a parent control (VBox) which contains all three of these controls. The two HBoxes are populated with child controls using createChild(...) method. Once this is do

Re: Help with effects

2005-02-10 Thread AC
sed to try to ensure > that this e-mail has been swept for viruses, iteration::two do not accept > responsibility for any damage or loss caused in respect of any viruses > transmitted by the e-mail. Please ensure your own checks are carried out > before any attachments are opened

Help with effects

2005-02-10 Thread AC
Hi Is there a way of knowing/ being notified when and effect (such as resize) has ended. I guess what I am looking for is an event which tells me when the effect has ended. Any help is appreciated.

Printing

2005-02-07 Thread AC
Hello I'm trying to print a given screen (containing a grid), but in the print I would like to place a title bar, page numbers, time stamp and reformat the screen in question. I, however, don't want to create a separate screen for this. Therefore I am trying to do this in memory; any ideas, on ho