Re: [flexcoders] Accessing the main Application Class

2005-10-10 Thread Manish Jethani
On 10/10/05, Marc Teichtahl [EMAIL PROTECTED] wrote: I am passing in this in the Application intialize call and keeping this as an Object in the class. 'this' depends on context. Where's your initialize handler? Could you post some MXML/AS showing how you're passing the reference to your

Re: [flexcoders] Converting string to xml in a model

2005-10-10 Thread Manish Jethani
On 10/10/05, gnaveenrajkumaar [EMAIL PROTECTED] wrote: var out_xml.parseXml(webservice1.getDocument.result); in flash the similar code returns me an XML object but in flex i'm not able to convert the string to the xml object It's parseXML (not parseXml) IIRC.

Re: [flexcoders] issues with enabled/disabled and disabledColor

2005-10-09 Thread Manish Jethani
On 10/8/05, David Aden [EMAIL PROTECTED] wrote: I've set disabledColor in the css association (associated with Application); using setStyle(disabledColor,#FF) in the constructor of component itself and in the script right before enabled is set to false. None have changed the color of

Re: [flexcoders] Embedding with GET variables

2005-10-07 Thread Manish Jethani
On 10/7/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can I use this image then with tree.setIcon(node,imgLeaf, imgLeaf); ? imgLeaf.content also does not work. setIcon needs a Linkage ID, whatever this is. It seems to appear only on embed resources... AFAIK that's not possible. As

Re: [flexcoders] [Flex/Javascript] Javascript function not found when called from Flex

2005-10-07 Thread Manish Jethani
On 10/7/05, djok_fb [EMAIL PROTECTED] wrote: 1-Embed the mxml file in a HTML page: html head script type=javascript function launchSpellChecker(someText) { alert(someText); } /script /head body [snip] 2- Write a AS function using getURL:

Re: [flexcoders] how many it costs flex server

2005-10-07 Thread Manish Jethani
On 10/7/05, andrehfraga [EMAIL PROTECTED] wrote: how many it costs flex server? Lots :) ... but very soon you may not need one. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

Re: [flexcoders] How to find out the thickness of the scroll bar?

2005-10-07 Thread Manish Jethani
On 10/7/05, James [EMAIL PROTECTED] wrote: I'd like to know how to adjust the scrollbars width and height attributes. There's no API for that. You could try setting the scaleX. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a

Re: [flexcoders] How to find out the thickness of the scroll bar?

2005-10-05 Thread Manish Jethani
On 10/5/05, JesterXL [EMAIL PROTECTED] wrote: I think HScrollbar is always 16 wide, and VScrollbar is always 16 high. :: checks :: Hrm... well, screenshot reports 17, but I think that's a border. I think I remember having read in the docs that it's 16 by default. Anyway, so the way to check

Re: [flexcoders] Question about drawing on the canvas

2005-10-04 Thread Manish Jethani
On 10/4/05, Prasad Dhananjaya [EMAIL PROTECTED] wrote: Have a simple question about drawing on the canvas. Below code draws an arrow between mousedown point and mouseup point. It works well. But... When I move canvas's scrollbar, arrow didn't move. Means it is NOT on the canvas.Want to

Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread manish
Hi Carson, I tried your URL . It perfectly works well. Can you plz give me some idea how are you using JSP rather than CFM file. I really want to configure everything in tomcat so i want to use the JSP file not cfm. Please help me in this regard Thanks Manish Jain --- In flexcoders

Re: [flexcoders] Flash 8 compatibilty with Flex

2005-10-02 Thread Manish Jethani
On 10/1/05, sandip_patil01 [EMAIL PROTECTED] wrote: My server details -- OS : RedHat Linux Application Server :Jboss4.0.1sp1 JDK 1.4 Client browser details : IE 6.0 Flash Player8x Now when I am running my upload functionality in my local system(Win XP) fileio.browse() function opening

Re: [flexcoders] Accordion destroyChildAt

2005-10-02 Thread Manish Jethani
On 10/1/05, Ghislain Simard [EMAIL PROTECTED] wrote: If I am destroying a child (using destroyChildAt) in my accordion, how to reinsert it when needed ? Use createChild to create it again. Yahoo! Groups Sponsor ~-- Fair play? Video games

Re: [flexcoders] hidding a stack in the accordion

2005-10-02 Thread Manish Jethani
On 10/1/05, Ghislain Simard [EMAIL PROTECTED] wrote: How to programtically hide a stack (or a tab) in an accordion? One accordion pane will be visible at any given time. To switch to another pane simply set the 'selectedIndex' property accordingly. Yahoo! Groups

Re: [flexcoders] Dynamic Object Bindings

2005-10-02 Thread Manish Jethani
On 10/1/05, Aly Sidi [EMAIL PROTECTED] wrote: I was wondering if there was a way to iterate over an object created by XML2Object See the 'in' operator of ActionScript. Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics.

Re: [flexcoders] Tile List Effect.

2005-10-02 Thread Manish Jethani
On 10/1/05, Omar Ramos [EMAIL PROTECTED] wrote: Does anyone knows how was the effect of the http://www.caledonbank.com/accountFinder.html sort effect was made? Like this? ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Tile id=tile width=200 height=200

Re: [flexcoders] extending the DataGrid component

2005-10-02 Thread Manish Jethani
On 9/30/05, Jaime Bermudez [EMAIL PROTECTED] wrote: I am trying to create a custom datagrid component that handles double-click events, but when I try to use the datagrid in an MXML component w/ the columns setup I get a compilation error. Here's an example of the component use:

Re: [flexcoders] how to add an icon in the Panel bar?

2005-10-02 Thread Manish Jethani
On 9/30/05, Ghislain Simard [EMAIL PROTECTED] wrote: how to add an icon in the Panel bar? http://www.mail-archive.com/flexcoders@yahoogroups.com/msg06841.html Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the

Re: [flexcoders] Cannot link two controls with a custom event

2005-10-02 Thread Manish Jethani
On 9/30/05, jivankohinoor [EMAIL PROTECTED] wrote: LinkNavigator id=sender height=100% width=75% objkey={objkey} / LinkNavigator id=receiver sender={sender} height=100% width=75% / Then in the LinkNavigator source, we have a function that creates the

Re: [flexcoders] Questions about createChild() and destroyChildAt()

2005-10-02 Thread Manish Jethani
On 9/27/05, Prasad Dhananjaya [EMAIL PROTECTED] wrote: 1.How can I give mouseOver,mouseOverEffect,mouseOut,mouseOutEffect,mouseUp events to createChild().(check ★).I want to give above affects to all created children which are on the JobNetCanves. (In below code all

Re: [flexcoders] div like behaviour?

2005-10-02 Thread Manish Jethani
On 9/30/05, flexhansen [EMAIL PROTECTED] wrote: Is there an easy way to achieve mx:Tile behaviour but without the tiles being of equal size? In other words I'm looking for something like the div-tag of plain old html that wraps content to fit the width prop. instead of putting up

Re: [flexcoders] Popping up the same window more than once

2005-10-02 Thread Manish Jethani
On 9/29/05, fowleryj [EMAIL PROTECTED] wrote: I've noticed that if I have WindowA open, and I click a button inside of it that opens WindowB, a button inside of WindowB that is supposed to open an instance of WindowA will not do so. [...] Not sure what you mean by same window. Calling

Re: [flexcoders] Flex DataGrid with large recordset

2005-10-02 Thread Manish Jethani
On 9/29/05, sergei_tsoganov [EMAIL PROTECTED] wrote: When I first loaded my flex datagrid with 190 records I was really disappointed in flex. It was almost impossible to scroll tha grid or resize it. It seems like flex components are much slower than even flash components. What is the

[flexcoders] Focus on row of DataGrid

2005-09-28 Thread manish
if someone will help me in this regard. Thanks Manish Jain Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] romoving focus, selection, highlight from a button

2005-09-17 Thread Manish Jethani
On 9/16/05, Krzysztof Szlapinski [EMAIL PROTECTED] wrote: first of all I dont know the proper name for this: when you move a mouse over a button its frame turns green is it called focus selection or highlight? whatever its name is :) i want to remove it from my button after it's been

Re: [flexcoders] problem about Text or TextArea

2005-09-17 Thread Manish Jethani
On 9/16/05, xiankevin2005 [EMAIL PROTECTED] wrote: is it possible?how to make the Text control editable or to make the TextArea control adjust its height to fit the content? The TextArea by default does not adjust its height. Every component measures its width and height during layout --

Re: [flexcoders] How to overload methods in Actionscript?

2005-09-17 Thread Manish Jethani
On 9/15/05, Abdul Qabiz [EMAIL PROTECTED] wrote: ActionScript doesn't support method overloading. Instead you can use following approach. function sayHello() { var n:Number = arguments.length; if(n==0) { alert(Hello World); }

Re: [flexcoders] Question about the samples on the samples page

2005-09-16 Thread Manish Jethani
On 9/17/05, Tracy Spratt [EMAIL PROTECTED] wrote: I am not an attorney, but yes, you can use that code legally. Use common sense: if code is publicly posted, and there in not an explicit copyright restriction in it, you are probably safe to use it (I did not see any copyright notices in the

Re: [flexcoders] Dynamic Object Instantiation

2005-09-16 Thread Manish Jethani
On 9/16/05, Shahnavaz Alware [EMAIL PROTECTED] wrote: I do the similar stuff using getChildAt(i) instead of childDescriptors[i] and that works fine if I want to read the properties I set during createChild. Eg parentID.getChildAt(i).id childDescriptors is only for children created in MXML.

Re: [flexcoders] Invalidate Question

2005-09-10 Thread Manish Jethani
On 9/10/05, kreddington1 [EMAIL PROTECTED] wrote: How can I get the validators to turn off until the users starts to fill out the form again? I'm not sure, but I think you have to use Validator.disable

Re: [flexcoders] pausing for given time

2005-09-10 Thread Manish Jethani
On 9/10/05, Krzysztof Szlapinski [EMAIL PROTECTED] wrote: i've got this - probably simple - problem, I want to pause my application for some time, and I cant find neither pause nor wait nor halt or whatever function that can perform this task. here are the details: I've got a label and a

[flexcoders] Installation Problem with Flex 1.5

2005-09-10 Thread manish
already tried installing the flex trial version 3 times amd everytime result is same. Can anyone help me in this regard? Thanks Manish Jain Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http

Re: [flexcoders] cellRenderer

2005-09-10 Thread Manish Jethani
On 9/8/05, Philippe Maegerman [EMAIL PROTECTED] wrote: Something I have discovered, in the mx:DataGrid tag, if you add initialize=event.target.getColumnAt(1).cellRenderer = boldRenderer the cellRenderer is taken, but not if you use the creationComplete event. I noticed that, if you add a

Re: [flexcoders] cellRenderer

2005-09-08 Thread Manish Jethani
On 9/7/05, Philippe Maegerman [EMAIL PROTECTED] wrote: If I would ask my question differently it would be : Is it possible to change cellRenderers on the fly, switching from cellRendererA to cellRendererB ? I think changing the cell renderer that way should work - i.e it should refresh the

Re: [flexcoders] 3 problems about datagrid ...

2005-09-08 Thread Manish Jethani
On 9/8/05, xiankevin2005 [EMAIL PROTECTED] wrote: 1: when i use a cellrenderer in the datagrid,such as checkCellRenderer,in the click event handler of the checkBox,the method listOwner.dataProvider.editField is invoked.but it seems that the datagrid control cannot handle the event that the

Re: [flexcoders] cellRenderer

2005-09-07 Thread Manish Jethani
On 9/7/05, Philippe Maegerman [EMAIL PROTECTED] wrote: Let's say I have a dataGrid with a ComboBox cellRenderer and I want the Combos dataProviders to be the result of a remoting action 1°) DataGrid 2°) Remote onResult = _global.DP = result + dataGrid.getColumnAt().cellRenderer =

Re: [flexcoders] cellRenderer

2005-09-07 Thread Manish Jethani
On 9/7/05, Philippe Maegerman [EMAIL PROTECTED] wrote: onResult of the RemoteObject, I set the result in _global.result, and then apply a cellRenderer to a Datagrid column, then the cellRenderer would use the _global.result to initialize its values (ComboBox cellRenderer). But the

Re: [flexcoders] Datagrid and Multiple Combo Boxes

2005-09-06 Thread Manish Jethani
On 9/6/05, priya_sukup [EMAIL PROTECTED] wrote: I have a grid with two combo boxes. So in order to use a common cell renderer i have extended the Datagrid column to include a dataProvider variable. I have created the common cell renderer. The combos are populated from different arrays using

Re: [flexcoders] Help: link to a specific viewstack inside a specific tab

2005-09-06 Thread Manish Jethani
On 9/6/05, face7hill [EMAIL PROTECTED] wrote: function goTab2Stack3(){ myViewStack.selectedIndex=3; mytabs.selectedIndex=2; } This takes me to tab 2 but it shows the wrong stack (shows the first view NOT the third). I have not been able to find a solution in the archives. If

Re: [flexcoders] Make a PopUp non-draggable

2005-09-06 Thread Manish Jethani
On 9/6/05, digital_eyezed [EMAIL PROTECTED] wrote: How do I make a popUp TitleWindow non-draggable (i.e. fixed in position so that trying to drag it around the parent container is not allowed) There's no documented way to do this, AFAIK. [undocumented] Here's a little hack: TitleWindow

Re: [flexcoders] Binding question

2005-09-06 Thread Manish Jethani
On 9/6/05, Abdul Qabiz [EMAIL PROTECTED] wrote: If you look at this link of Flex Documentation: http://livedocs.macromedia.com/flex/15/flex_docs_en/0695.htm You will find the following in the end: Note: Array elements do not trigger ChangeEvents and, therefore, cannot function as

Re: [flexcoders] SplitPane in Flex

2005-09-01 Thread Manish Jethani
that, it can probably be answered by someone who worked on the Flash components. Manish Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] DateField - disabledRanges

2005-09-01 Thread Manish Jethani
On 9/1/05, Steve Cox [EMAIL PROTECTED] wrote: Is there a way of changing my date object to remove 1 day from it? And it will automatically workout the month/year changes if applicable? http://www.mail-archive.com/flexcoders@yahoogroups.com/msg05709.html Manish

Re: [flexcoders] SplitPane in Flex

2005-08-31 Thread Manish Jethani
/containers/DividedBox.html Listen to mouseDown, etc., on the individual dividers (see getDividerAt), then when the mouse is clicked you snap them to their new positions using moveDivider. Manish Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you

Re: [flexcoders] Metamorphosing RadioButtonGroup

2005-08-31 Thread Manish Jethani
something else), but give it a try. See RadioButton.as in your flexforflash.zip. Manish Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] canvas flickering on hideEffect

2005-08-31 Thread Manish Jethani
On 8/31/05, Jaime Bermudez [EMAIL PROTECTED] wrote: Ok Manish... I'm still stuck on this one. Are you saying that I have to do something on the resize event of the preview panel? Do stacked components inside a canvas not resize like other components? Can you apply a workaround? Set the size

Re: [flexcoders] Re: Null Form

2005-08-29 Thread Manish Jethani
, if you're overriding id, make sure you call the parent's setter too. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] canvas flickering on hideEffect

2005-08-29 Thread Manish Jethani
=... / Box width=... height=... !-- put your stuff here -- /Box /Canvas Basically you wrap it into a Canvas with anothe disabled Canvas behind it. The Container does this for popup windows: see Container.as in flexforflash.zip (search for mouseShield). Manish Yahoo

Re: [flexcoders] ComboBox dropShadow bug

2005-08-29 Thread Manish Jethani
On 8/29/05, Philippe Maegerman [EMAIL PROTECTED] wrote: Very quiet today, so here a bug to keep you busy ;))) The dropShadow in ComboBox is not really working :(( It's not supposed to. dropShadow works only on containers. Documentation bug. :) Manish Yahoo

Re: [flexcoders] ComboBox dropShadow bug

2005-08-29 Thread Manish Jethani
be to let the dropdown have a shadow. I'll make sure this is logged as a bug. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] canvas flickering on hideEffect

2005-08-29 Thread Manish Jethani
in the DataGrid, the search box remains much wider (and is completely off the visible area). :-/ I'll look into this tomorrow. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C

Re: [flexcoders] Accordion: save form on exit

2005-08-27 Thread Manish Jethani
On 8/26/05, Simard, Ghislain [EMAIL PROTECTED] wrote: Is there a way to get the opened component saving the values when we click anywhere in the apps outside of that component? I guess you can listen for the mouseDownSomewhere event and check for the event's target property. Manish

Re: [flexcoders] the \n doesn't work in XML

2005-08-26 Thread Manish Jethani
xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Button label=This label is too#13;too long... / /mx:Application #13; works for insering a newline. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http

Re: [flexcoders] Link Component

2005-08-26 Thread Manish Jethani
, including selectionColor. Then you could also extend the Link component to handle mouse events and toggle alpha accordingly. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com

Re: [flexcoders] Accordion: save form on exit

2005-08-26 Thread Manish Jethani
focusable and currently has focus. If you have a TextInput inside a Panel, with the focus in the TextInput, and you move the focus out, it is the TextInput that dispatches the event, not the Panel. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games

Re: [flexcoders] using and detecting menubar selection

2005-08-26 Thread Manish Jethani
/mx:dataProvider /mx:MenuBar /mx:Panel mx:Script function foo() { alert('foo') } function bar() { alert('bar') } /mx:Script /mx:Application Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back

Re: [flexcoders] creationComplete on ViewStack children *bug?*

2005-08-26 Thread Manish Jethani
to the childrenCreated event if you want to work on the children. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Scrollbar in canvas

2005-08-26 Thread Manish Jethani
provide you a workaround in the meanwhile. Manish Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Popup component

2005-08-26 Thread Manish Jethani
(using view:Login instead of Login does not launch any error but the whole app screen gets white ) I'm sorry I'm not familiar with Cairngorm, but it looks like you just want to qualify Login with the package name. i.e. foo.bar.Login instead of Login. Manish Yahoo! Groups

Re: [flexcoders] Resize popup

2005-08-21 Thread Manish Jethani
On 8/21/05, Kelly [EMAIL PROTECTED] wrote: I have a popup window that I want to be able to resize while it is popped up by having the user click a button. How do I get it to redraw itself? Call setSize and pass the desired width and height. Manish Yahoo! Groups

Re: [flexcoders] How to programmatically scroll a grid to desired row ?

2005-08-18 Thread Manish Jethani
On 8/18/05, Shlomi Cohen [EMAIL PROTECTED] wrote: is there a way to scroll a datagrid object to a selected Index row ? Set vPosition. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12htk91l0/M

Re: [flexcoders] Re: DepthManager

2005-08-13 Thread Manish Jethani
, the window become the topmost and menu is again below the title window. Well then I think you should call adjustMenuDepths in the click or mouseDown or move handler of the TitleWindow. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

Re: [flexcoders] Re: Another Proxy? PHP?

2005-08-12 Thread Manish Jethani
off searching the web. http://www.google.com/search?q=rewriterule+documentation Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12habj1pn/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO

Re: [flexcoders] Moving Cursor inside textArea

2005-08-12 Thread Manish Jethani
similar: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg08101.html Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hk40gi5/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP

Re: [flexcoders] individual border settings?

2005-08-12 Thread Manish Jethani
made 'x', 'y', 'width' and 'height' CSS properties (some people want to make Flex behave like HTML, so here you go): http://manish.revise.org/2005/06/controlling-flex-application-layout.html Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a

Re: [flexcoders] Working with Flex and ASP {Code} - To Manish

2005-08-12 Thread Manish Jethani
, did I just do something wrong? alert is a method in the Application class. If you're calling it from elsewhere, you have to qualify the call with the application object reference (Application.application.alert(hello)) or simply call mx.controls.Alert.show. Manish

Re: [flexcoders] calling a function from on dispatchEvent change

2005-08-12 Thread Manish Jethani
, which is the event obect. See the API docs. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hf8nk8g/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123876521/A=2889191/R=0/SIG

Re: [flexcoders] DepthManager

2005-08-12 Thread Manish Jethani
blogged some of this already. :) Here you go: http://manish.revise.org/2005/04/menu-depths-in-modal-windows.html Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h4cigsn/M=362335.6886445.7839731.1510227/D

Re: [flexcoders] individual border settings?

2005-08-11 Thread Manish Jethani
the case with other containers too. You can show only some sides of the border (left, bottom, etc.) using the borderSides style. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hvg4k4s/M

Re: [flexcoders] Accordion panel Ignoring click events

2005-08-11 Thread Manish Jethani
(i.e. when you open the second pane). You could set the Accordion's creationPolicy to =all, but that's not what you want (see the docs). What you really want is to set click handler directly in the MXML declaration of the buttons. Button click=handleClick() / Manish

Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-11 Thread Manish Jethani
On 8/11/05, Valy Sivec [EMAIL PROTECTED] wrote: I poke around the combobox component without any luck... no tooltip :(( Set comboBox.__dropdown.showDataTips in the open handler for the ComboBox. ComboBox open=event.target.__dropdown.showDataTips = true / Manish

Re: [flexcoders] ColorPicker in a cellRenderer

2005-08-11 Thread Manish Jethani
()])]); Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hb9b2j0/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123804546/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org Get Bzzzy

Re: [flexcoders] help...geting error when using http service

2005-08-11 Thread Manish Jethani
and dump the result to the TextArea and see what's going on. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hu92ps0/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123804878/A=2889191/R

Re: [flexcoders] Another Proxy? PHP?

2005-08-11 Thread Manish Jethani
your Apache web server to redirect, that's it. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hgm7bnh/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123805307/A=2889191/R=0/SIG

Re: [flexcoders] An interesting problem with models....

2005-08-10 Thread Manish Jethani
. selectionModel.region.dispatchEvent({type: modelChanged}); 2. selectionModel.region = selectionModel.region; // I think this triggers binding Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hael5vt/M

Re: [flexcoders] Beginners Questions - Can't seem to change the page background

2005-08-10 Thread Manish Jethani
: Application { background-color: white; } Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hkjjeos/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123682816/A=2894321/R=0/SIG

Re: [flexcoders] changing the datagrid scrollbar colors

2005-08-10 Thread Manish Jethani
. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hbu7urq/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123683359/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992

Re: [flexcoders] Validator Problem

2005-08-10 Thread Manish Jethani
is triggered. If you don't enter data at all, the validator does not trigger. How do you use this validator to enforce required text?? When the form is submitted, call isStructureValid. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

Re: [flexcoders] Combobox : Display tooltip scrolling over the elements

2005-08-10 Thread Manish Jethani
no dropDown property. There's an internal __dropdown variable that refers to the List of the ComboBox. Access that. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h8euiu7/M=362329.6886308.7839368.1510227

Re: [flexcoders] How to render a foreground color on an mx:Image

2005-08-10 Thread Manish Jethani
for each. Wait... what do you mean by foreground color? Can you post a graphic showing the outpu in Laszlo? Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hobehij/M=362335.6886445.7839731.1510227/D=groups/S

Re: [flexcoders] Re: How to render a foreground color on an mx:Image

2005-08-10 Thread Manish Jethani
round corners. No need to load external SWF. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hturf8q/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123716560/A=2889191/R=0/SIG

Re: [flexcoders] Create Panel Child

2005-08-09 Thread Manish Jethani
everything I have the fully-qualified class name as a string. Makes sense? Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hehtc5v/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP

Re: [flexcoders] Re: Dispatch event problem

2005-08-09 Thread Manish Jethani
): listOwner.dispatchEvent({type:orderSavedEvent}); Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hrul9qc/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123584246/A=2894321/R=0/SIG

Re: [flexcoders] HTTPService result in wrong charset

2005-08-09 Thread Manish Jethani
don't know if this conversion will automatically be done in the next version. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12h5d14ft/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP

Re: [flexcoders] Closing TitleWindow crashes program

2005-08-09 Thread Manish Jethani
this to happen? Is there any workaround for the problem? Call deletePopUp in doLater. http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09768.html Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG

Re: [flexcoders] Re: Disable themecolor

2005-08-09 Thread Manish Jethani
(black). Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hn5im8p/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123591610/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org Get

Re: [flexcoders] SCGs with fonts

2005-08-08 Thread Manish Jethani
On 8/7/05, Manish Jethani [EMAIL PROTECTED] wrote: On 8/7/05, Jason W. Solinsky [EMAIL PROTECTED] wrote: Is it possible to Embed SVGs in mxml pages such that the SVG either uses a font already embeded in the application (preferable) or a font embeded in the SVG? http://wahlers.com.br

Re: [flexcoders] resizing panels

2005-08-08 Thread Manish Jethani
On 8/8/05, Rob Rusher [EMAIL PROTECTED] wrote: You need to use a canvas as its parent. You can also the parent's autoLayout to false for the duration of the resize. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

Re: [flexcoders] Re: nested viewstacks, creationPolicy of none and the creation dilemma

2005-08-08 Thread Manish Jethani
On 8/8/05, Jaime Bermudez [EMAIL PROTECTED] wrote: So, nobody on the board knows how to tell through the childDescriptors array if a child of a viewstack has creationPolicy of none? childDescriptors[childIndex]._properties().creationPolicy Manish Yahoo! Groups

Re: [flexcoders] Create Panel Child

2005-08-07 Thread Manish Jethani
; Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12htfi84e/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123487924/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics

Re: [flexcoders] Create Panel Child

2005-08-06 Thread Manish Jethani
); } See the documentation of the createChild method. http://livedocs.macromedia.com/flex/15/asdocs_en/mx/core/View.html#createChild It should be something like this: var child = this.createChild( HBox, , {width: 100, height: 200} ); Manish Yahoo! Groups Sponsor

Re: [flexcoders] Re: mouseUp misfire??? and why so many warnings in log file?

2005-08-05 Thread Manish Jethani
, or could be a bug in the Image component, or a bug somewhere else. Not sure. As a general rule, you should check for event.target. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hgdcc2g/M

Re: [flexcoders] resizing panes via resize effect

2005-08-05 Thread Manish Jethani
of thier parent container. Your code seems to work fine for me. Pane 2 gets resized to its original size when the R button is clicked. What's the problem? Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG

Re: [flexcoders] removing backgroundImage

2005-08-04 Thread Manish Jethani
happens. Here's a hack: // hide the background image movie clip this.border_mc._backgroundImage_mc._visible = false; Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hsqbjug/M

Re: [flexcoders] Re: removing backgroundImage

2005-08-04 Thread Manish Jethani
. :-/ Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hmu8e04/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123167931/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php

Re: [flexcoders] Re: removing backgroundImage

2005-08-04 Thread Manish Jethani
On 8/4/05, zipo13 [EMAIL PROTECTED] wrote: Actually - the hack doesn't work. Once I resize the window the image just comes back :( this.border_mc.destroyObject('_backgroundImage_mc'); Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a

Re: [flexcoders] Whats the best way to do this

2005-08-04 Thread Manish Jethani
in the click handler. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hm5ku18/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123175440/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com

Re: [flexcoders] vScrollPolicy acting real funny

2005-08-04 Thread Manish Jethani
? Try setting minWidth=1 on the outer VBox and see if that helps. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12htg0trh/M=362329.6886308.7839368.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1123176014

Re: [flexcoders] How to assign a data provider to a combo box

2005-08-04 Thread Manish Jethani
On 8/4/05, terry_hrtn [EMAIL PROTECTED] wrote: Is there a way to assign a data provider to combo box at run time using action script instead of mxml? Yups, simply set the dataProvider property. comboBox.dataProvider = newDataProvider; Manish Yahoo! Groups Sponsor

Re: [flexcoders] vScrollPolicy acting real funny

2005-08-04 Thread Manish Jethani
On 8/4/05, Sauro, Nick [EMAIL PROTECTED] wrote: I've tried that, to no avail :-/ Set minHeight to 1 on the inner VBox (the one you want the scrollbar on). It seems to work. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http

Re: [flexcoders] Re: How to assign a data provider to a combo box

2005-08-04 Thread Manish Jethani
In that case, you would assign the dataProvider in the result handler for the web service. Manish Yahoo! Groups Sponsor ~-- font face=arial size=-1a href=http://us.ard.yahoo.com/SIG=12hrv4ova/M=362335.6886445.7839731.1510227/D=groups/S=1705007207:TM/Y=YAHOO

<    4   5   6   7   8   9   10   11   12   13   >