Re: [flexcoders] Flex & PDA?

2005-03-31 Thread Scott Barnes
Ahh ok.. just hit me then that Flash MX 2004 Pro has the templates for Flash Mobile devices.. (heh i totally forgot about that side of Flash IDE...) On Apr 1, 2005 2:48 PM, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > > Hi Scott, > > You can find some tutorials on macromedia.co

Re: [flexcoders] Creation/Destroy Queries...

2005-03-31 Thread Scott Barnes
e attach movie each time? is that what your getting at? I thought they worked like shared libraries, where they become seperate swf that multiple swfs can use ..kind of like a pack file of assets that all other assets can feed off of? -- Regards, Scott Barnes http://www.mossyblog.c

Re: [flexcoders] Creation/Destroy Queries...

2005-03-31 Thread Scott Barnes
e shared libraries, at least in Flash, are downloaded once; they are > just like loaded movies in that they are cached, but in RSL's case, it's > treated (for code purposes) as the same SWF. It should use the cached SWF > each time, same as loadMovie (unless you append a random date; &

Re: [flexcoders] Re: Flex 1.5 price

2005-04-01 Thread Scott Barnes
interview room ? > > I saw it hanging beside the pool table. > > ;) > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.9.0 - Release Date: 31/03/2005 > > > Yahoo! Groups Links > > &g

[flexcoders] Memory Leak?

2005-04-02 Thread Scott Barnes
and the only counter-act for this would be to change mxml files via url when they go from screen to screen? it seems cumbersome but that appears base don the above to be a possible solution? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups

Re: [flexcoders] Large Flex app architecture

2005-04-03 Thread Scott Barnes
l the browser. That makes me think that > there could be some issues with player garbage collection. > > > > > > > From: Scott Barnes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 7:02 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Large Flex

Re: [flexcoders] Flex 1.5 price

2005-04-03 Thread Scott Barnes
> PS: We want Flex to kick ass. More. Amen. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this

Re: [flexcoders] Memory Leak?

2005-04-03 Thread Scott Barnes
Thanks for the input though Matt ;) Scott. On Apr 4, 2005 3:39 AM, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > Memory consumption is one of the big work-items on the next version of the > Player, beyond that I don't have much info other than what I

Re: [flexcoders] Flex 1.5 price

2005-04-03 Thread Scott Barnes
cian Beebe said ( we are offering packeges for your > solutions and your projects ), look for it and ask, that's simple > > Don't be acomplishment for this thread. Let's talk about pure mxml > development dummies. > > > > On Apr 3, 2005 7:44 PM, Scott

Re: [flexcoders] Memory Leak?

2005-04-03 Thread Scott Barnes
Sorry, I missed all that ? how do you tell the player to allocate memory? On Apr 4, 2005 2:18 PM, Igor Costa <[EMAIL PROTECTED]> wrote: > Scott has a trick inside this problem set your player to the 0% of memory > size for record on the right-click of mouse and test again. >

Re: [flexcoders] Flash and Flex

2005-04-03 Thread Scott Barnes
Flex? Is the goal just > to use flash when complex animations are needed or is flex limited in > such a way that flash is needed more often if you are doing heavy user > interactions and animations? > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes htt

Re: [flexcoders] loading swf files at runtime

2005-04-04 Thread Scott Barnes
_ > Nuovo Yahoo! Messenger: E' molto più divertente: Audibles, Avatar, Webcam, > Giochi, Rubrica… Scaricalo ora! > http://it.messenger.yahoo.it > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com htt

[flexcoders] createChild dynamically via DB arguments..

2005-04-05 Thread Scott Barnes
onClick instantiate a MXML component thats path came from a DB, its not dooable as the FLEX server will need to know about this class upfront...that or you have to use attachMovie(your.mxmlFile.mxml.swf) ? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon

[flexcoders] Re: createChild dynamically via DB arguments..

2005-04-06 Thread Scott Barnes
e would work: com["str1"]["str2"]["str3"]; blah["str1"]["str2"]["str3"]; de["str1"]["str2"]["str3"]; etc ... but i kind of need to go _whateverThisObjectIs["com"]["str1"]["str2"][&q

Re: [flexcoders] Re: createChild dynamically via DB arguments..

2005-04-06 Thread Scott Barnes
> > Eventually Components.as will be generated by > > ColdFusion before the Flex application is loaded. > > one word: nifty :) > > Dirk. > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder

Re: [flexcoders] Re: createChild dynamically via DB arguments..

2005-04-06 Thread Scott Barnes
on't work. As well as findClass(); On a side note/question. I am also unsure if (hell i have no idea to test) whether or not if you have assets embedded inside the mxml files in question (even declared as RSL) will they request a new asset per instantiation... Any input / help is most w

Re: [flexcoders] Re: createChild dynamically via DB arguments..

2005-04-06 Thread Scott Barnes
ler..oh well ;) my bad *embrassed look* :) On Apr 6, 2005 10:22 PM, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > > Hi Scott, > > As I(and someone else) mentioned earlier, if you refer a class in your > app.mxml, it would be compiled with rest of code in your app.mxml and >

Re: [flexcoders] Re: createChild dynamically via DB arguments..

2005-04-06 Thread Scott Barnes
classRef_obj[class_array[i]]; > }; > > return classRef_obj; > }; > > D. > In the initialize function u can create a child like this: > > baseContainer.createChild(getClassRef("com.myProject.MyClass")); > > I hope this helps :) > &g

[flexcoders] destroyChild + TextField.. bug?

2005-04-07 Thread Scott Barnes
es something in terms of event listeners? anyone had similiar things happen? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To

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

2005-04-07 Thread Scott Barnes
> Flex is beautiful and this community makes it even better! Thank you > all! > > -James > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To vis

[flexcoders] Oooh.. how annoyed am I with FLEX Builder .. *bug*.

2005-04-07 Thread Scott Barnes
erver "InvTracking" is in a totally seperate dir as my current one... anyone else had this? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/grou

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

2005-04-07 Thread Scott Barnes
ames > > > > > > > > > > > >Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.co

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

2005-04-07 Thread Scott Barnes
http://www.fasco-csc.com/works/crimson/crimson_e.php Its like that game..only FLEX..ie (find how to break into the FLEX app and win a prize) hehee On Apr 8, 2005 3:43 PM, Andrew Spaulding <[EMAIL PROTECTED]> wrote: > > > Yeh I wouldnt mind finding out either, but I agree

Re: [flexcoders] destroyChild + TextField.. bug?

2005-04-10 Thread Scott Barnes
ahuh! i found a legit bug hehe. I'll keep playing and use that doLater approach aswell, but if i find another way i'll post here. Thanks for looking into it, it helped a lot! heh. Scott. On Apr 9, 2005 3:26 AM, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > > Hi Scott, &

[flexcoders] HSlider for FLASH MX 2004?

2005-04-10 Thread Scott Barnes
Anyone know or could point me to where I can get my grubby hands on a HSlider for FLASH MX 2004 that supports 1+ thumbs? ie( double thumbs ver) I have Slider.mxp from DRk 6 i think it was, but need two thumbs (min max) ? -- Regards, Scott Barnes http://www.mossyblog.com http

Re: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Scott Barnes
ouldn't be bothered heheeh. On Apr 11, 2005 5:12 PM, Jason Szeto <[EMAIL PROTECTED]> wrote: > > Scott, > > There is no H/VSlider component for Flash MX 2004. It was only > developed for Flex. The DRK 6 version was created for Flash, however, it > does not share th

Re: [flexcoders] HSlider for FLASH MX 2004?

2005-04-11 Thread Scott Barnes
I'll just say we're investigating options for doing so in > > the next release. > > Gosh darn... I was *so* looking forward to getting all high and > mighty... Oh, well, there's always a next time. > > ;) > > . . . . ...j > > > Ya

[flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
cts(); and inside that i have MXML version of declaring my effects The only way I can see the above happening is via AS2.0 classes themselves..but just wondering if anyones successfully done that concept via MXML only? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcode

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
lone. > > > > Matt > > > > ____ > > > From: Scott Barnes [mailto:[EMAIL PROTECTED] > Sent: Monday, April 11, 2005 8:58 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] MXML Components and using mx:Effect > > > > D

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
access a movieclips property FLEX requires that logic to be there in order to call on it for various routines? Also, probably outside the scope of this thread but whats the difference between a MovieClip and an Object (ie technically, i know MovieClip adds "timeline" to the equation etc..

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-11 Thread Scott Barnes
Ooops index.mxml (ie var tmp = this.createObjectClass(yourpath.to.yourmxmlfile,"name"); tmp["testItem"].getTestMethod(); // will invoke the RemoteObject within the mxml movieclip. - should be inside its own mx:Script tag etc. On Apr 12, 2005 4

Re: [flexcoders] Pojo to xml local client

2005-04-12 Thread Scott Barnes
's communication with the client com. > since i think is impossible with flex to communicate with client com, i > wish that flex write an xml file into client machine and a simple > program, that will run into client, parse this xml file. > Can you help me please,!!!! > > De

Re: [flexcoders] Using Zinc with Flex

2005-04-12 Thread Scott Barnes
> > > Kind Regards, > > Simon Fifield > > 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 ema

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-12 Thread Scott Barnes
difference does it actually do to an Object, i ask this more out of courisity :) Sorry I should of asked that more directly heh :P Scott. On 4/13/05, Manish Jethani <[EMAIL PROTECTED]> wrote: > > On 4/12/05, Scott Barnes <[EMAIL PROTECTED]> wrote: > > > Also, probably

Re: [flexcoders] Using Zinc with Flex

2005-04-12 Thread Scott Barnes
o see that test case put to a jury heheh. On 4/13/05, peter blazejewicz <[EMAIL PROTECTED]> wrote: > > Hi Scott, > > it sounds similar to Flex/Central integration: > Flex application is hosted within Central shell and as source file > during installation: > [quote] >

Re: [flexcoders] Accordion headers and forms

2005-04-12 Thread Scott Barnes
; > > Hi, > > If I have an Validation error in a form, what is the best way to show > this in an accordion header? > > i.e. I would like to show which step is incomplete or contains > incorrect information. > > Thanks, > > Andrew. > http://www.flexdaddy

Re: [flexcoders] MXML Components and using mx:Effect

2005-04-12 Thread Scott Barnes
gt; > 5. A MovieClip can be destroyed with removeMovieClip() (I think), while an > Object is simply garbage-collected. > > 6. MovieClip is a Flash-specific class, while Object is a class of the > standard EcmaScript language. > > - Gordon > > > -Original Me

Re: [flexcoders] Flex Non Comercial

2005-04-13 Thread Scott Barnes
) > > François > -- > http://www.mfworx.com > > > > > 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] >

[flexcoders] Flex Source Files are viewable! hehe...

2005-04-13 Thread Scott Barnes
I didn't know this - that or another way - but : http://www.mossyblog.com/archives/455.cfm It can be done via Flash MX 2004 Pro Debugger or did everyone know that and not share? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! G

[flexcoders] Running FLEX standalone as a service?

2005-04-13 Thread Scott Barnes
Anyone know the cmd line to put FLEX standalone server as a service? I didn't do the instance j2ee approach yet i'm finding it annoying to have the dos prompt window open -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Lin

Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Scott Barnes
k away from when you've got it ingrained into your coding daytoday :) the Flash MX Debugger is much more powerful and well worth a looksie. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the

[flexcoders] createClassObject bug?

2005-04-13 Thread Scott Barnes
ed as doesn't createChild use createClassObject anyway? Wort's the G.O ? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ &l

Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Scott Barnes
oups 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] > > <mailto:[EMAIL PROTECTED]> > > *

Re: [flexcoders] MXMXL Editor

2005-04-13 Thread Scott Barnes
e of my PC. > > > > -- > > Regards, > > > > Ketan Bengali > > > > > > Yahoo! Groups Links > > > > > > > > > > > > Yahoo! Groups Links > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barne

Re: [flexcoders] createClassObject bug?

2005-04-13 Thread Scott Barnes
ious one at depth 0. > > - Gordon > > > -Original Message- > From: Scott Barnes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 13, 2005 10:26 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] createClassObject bug? > > I've got a few compo

Re: [flexcoders] MXMXL Editor

2005-04-14 Thread Scott Barnes
ance of my PC. > > -- > Regards, > > Ketan Bengali > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.co

[flexcoders] OT: Workflow Management Suite?

2005-04-14 Thread Scott Barnes
Q. Anyone know of a workflow management server? that i can use FLEX to interface to. I'm getting bogged down in CFMX world in just rolling my own workflow management objects and i'm hoping there already exists one for say JSP or price is no concern, we need it yesterday. -- Rega

Re: [flexcoders] OT: Workflow Management Suite?

2005-04-14 Thread Scott Barnes
to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.

Re: [flexcoders] SAP jobs in the USA

2005-04-15 Thread Scott Barnes
ent written and > verbal communication skills > * > > > > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > > Yahoo! Groups Links > > To visit your group o

Re: [flexcoders] SAP jobs in the USA

2005-04-15 Thread Scott Barnes
al Message- > > From: flexcoders@yahoogroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes > > Sent: 15 April 2005 10:17 > > To: flexcoders@yahoogroups.com > > Subject: Re: [flexcoders] SAP jobs in the USA > > > > wtf!!... > > > > &g

Re: [flexcoders] Flex Technical Consultant & Architect roles at Macromedia in San Francisco & Boston

2005-04-15 Thread Scott Barnes
*sigh* If i were only in the US ...damn Australia *grumble*. Scott. On 4/16/05, Marcy Kintzele <[EMAIL PROTECTED]> wrote: > > > > Hey all you Flexcoders! > > > > We have some very interesting Flex related openings in Macromedia's > Consulting

Re: OT: Macromedia User groups (was RE: [flexcoders] Re: Adobe aquires Macromedia)

2005-04-18 Thread Scott Barnes
s.com, "Nate Nielsen" > > <[EMAIL PROTECTED]> wrote: > > > SAN JOSE, Calif.--(BUSINESS WIRE)--April 18, 2005--Adobe Systems > > Incorporated (Nasdaq:ADBE) today announced a definitive > > agreement to acquire Macromedia (Nasdaq:MACR) in an all-stock &g

Re: OT: Macromedia User groups (was RE: [flexcoders] Re: Adobe aquires Macromedia)

2005-04-18 Thread Scott Barnes
s toast. > > Flex make dough? Anyone remember April 1st? The event that ACTUALLY > happened that day? > > - Original Message - > From: "Scott Barnes" <[EMAIL PROTECTED]> > To: > Sent: Monday, April 18, 2005 10:08 PM > Subject: Re: OT: Macromedia User

Re: [flexcoders] Flex NCL

2005-04-19 Thread Scott Barnes
oo.com/group/flexcoders/ > > To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo

Re: [flexcoders] Adobe Flex? What does this mean to us... ?

2005-04-19 Thread Scott Barnes
se product, but maybe are different flavors of > "enterprise" these days... Although, "Flex is > enterprise solution, AS2 is OO" sounds nice when sell > this product... :) > > Best regards, > Michael > > I'll look forward seeing this product one year

Re: [flexcoders] Flex NCL

2005-04-20 Thread Scott Barnes
Q. Know of any decent hosting provider in which i can install my NCL on thats not expensive? On 4/21/05, Jeff Steiner <[EMAIL PROTECTED]> wrote: > > Congratulations! > > Jeff > http://www.flexauthority.com > > - Original Message - > From: "Sco

Re: [flexcoders] Do you know of any Flex jobs?

2005-04-20 Thread Scott Barnes
Flash. > > > > Does anyone know of any companies looking for a skilled Flex > > Programmer? > > > > Thanks! > > Aaron King > > > > P.S. If you have any further questions, you can contact me at > > [EMAIL PROTECTED] > > > > > > &g

Re: [flexcoders] How to trace the Variables in Flex

2005-04-21 Thread Scott Barnes
(BIf you have FLASH MX 2004 (std/pro) I'd recommend using it more so, as (Bits pretty darn good and imho better than FLEX Builders. (B (Bwhat you do is this: (B (B1) Make sure Flash Debug Player is installed as your player in internet explorer (B2) Leave FMX 2004 open, as in start it but do

[flexcoders] Hmmm I think i found a bug with "debug" mode.

2005-04-21 Thread Scott Barnes
i am finding the debug in FMX2004 to be an awesome way to see how things are going in debuging terms. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/

Re: [flexcoders] Hmmm I think i found a bug with "debug" mode.

2005-04-21 Thread Scott Barnes
is this confined to a Flash MX > 2004 Pro-Off-The-Reservation-can't-help-sorry type > situation. > > It is sad if thats the case as i am finding the debug in FMX2004 to be > an awesome way to see how things are going in debuging terms. > > > -- > Regards,

Re: [flexcoders] Large Flex app architecture

2005-03-30 Thread Scott Barnes
ADVERTISEMENT > > > > 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

[flexcoders] EventDispatcher Question.

2005-04-25 Thread Scott Barnes
istener(LO); -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) 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]

Re: [flexcoders] EventDispatcher Question.

2005-04-25 Thread Scott Barnes
removeing all listener objects from a host object? I've > resigned to the fact of using an adhoc addon to do this but would love > to hear from anyone who's found a way to do this? > > ie removeEventListener(LO); > > -- > Regards, > Scott Barnes > http://www.

Re: [flexcoders] EventDispatcher Question.

2005-04-26 Thread Scott Barnes
nded the EventDispatcher solution and what they found worked?. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe f

Re: [flexcoders] Re: SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread Scott Barnes
> confidential and is the property of the Capgemini Group. It is > intended only for the person to whom it is addressed. If you are not > the intended recipient, you are not authorized to read, print, > retain, copy, disseminate, distribute, or use this message or any > part thereo

Re: [flexcoders] EventDispatcher Question.

2005-04-26 Thread Scott Barnes
ventDispatcher is. > > Best, > Alex > > -- > Alex Uhlmann > Software Engineer > iteration::two > > > Yahoo! Groups Links > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <

Re: [flexcoders] EventDispatcher Question.

2005-04-26 Thread Scott Barnes
no problems. > Additionally, it was inveted before mx.utils.Delegate was around, so you can > do things like: > > my_pb.addEventListener("click", this, "onClick"); > > > - Original Message - > From: "Scott Barnes" <[EMAIL PRO

Re: [flexcoders] Re: SAP to embed Flex in NetWeaver and NetWeaver Visual Composer...

2005-04-26 Thread Scott Barnes
ahhh, I see now :) I'm doing some reading on it now and i can see why it made some headlines, seems like a nice power-sell to folks in enterprise.. yet to see how we could use it but looking with a keen eye. either way, one more win for FLEX... Scott. On 4/26/05, Kai König <[EMAIL P

[flexcoders] SynergyFLEX Framework Presentation.

2005-04-27 Thread Scott Barnes
/ it will be served up via Breeze Live, so will require a broadband connection of some sorts and of course speakers. Details are: URL: http://www.macromedia.com/go/anzcommunity/ Date: 3pm Sydney Time - 29th April. Hope to see some of you there! :) -- Regards, Scott Barnes http://www.mossyblog.com

Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-04-27 Thread Scott Barnes
reeze Live, so will require a broadband connection of some sorts and > of course speakers. > > Details are: > URL: http://www.macromedia.com/go/anzcommunity/ > Date: 3pm Sydney Time - 29th April. > > Hope to see some of you there! :) > --

Re: [flexcoders] Newbie: Flash vs. Flex, CPUs, Lazslo

2005-04-28 Thread Scott Barnes
6 had a significant increase in features alone) I've found Laszlo also to be 3 steps behind FLEX/FLASH IDE itself. It feels like they are simply picking up the bread crumbs and if anything i'd rather look at the XAMLON in terms of FLEX alternatives - mainly as i see that as being the dar

Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-05-03 Thread Scott Barnes
Just a FYI followup. http://macromedia.breezecentral.com/p39821495/ Is the session and if anyone wants access to the latest build, please drop me a line via this email :) thanks. On 4/28/05, Scott Barnes <[EMAIL PROTECTED]> wrote: > Oh yeah, yes it will be recorded for those who

[flexcoders] Dynamically Created Tree Containers bug?

2005-05-09 Thread Scott Barnes
lines? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) 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] <

Re: [flexcoders] Open a new window in Flex

2005-05-09 Thread Scott Barnes
URL method in FLASH. You could also use FSCOMMAND but yeah..getURL is the easiest. On 5/10/05, Ghislain Simard <[EMAIL PROTECTED]> wrote: > How to open, from Flex, a window without the browser scrollbars, > menus and buttons? > > > Yahoo! Groups Links > >

Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-05-10 Thread Scott Barnes
For those who have emailed me asking for the latest build, i've uploaded a "public" preview / alpha build of the framework via my blog tonight. URL: http://www.mossyblog.com/archives/473.cfm Feedback welcomed. On 5/4/05, Scott Barnes <[EMAIL PROTECTED]> wrote: > Just a

Re: [flexcoders] mx;Loader/ memory leaking/ any way to programati cally clear the memory/browser crashes

2005-05-10 Thread Scott Barnes
rowser refresh - or - minimize your browser. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, s

Re: [flexcoders] calling a CFR from a CFC

2005-05-11 Thread Scott Barnes
> >Statement here > > > > > > > > > > >access="remote"> > >>required="yes" hint="format type for report" /> > > > > > > > >

[flexcoders] FLEX and CF7..

2005-05-11 Thread Scott Barnes
m not really up to speed on whats what in terms of Java Application Server(s) but need to have a setup where i can hopefully have FLEX/CF running under the one port (was going to use a CFIMPORT capability but CF7 Standard has a software license restriction on JSP apparently). -- Regards, Scott B

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Scott Barnes
so going to add a lot more overhead to your hardware by > running two separate J2EE servers on the same box. If your company is > willing to spring for the hefty price tag of Flex, is the difference > between CFMX7 Standard and Enterprise really that significant? > > HTH, > > Cl

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Scott Barnes
the serial number during the installation process and basically FLEX never provided me the option for standalone Server setup - ie basically only allows WAR installation. Yet, if i don't provide a serial i can the standalone server option? its FUBAR.... -- Regards, Scott Barnes http:/

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Scott Barnes
is a full license with Flex, it's just a > trial license. > > > > Scott, I'd just talk to your sales rep and see what makes sense for your > needs. I have no idea how the pricing works on JRun vs. CF Enterprise. > > > > _

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Scott Barnes
nterprise... so I can't > understand why Macromedia wouldn't throw in JRun4 with Flex if they're > going to throw it in for CF7 ENT. FYI, JBoss also seems to work > nicely for CFMX7 and Flex 1.5 if you're looking for a "free" J2EE > server to run CF and Fl

Re: [flexcoders] FLEX and CF7..

2005-05-12 Thread Scott Barnes
Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Scott Barnes > Sent: Wednesday, May 11, 2005 10:11 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] FLEX and CF7.. > > Performance wise, which is betterer? >

[flexcoders] BindinManager Concept - Thoughts.

2005-05-12 Thread Scott Barnes
3) Can anyone think of a fallout that may arise if one uses this practice? in that is it bad coding, bad "best practices" etc.. any thing i should be mindful of in terms of performance? As once used, I can see it being used over and over and over and would love to tap into existing devel

[flexcoders] RemoteObject source="" bug?

2005-05-16 Thread Scott Barnes
amic values to the source attribute. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) 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 e

[flexcoders] XML vs Model?

2005-05-16 Thread Scott Barnes
7;s / con's of XML vs Model? -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com 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: [EMAI

Re: [flexcoders] XML vs Model?

2005-05-17 Thread Scott Barnes
gt; a > > large initial swf size. P > > > > I think, Model should be good at performance because it is simple Object > > not > > a XMLNode. > > > > Let's see, what other people say... > > > > -abdul > > > > -Original

Re: [flexcoders] E4X in Flex 2.0, part 1: Reading XML

2005-05-17 Thread Scott Barnes
d will be able to accept E4X > expressions like employees..name as a dataProvider. The tag will be > able to declare an E4X-style XML object in MXML. WebService and HTTPService > will be able to deliver E4X-style XML objects across the wire, and they'll > use the speed of E4X to do

Re: [flexcoders] Explaining Flex Log In and User Role Functionality to Java Developers

2005-05-17 Thread Scott Barnes
> > > 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 the Yahoo! Terms of

Re: [flexcoders] RemoteObject source="" bug?

2005-05-17 Thread Scott Barnes
allow things like this. > > > > Matt > > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Scott Barnes > Sent: Monday, May 16, 2005 10:50 PM > To: flexcoders@yahoogroups.com > Subject:

Re: [flexcoders] E4X in Flex 2.0, part 1: Reading XML

2005-05-18 Thread Scott Barnes
You have to know the secret handshake, aswell as perform a series of trials ..i call them rights of flex-passage :) heh, umm i think they aren't even at the stage of Alpha yet, let alone any secret squiirel groups. :) ... or are they...hrmm! ;) -- Regards, Scott Barnes

Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-05-18 Thread Scott Barnes
tion of some sort. I've also been busy building the help docs in RoboHelp *damn fine product* aswell as update code documentation, so yeah its getting closer to prime time.. still early days but i hope its available before FLEX 2.0 hehehehe. Hope that helps? -- Regards, Scott Barnes http://www

Re: [flexcoders] Flex vs. Laszlo

2005-06-05 Thread Scott Barnes
; brian fidler > > > > > Yahoo! Groups Links > > > > > > > > -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com (Coming Soon) Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*

Re: [flexcoders] Re: Managing Multiple iFrames

2005-06-05 Thread Scott Barnes
function moveIFrame(): Void { var idFrames = new Array("myFrame","myOtherFrame","myTestFrameEtc"); var pt={x:0, y:0}; this.localToGlobal(pt); for(var i=0; i < idFrames.length; i++) { getURL("javascript:moveIFrame("+pt.x+"

Re: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Scott Barnes
On that, What was your punishment Gordon? were you the starbucks boy for the week? heh. On 6/8/05, Gordon Smith <[EMAIL PROTECTED]> wrote: > You could also look at the E4X overview I accidentally posted to this > group a few weeks ago. ;) > > - Gordon -- Regards,

Re: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Scott Barnes
heh, well its about time you put the talent back into the mix matt ;) Scott who thinks Gordon should release more "accidental" tid-bits about FLEX 2.0 On 6/8/05, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > Now he has to be the

[flexcoders] ProgressBar - barHeight

2005-06-15 Thread Scott Barnes
I've a need to increase the actual "bar" height itself from the default 8px to higher, approx say 30. Anyone done this? and what steps should I look to. -- Regards, Scott Barnes http://www.mossyblog.com http://www.flexcoder.com ("Waiting for FLEX NCL to arrive") Ya

Re: [flexcoders] Re: ProgressBar - barHeight

2005-06-15 Thread Scott Barnes
taking this into > account? > > > Andrew > www.flexdaddy.com > > --- In flexcoders@yahoogroups.com, Scott Barnes <[EMAIL PROTECTED]> wrote: > > I've a need to increase the actual "bar" height itself from the > > default 8px to

Re: [flexcoders] Firefox and multiselect list

2006-08-04 Thread Scotty Scott
hi there,I seem to have the same problem... I think I narrowed it down to wmode="opaque"Did you set a different wmode for your application?-- Scotty Scott http://www.franciswscott.comOn 8/4/06, swhitley02 <[EMAIL PROTECTED]> wrote: I'

Re: [flexcoders] How to migrate HAccordion from flex 1.5 to flex 2 ?

2006-08-07 Thread Scott Barnes
an email to: [EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:http://docs.yahoo.com/info/terms/ -- Regards,Scott Barneshttp://www.mossyblog.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

<    5   6   7   8   9   10   11   >