Re: [flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Clint Modien
in advance--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] ... wrote: Can you tell the list a bit more about your trying to do... itsounds like your going about this the wrong way?On 11/3/05, Pablo Apanasionek [EMAIL PROTECTED] wrote: Hi, i'm extremely new to Flex and, although

Re: [flexcoders] Dual core license policy

2005-11-03 Thread Clint Modien
Actually Dave dual-core *is* 2 physical processors. As opposed to Intel's Hyper Threading which is two virutal processors. So if what you read is true... then Macromedia would consider dual core as 2 processors. On 11/3/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 11/3/05, Mika Kiljunen

Re: [flexcoders] Dual core license policy

2005-11-03 Thread Clint Modien
I disagree... for all interpretations of thedefinitionat wikipediait results in the same conclusion... a dual-core cpu is 2 cpu's/processors. That's the point. A mobo with one dual core processor uses almost the same power as a mobo with 2 separate processors. All they managed to do was squeeze

Re: [flexcoders] Re: FlexBuilder 2.0 - Network Monitor

2005-11-01 Thread Clint Modien
I also remember seeing this tool in a blog. http://kevinlangdon.com/serviceCapture/ looked pretty kewl On 11/1/05, Dave Wolf [EMAIL PROTECTED] wrote: In the meantime you might check out the TCP Tunnel GUI which shipswith the SOAP toolkit from Apache.Its a small proxy server that can sit

[flexcoders] create-compile-report not creating report

2005-10-26 Thread Clint Modien
i've opened my flex-config.xml file and set create-compile-report to true but it's not creating the report... production mode is set to false... any ide why it's not creating the file? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien
ya On 10/26/05, JesterXL [EMAIL PROTECTED] wrote: Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5?--JesterXL Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread Clint Modien
ya you just put in WEB_INF\flex\user_classes then you can reference it like an as2 component... *if it's an as2component* if you put in a folder structure... user_classes\com\jessewarden\mycomponent.swc then you can import it like... mx:Application xmlns:mc=com.jessewarden.*

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-25 Thread Clint Modien
It would if you created an internal var first Test.mxml - ?xml version=1.0 ?mx:Application xmlns:mx= http://www.macromedia.com/2005/mxml xmlns=* mx:Script![CDATA[import TestLocator;private varmyTestLocator = TestLocator.getInstance ();private function onChangeClick():Void

Re: [flexcoders] FLex Java ASP SQL Server

2005-10-25 Thread Clint Modien
slightly more helpful link... http://msdn.microsoft.com/library/default.asp?url=""> On 10/25/05, Clint Modien [EMAIL PROTECTED] wrote: this would be a very poor architecture for a web application but you could use sqlxml to directly access sql server via http... http://msdn.

Re: [flexcoders] FLex Java ASP SQL Server

2005-10-25 Thread Clint Modien
nice... thanks for the tidbits steven... On 10/25/05, Steven Webster [EMAIL PROTECTED] wrote: Ponnusamy, I just saw the possibility of flex 2 and I was wondering if it was possible to retrieve data from an SQl server, like (microsoft SQL or MySQL). I understood that we could do this using php

Re: [flexcoders] Flash Player 8 and the trace() function

2005-10-21 Thread Clint Modien
Could use this... it's relatively easy to use... http://www.macromedia.com/devnet/flex/articles/fast_userguide.html On 10/21/05, Laurent Cornelis [EMAIL PROTECTED] wrote: Hi,I've installed Flash Player 8 to use the file upload feature in Flex 1.5but there is a problem : The Flash Player 8

Re: [flexcoders] Adding Icons with Actionscript

2005-10-21 Thread Clint Modien
How do you delete the icon after adding it? myButton = myComp.createChild(mx.controls.Button, cancelButton,{label: Cancel, icon: testIcon}); myButton.icon = undefined; //doesn't work On 10/13/05, Dirk Eismann [EMAIL PROTECTED] wrote: Hi,not directly, you need to embed the resource and assign

[flexcoders] Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
Anyone get any open source amf solutions to work with flex? Looking into this due for the most part to the lack of amf support in the flex alpha release. I'm also guessing that this is what MM will release as the non enterprise version of flex. So I'm looking for alternatives to webservices

[flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
I guess I should specify that they don't need to be open source at all they could be 3rd party as well. (More than willing to pay for a solution) On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open source amf solutions to work with flex? Looking into this due for the most

Re: [flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
they could be 3rd party as well. (More than willing to pay for a solution) On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open source amf solutions to work with flex? Looking into this due for the most part to the lack of amf support in the flex alpha release. I'm also guessing

Re: [flexcoders] Implementing ModelLocator pattern in AS3/Flex2

2005-10-21 Thread Clint Modien
Make the objects in the Model Locator typed by importing the classes you need to ref. On 10/21/05, Benoit Hediard [EMAIL PROTECTED] wrote: Since it is not possible to create bindings to static properties, how do you implement the ModelLocator pattern in AS3? Benoit Hediard PS: by the

Re: [flexcoders] Re: Open source AMF solutions that work with flex

2005-10-21 Thread Clint Modien
-CYNERGY x85--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: I guess I should specify that they don't need to be open source at all they could be 3rd party as well. (More than willing to pay for a solution)On 10/21/05, Clint Modien [EMAIL PROTECTED] wrote: Anyone get any open

Re: [flexcoders] Flex Server 1.5 + Builder License

2005-10-18 Thread Clint Modien
Keep trying... but I'm pretty sure the cost is per cpu $15000 for a single cpu (and if you buy them in bulk it's cheaper) $30,000 for 4 cpu package. If you buy flex you get flexbuilder for free. *I think* On 10/18/05, Seyavoush AKRAMI [EMAIL PROTECTED] wrote: Dear Freinds,I sent many mail

Re: [flexcoders] Ok, im lost with Flex 2

2005-10-18 Thread Clint Modien
it's alpha... it's not done yet... there's also a part about the changes between Flex1.5 and Flex 2.0 and AS2 and AS3... See Migrating Applications to Flex 2 in here: http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm On 10/18/05, Greg Johnson [EMAIL PROTECTED]

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread Clint Modien
Might try contacting the owners of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list. [EMAIL PROTECTED] On 10/18/05, JesterXL [EMAIL PROTECTED] wrote: This setup works well in Flash; Flashcoders handles component

[flexcoders] flex 2 docs online...

2005-10-17 Thread Clint Modien
n joy http://livedocs.macromedia.com/labs/1/flex/wwhelp/wwhimpl/js/html/wwhelp.htm -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO!

Re: [flexcoders] Problem trying to format small numbers.

2005-10-14 Thread Clint Modien
What about a currency formatter without a currency symbol? On 10/14/05, greenfishinwater [EMAIL PROTECTED] wrote: I use a numberFormatter defined with precision of 2, when I have anumber such as 0.45, the value displayed is .45. What I want to see is 0.45, with a leading zero. There doesn't

Re: [flexcoders] Help on how to create a object out of an XML

2005-10-11 Thread Clint Modien
I've done this before... Try this... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.html On 10/11/05, gnaveenrajkumaar [EMAIL PROTECTED] wrote: hello there,i have created a webservice in asp.net that retrives data from a xml file and the output of the function is a xml

Re: [flexcoders] Flex 2 Flash Player 8.5

2005-10-06 Thread Clint Modien
Wow... this is some exciting stuff... A public alpha release? Macromedia has there act together now... When can i get it?!?! On 10/6/05, Ian Welsh [EMAIL PROTECTED] wrote: Some news! http://www.macromedia.com/devnet/flex/articles/flex2_intro.html Regards Ian --Flexcoders Mailing

Re: [flexcoders] mx:Validator

2005-09-29 Thread Clint Modien
It's in the manual http://livedocs.macromedia.com/flex/15/flex_docs_en/0715.htm On 9/28/05, Aly Sidi [EMAIL PROTECTED] wrote: Hi AllI have a combobox that i wisth to apply a mx:Validator field= formObjects.CanPlay required=true requiredFieldError=booboo validate= / 1. I do not

Re: [flexcoders] mouse-right-click-event?

2005-09-29 Thread Clint Modien
I've seen a work around for this somewhere in this group it involved catching using the mouseOver event to determine which component the mouse is over and editing the context menu before the menu is shown... never done it but it might be something to try? Can search this group here... *no

Re: [flexcoders] getURL(...): could it result in a maximized window?

2005-09-21 Thread Clint Modien
getUrl(_javascript_:window.open(yourUrl, '','fullscreen=yes, scrollbars=auto')); On 9/21/05, Mink, Joseph [EMAIL PROTECTED] wrote: I doubt this is very possible, but it's worth seeing if anyone has done it: getURL () doesn't allow you to specify if the new browser window is maximized. Has

Re: [flexcoders] How to open browse window when click on a button

2005-09-21 Thread Clint Modien
getUrl(_javascript_:window.open(yourUrl, '_blank')); http://www.webreference.com/js/tutorial1/open.html note the use of _blank On 9/21/05, Tracy Spratt [EMAIL PROTECTED] wrote: http://www.cflex.net/showfiledetails.cfm?ObjectID=292 Tracy-Original Message-From:

Re: [flexcoders] Flex Upload

2005-09-20 Thread Clint Modien
You can do file upload 2 ways now 1st way... pop up your file upload jsp using the getUrl method in actionscript. or (and slightly more complicated for your situation) 2nd way... using flash player 8 and the new file upload feature...

Re: [flexcoders] HOw to disable progress bar

2005-09-17 Thread Clint Modien
Well... looking at your code you could have your function call showLoadingWindow return a reference to the loaded window like this... function callingDocTypes() {var recordsWindow =showLoadingWindow(Getting Records...);itemList=basicAdvanceSearch.getDocumentTypes.result; // write code here to

Re: [flexcoders] How to open popupwindow when click on button

2005-09-17 Thread Clint Modien
should have a peek @ the docs... they're really good.. . http://livedocs.macromedia.com/flex/15/flex_docs_en/0378.htm On 9/17/05, sandip_patil01 [EMAIL PROTECTED] wrote: Hi All,I have a button when I click on that button popup window should beopened to attach local file. Like if we want

Re: [flexcoders] Strange List behaviour

2005-09-01 Thread Clint Modien
From the livedocs http://livedocs.macromedia.com/flex/15/asdocs_en/ addItemsAt( index: Number, newItems: Array) : VoidAdds several items to the array. so your code might look like this to add data tothe beginning of the array... var newItemsArray = [ newMsgFromPushData];

Re: [flexcoders] Strange List behaviour

2005-09-01 Thread Clint Modien
, newItemsArray ); it could just be listComponentsID.dataProvider.addItemAt(0, newMsgFromPushData); On 9/1/05, Clint Modien [EMAIL PROTECTED] wrote: It's by design... the dataProvider propertyoflist components only listento the methods called on the DataProvider API. Not on the methods called

Re: [flexcoders] Closing Browser

2005-08-29 Thread Clint Modien
Firefox won't let you close a window... if that's a requirement. It can if the user has his setting set to allow closing the browser window but that's not the default. On 8/29/05, Tracy Spratt [EMAIL PROTECTED] wrote: Sometimes this works to avoid the browser

Re: [flexcoders] Flash Player quality setting

2005-08-24 Thread Clint Modien
You could put it in an xml file. When the app loads read the value from the xml (config) file and set the global value at runtime. On 8/24/05, superabe superabe [EMAIL PROTECTED] wrote: Thanks for the answers.I think the custom wrapper solution will work best for me.Pity we cant specify this in

Re: [flexcoders] Using ContextMenu

2005-08-23 Thread Clint Modien
Can't do it in the current version of the flash player... possibly in a few months when the next version comes out? Not something I'd code against though. Search the group for double click as the only alternative I found to offer a second mouse action.

Re: [flexcoders] XML Parsing

2005-08-19 Thread Clint Modien
Do you have a quick example you could post? On 8/19/05, Kevin Towes (New Toronto Group) [EMAIL PROTECTED] wrote: Has anyone run into an issue when parsing an XML file in FLEX? When the automatic parser parses an XML file, and there is an attribute in the node, the value between the XML tags is

[flexcoders] Catching effect end on composite effect.

2005-08-09 Thread Clint Modien
I have a move and a size effect playing in a parallel effect. My problem is trying to do something when the effect is done playing. I have some strange behavior going on. The effect end event on my object is firing 4 times. Is it supposed to do this? -- Flexcoders Mailing List FAQ:

Re: [flexcoders] calendar/schedule tool one day view

2005-07-29 Thread Clint Modien
CanvasOn 7/29/05, Douglas Knudsen [EMAIL PROTECTED] wrote: have to build one of these outlook looking calendar things for ascheduling tool.The one day view needs 15 min intervals in time andability to drag items to be scheduled onto it. I'm looking forsuggestions on what component to build this

[flexcoders] are there any tools i can use to document my mxml api?

2005-07-29 Thread Clint Modien
Like as2doc for mxml? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders" on the web. To

Re: [flexcoders] Using Flex with no Java, but only WebServices?

2005-07-29 Thread Clint Modien
You can also tell flex not to route the webservice calls through the gateway. http://livedocs.macromedia.com/flex/15/flex_docs_en/0748.htm On 7/29/05, dlandi2000 [EMAIL PROTECTED] wrote: Hello,I have my own custom socket server implementation, through which I canalso expose web

Re: [flexcoders] How/where do I get the server name

2005-07-29 Thread Clint Modien
wrote this a while back should help ya out. can use it like this: var serverName = URLUtil.instance.getServerName(); class URLUtil { private static var _instance:core.utils.URLUtil; private var urlElementsArray:Array; private function URLUtil() { var s:String =

Re: [flexcoders] Returning an object Array from .NET to Flex

2005-07-28 Thread Clint Modien
Are you using webservices?On 7/28/05, priya_uvce [EMAIL PROTECTED] wrote: Hi all,I want to return an object array from .NET to Flex, and bind thedatagrid with the same.I have created an Array variable in ActionScript which will recieve theobject array from .NET.I bind this array variable to the

[flexcoders] headless server

2005-07-26 Thread Clint Modien
I've set the server to be headless in the flex config... because we're deploying onto an ibm mainframe... I'm embedding one image (the application background) I still get the error coming up that says I need to set the flexConfig to headless. (after i've set it to headless) I've tried

Re: [flexcoders] reskinning a list control

2005-07-24 Thread Clint Modien
Try this... 1. The default rowRender for mx:List is SelectableRow. 2. SelectableRow has a background property. 3. Try subclassing the SelectableRow class and overriding the background property and setting it to your new gradient swf. On 7/22/05, Devin Holloway [EMAIL PROTECTED] wrote: I'd

Re: [flexcoders] how to save a component from the main apps

2005-07-24 Thread Clint Modien
1. inside your myCompFrm write a save function: public function save(){.. saves the form...} 2. give your comp:myCompFrm an id property comp:myCompFrm id=myForm 3.call the func on the control from the button click mx:Button click={myForm.save()} /On 7/24/05, Ghislain Simard [EMAIL PROTECTED]

Re: [flexcoders] no more then one icon per menu

2005-07-24 Thread Clint Modien
deepa and matt posted this a while back... might solve your problem... ?xml version=1.0 encoding=iso-8859-1? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:Script![CDATA[ [Embed(source=b.jpg)] var iconFilter:String; //For each child Menu, set an iconFunction function

Re: [flexcoders] Re: how to save a component from the main apps

2005-07-24 Thread Clint Modien
?mx:Application ... mx:Panel mx:ViewStack id=vsl comp:myCompFrm comp:myCompFrm2 /mx:ViewStack mx:Panel mx:Button click=???// Save the content in the component that is in use--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: 1. inside your myCompFrm write a save

Re: [flexcoders] Re: how to save a component from the main apps

2005-07-24 Thread Clint Modien
??? }--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: 1.create a save() function inside each component 2. create a save() function in the application that calls save()on each of the components. On 7/24/05, Ghislain Simard [EMAIL PROTECTED] wrote: What could it be done if I have

[flexcoders] before posting please read the faq

2005-07-24 Thread Clint Modien
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit

Re: [flexcoders] Using setInterval to close a popup leaves drop shadow...

2005-07-22 Thread Clint Modien
ran into this a few months ago... I solved it by putting the deletePopUp call in a doLater() the function i have inside the popup looks like this public function closePopUp() { //careful this is a bug fix //it only happens in some instances not all //without this the drop shadow

Re: [flexcoders] Flex 2.0

2005-07-21 Thread Clint Modien
We could start a pool? closest wins the pot?On 7/20/05, Scott Barnes [EMAIL PROTECTED] wrote: I have it on a good source that it will be released on July 10th, 2009at 3pm. This same source also told me that Yahoo stock would crashwithin the first day of it being listed and it was a

Re: [flexcoders] Instance variables and functions may not be used to initialize static variables.

2005-07-21 Thread Clint Modien
Try changing the namespace of your Beta class... it's possible it's choking on the alpha since it's a property on UIComponent. *If memory servers* On 7/21/05, alandouglasgray [EMAIL PROTECTED] wrote: Hi,I have a most puzzling problem (at least to me).I get the followinf error Instance

[flexcoders] has anyone had problems setting media components volumes?

2005-07-21 Thread Clint Modien
I'm loading an flv from an rtmp address (flashcom) and i'm trying to set the volume to zero. It's not working. I'm setting the volume to zero in the mxml. And I'm setting the volume to zero programatically before I play the video. Setting it in mxml doesn't seem to affect the media

Re: [flexcoders] Re: has anyone had problems setting media components volumes?

2005-07-21 Thread Clint Modien
MediaDisplay with a Controller I'll try setting it after it's playing... and report back. Thanks for the idea.On 7/21/05, kaibabsowats [EMAIL PROTECTED] wrote: rtmp address. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] migrating to tomcat

2005-07-21 Thread Clint Modien
should be as simple as this... 1. zip up the current dir that your webapp is in... 2. rename from yourFile.zip to yourFile.war 3. drop it in the Tomcat webapps dir that's how simple it is to migrate Flex from jrun to tomcat... I've done this I'm not really sure about struts though... On

Re: [flexcoders] How much do you charge for Flex development?

2005-07-20 Thread Clint Modien
I've been offered as much as $70/hr as a lead on a project. (Project was for a year.) I think the going rate is $55/hr for a flex resource. Never been offered salary before. On 7/20/05, Devin Holloway [EMAIL PROTECTED] wrote: As a CF developer, I've been recently been putting more

[flexcoders] initializing global variables

2005-07-20 Thread Clint Modien
OK so umm... http://livedocs.macromedia.com/flex/15/flex_docs_en/0505.htm I'm confused. My grandkids and my kids get initialized before I do? (The application) Uhh... how am I supposed to setup the any global vars in the app? Even the creationCompletes of my grandkids fires before the

Re: [flexcoders] initializing global variables

2005-07-20 Thread Clint Modien
Ya i did try to use the initialize handler... but apparently it get's called after the initialize handler of my grandchild. Check the link.On 7/20/05, Sauro, Nick [EMAIL PROTECTED] wrote: Well, your parent won't be fully created until its children are, since the children are its data

Re: [flexcoders] initializing global variables

2005-07-20 Thread Clint Modien
The behavior is apparently by default.. http://livedocs.macromedia.com/flex/15/flex_docs_en/0505.htm On 7/20/05, JesterXL [EMAIL PROTECTED] wrote: Is their creationPolicy not set to all? - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] How much do you charge for Flex development?

2005-07-20 Thread Clint Modien
might be comparing apples to oranges there... Typical flex project = 6 months Typical car repair = 6 hours On 7/20/05, Rob Rusher [EMAIL PROTECTED] wrote: What?! Are you guys crazy? My mechanic charges me more than that.Consultancies are going to charge between $100 (newbie) and $250 (guru)

Re: [flexcoders] initializing global variables

2005-07-20 Thread Clint Modien
a singleton somewhere to hold onto your globals, not everything has to hang off of Application.application. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Wednesday, July 20, 2005 7:58 AM To: flexcoders@yahoogroups.com Subject: Re

Re: [flexcoders] Automatic Scrolling via Tab in a Container

2005-07-20 Thread Clint Modien
have a peek @ vPosition On 7/20/05, Allen Manning [EMAIL PROTECTED] wrote: Hello Flexcoders, I did a bit of research sorry if it has been posted already. Any idea how can I make a container's view port automatically scroll when I tab to a control outside of the view port?

Re: [flexcoders] Automatic Scrolling via Tab in a Container

2005-07-20 Thread Clint Modien
of the container? I guess I could update the vPostion when a tab event fires, but I was hoping for something cleaner if you get my drift. Thanks for your help, Allen http://www.prismix.com/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Clint Modien
http://livedocs.macromedia.com/flex/15/flex_docs_en/1145.htm http://livedocs.macromedia.com/flex/15/flex_docs_en/1146.htm and for good measure http://livedocs.macromedia.com/flex/15/flex_docs_en/1006.htm i find it helpful to use a wildcard (*) when searching livedocs On 7/20/05,

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Clint Modien
yes they are not documented in ASDocs and it works for all classes down to UIObject the return for createComponent is the component created the return type for createComponents is *probably* void i agree they should be in the ASDocs docsOn 7/20/05, Jeff Tapper [EMAIL PROTECTED] wrote: is it

Re: [flexcoders] How much do you charge for Flex development?

2005-07-20 Thread Clint Modien
to make the wallet fatterI've been on both ends (employer and employee) and i've seen how it can go pairshape easily enough. Plus project quoting also gives theclient a end figure to work with.On 7/21/05, Clint Modien [EMAIL PROTECTED] wrote:might be comparing apples to oranges there... Typical flex

Re: [flexcoders] Looking for a consistent way to close the current browser window in Flex

2005-07-20 Thread Clint Modien
yep... can't close a dialog in firefox with _javascript_ unless the user has his browser set up to do that... which is not the default.. in IE unless the window was opened with _javascript_ you'll get a prompt saying a script is trying to close the window... do you want to let it do that...

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Clint Modien
Thought I'd kick in a story... I'm on a project @ one of the largest IT company's in the world and was talking with the lead on diff project in the same office (for one of the biggest clients here). They were really tyring to get the client to go down the flex road on the project. (It was

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-19 Thread Clint Modien
Hey Matt... can host another persons flex app on my license? *i would charge them for it*On 7/19/05, ejames8124 [EMAIL PROTECTED] wrote:Take a look at http://www.openlaszlo.org/ this is an open sourceversion of a server side flash code generator that in the latest 3.xversion is matched very

Re: [flexcoders] Re: Longhorn Impact

2005-07-19 Thread Clint Modien
I have to agree with Scott with MM's foothold this early in the game they're pretty much assured dominance in the RIA marketplace M$ or not. MSN search still pale's when compared to Google, and the XBox has to be sold at a loss to compete with the PS2. When it comes to catch-up I think M$

Re: [flexcoders] Rich Text Editor Component, someone have it?

2005-07-18 Thread Clint Modien
hot control... how well does it work in flex?On 7/17/05, JesterXL [EMAIL PROTECTED] wrote: Closest you'll get for now: http://www.flashtexteditor.com/in.php - Original Message - From: Bruno Martins To: flexcoders@yahoogroups.com Sent: Sunday, July 17, 2005 4:32 PM

Re: [flexcoders] Re: clone objects

2005-07-18 Thread Clint Modien
i remember reading a post a few weeks ago that said something about this is broken for v 1.5 http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09275.html might want to search for On 7/18/05, m00n_de [EMAIL PROTECTED] wrote: ahh, thanks, works now--- In flexcoders@yahoogroups.com,

Re: [flexcoders] email servers and live links

2005-07-18 Thread Clint Modien
email question was just asked last week... run a search http://www.mail-archive.com/flexcoders@yahoogroups.com/ then search for getUrl to help with your live link problem On 7/18/05, Sauro, Nick [EMAIL PROTECTED] wrote: Does Flex have any capabilities to communicate with any type of

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien
@yahoogroups.com] On Behalf Of Clint Modien Sent: Monday, July 18, 2005 4:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license? anyone? On 7/15/05, Clint Modien [EMAIL PROTECTED] wrote: Just a question I thought I'd kick

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien
*yoda voice* confusing mm's motives are On 7/18/05, Clint Modien [EMAIL PROTECTED] wrote: *shakes head*On 7/18/05, Tracy Spratt [EMAIL PROTECTED] wrote: I can't quote line/verse, but I do know that MM has said repeatedly that third party hosting is not permitted under any Flex

[flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien
anyone?On 7/15/05, Clint Modien [EMAIL PROTECTED] wrote: Just a question I thought I'd kick out there to MM. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: If I buy a flex license can I host other peoples apps on the license?

2005-07-18 Thread Clint Modien
Asp basis would work for my situation... I can't see it being a big deal... It's per cpu right? *snickers* BUT ITS NOT PER CORE!!!... muahahahahaha... On 7/18/05, Clint Modien [EMAIL PROTECTED] wrote: *yoda voice* confusing mm's motives are On 7/18/05, Clint Modien

Re: [flexcoders] populating controls from a structure coming from a RemoteObject call

2005-07-16 Thread Clint Modien
http://livedocs.macromedia.com/flex/15/flex_docs_en/0742.htm On 7/16/05, Ghislain Simard [EMAIL PROTECTED] wrote: HiI'm trying to parse an object coming from a RemoteObject and usethat object to fill-in different form fields. How to do so?Here is the code:mx:Script![CDATA[var

[flexcoders] If I buy a flex license can I host other peoples apps on the license?

2005-07-15 Thread Clint Modien
Just a question I thought I'd kick out there to MM. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group

Re: [flexcoders] guid/uuid generation

2005-07-13 Thread Clint Modien
welcome On 7/13/05, Sean McKibben [EMAIL PROTECTED] wrote: Is anyone aware of a guid generation system for flex/flash? I'm building a system which does quite a bit on the client before a trip to the server, and it needs to make some references amongst objects that the server can understand, so

Re: [flexcoders] skinning accordion header

2005-07-11 Thread Clint Modien
I replied. http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09983.html http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09985.html On 7/11/05, Nithya R [EMAIL PROTECTED] wrote: hai, i posted this question long back but found no response... i use the following code for

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
Enable Remote Object debugging in the flex-config.xml file (located at {flex-web-app-install-dir}/WEB-INF/flex/flex-config.xml): remote-objects-debugtrue/remote-objects-debug Then reboot your flex server (or recycle the app if you can it's quicker) the debugging info will be output to the

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Monday, July 11, 2005 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Debuging Java to AS Object conversion? Enable Remote Object debugging in the flex-config.xml file (located at {flex-web-app-install

Re: [flexcoders] Skinning Mediaplayback?

2005-07-11 Thread Clint Modien
into the Flex way of doing things. We're looking to fix that in 2.0. Sorry! Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Sunday, July 10, 2005 8:59 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Skinning Mediaplayback

Re: [flexcoders] Debuging Java to AS Object conversion?

2005-07-11 Thread Clint Modien
building against an existing application that is in JBoss so no JRun. From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: Monday, July 11, 2005 12:06 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Debuging Java to AS Object

Re: [flexcoders] Translator Issue on Gateway

2005-07-11 Thread Clint Modien
Where does this exist in your class definition in AS2 (I don't see it in the trace) : Could not set object APPNAME on class com.optimal.raven.application.product.data.ApplicationSet's field APP_NAME Maybe you could post both the AS2 AND Java Class file's definitions? On 7/11/05, Stacy

Re: [flexcoders] Difference of Webservice result with result format as XML and Object

2005-07-08 Thread Clint Modien
thanx again to Michelangelo Capraro for this one... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.htmlOn 7/8/05, tony_lic [EMAIL PROTECTED] wrote: Hi,I have to use a webservice which i will be using the result togenerate a column graph.The problem is, the result which i'm

Re: [flexcoders] Macromedia Flex contracts a plenty!

2005-07-07 Thread Clint Modien
404 for http://www.flexauthority.com from 2 different locations in North America On 7/7/05, Jeff Steiner [EMAIL PROTECTED] wrote: I thought that I would bring up the Flex Jobs topic in the forums of Flex Authority. I am seeing probably 4-5 Flex jobs a week on the major job

Re: [flexcoders] using Repeater

2005-07-07 Thread Clint Modien
very nice and LARGE section in the docs... (thank you flex doc team) http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0419.htm p.s. rtfm On 7/7/05, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi Rajesh,id should be string

Re: [flexcoders] Load a large swf (13MB)

2005-07-07 Thread Clint Modien
found the answer... has to be an flv... the 13MB swf would have to completely download before it would start playing... http://www.macromedia.com/devnet/mx/flash/articles/video_primer_03.html On 7/7/05, John Dowdell [EMAIL PROTECTED] wrote: Clint Modien wrote: Can I start playing the movie

[flexcoders] Load a large swf (13MB)

2005-07-06 Thread Clint Modien
Can I start playing the movie before it's loaded? Can/Should I use flashcom to do this? Can I control the buffer? We load flv's using flashcom already... so we have a flashcom license. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Skinning accordion header

2005-07-05 Thread Clint Modien
() { this.falseUpSkin = accordionOverSkin; this.falseOverSkin = accordionOverSkin; this.falseDownSkin = accoridonDownSkin; this.trueUpSkin = accoridonDownSkin; this.trueOverSkin = accoridonDownSkin; this.trueDownSkin = accoridonDownSkin; super.init(); } } On 7/5/05, Clint Modien [EMAIL PROTECTED

Re: [flexcoders] Loader + swf doesn't scaleContent

2005-07-04 Thread Clint Modien
JethaniSent: lundi 4 juillet 2005 13:05To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Loader + swf doesn't scaleContent On 7/4/05, Clint Modien [EMAIL PROTECTED] wrote: I'm creating a Loader like so: var initObj = {x:0, height:22, scaleContent:true} createClassObject(Loader, iconLoader, 301

[flexcoders] Loader + swf doesn't scaleContent

2005-07-03 Thread Clint Modien
I'm creating a Loader like so: var initObj = {x:0, height:22, scaleContent:true} createClassObject(Loader, iconLoader, 301, initObj); then i set the source of iconLoader like so: iconLoader.source = http://the source of the attached swf i need the height to be 22 px when it loads... it's

Re: [flexcoders] Binding to Model in Application

2005-07-03 Thread Clint Modien
I'm pretty sure the bindings don't get created for anything past 2nd level nested properties... obj.var --- binding to this would work obj.var.nestedVar binding to this wouldn't work as a workaround.. try creating a variable in your popup window and set your bindings to that then

Re: [flexcoders] Re: Loader + swf doesn't scaleContent

2005-07-03 Thread Clint Modien
/Andrew www.flexdaddy.info--- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote: I'm creating a Loader like so: var initObj = {x:0, height:22, scaleContent:true} createClassObject(Loader, iconLoader, 301, initObj); then i set the source of iconLoader like so: iconLoader.source = http

Re: [flexcoders] Re: Loader + swf doesn't scaleContent

2005-07-03 Thread Clint Modien
I should add that i don't have access to the swf that i load. So i can't go into the .fla and change things. On 7/3/05, Clint Modien [EMAIL PROTECTED] wrote: ok... i tried setting up the newly loaded swf (after it loads) with the function and it didn't work loader.content.getPreferredHeight

Re: [flexcoders] List.selectedIndex=0; - how do i fire change event?

2005-07-02 Thread Clint Modien
List.dispatchEvent({type:change}); On 7/2/05, heybluez [EMAIL PROTECTED] wrote: Ok...silly question.I have a list with a change event.I would like to be able to set theindex via actionscript like so:List.selectedIndex=0;This will highlight the right item but it will not fire the change event.I

Re: [flexcoders] Re: MyEclipse xml editor mxml code hinting

2005-07-02 Thread Clint Modien
search before you post @... http://www.mail-archive.com/flexcoders@yahoogroups.com/ here is a tutorial on setting up eclipse for flex http://www.everythingflex.com/blog/1/2005/05/Eclipse-for-Flex-Development.cfm On 7/2/05, sanjayd [EMAIL PROTECTED] wrote: care to share ?--Flexcoders Mailing

<    1   2   3   4   >