Re: [flexcoders] RichTextEditor + CSS Style + Embeded Font - nothing works as should...

2010-07-26 Thread Fotis Chatzinikos
Hi Alex, I do not use the RichTextEditor inside a i use its output as input to mx:text (htmlText) When i set a style like this: RichTextEditor { textAreaStyleName: 'rteStyle'; } .rteStyle { font-size:26; font-family:Arial; color:#00; } does not display anything (text is there - you ca

Re: [flexcoders] send email from flex

2010-07-05 Thread Fotis Chatzinikos
You normally do that from the server not the client (flex). Usually you have a visual component that people use to type their mail (header, text, sent to list etc) and then you send all the info to your server in order to create and send the real email... On Mon, Jul 5, 2010 at 5:01 PM, cholid ch

Re: [flexcoders] HTTP Session is lost in IE8 when SWF is opened in J2EE Web Application...

2010-07-05 Thread Fotis Chatzinikos
ust clicking on Dashboard and go back > (ALT-TAB) to my application and click any option in my application and > session is lost. Timeout for this J2EE application is set to 60min. > > * > Thanx and Regards > -- > Jitesh Shah, PMP > * > > > On Fri, Jul 2, 2010 at

Re: [flexcoders] HTTP Session is lost in IE8 when SWF is opened in J2EE Web Application...

2010-07-02 Thread Fotis Chatzinikos
, 2010 at 8:21 PM, Jitesh Shah wrote: > > > 1. Remote/AMF > 2. How can I append sessionid to the Remote/AMF call > > > Thanx and Regards > -- > Jitesh Shah, PMP > > > > > On Fri, Jul 2, 2010 at 1:06 PM, Fotis Chatzinikos < > fotis.chatzini...@gmail.c

Re: [flexcoders] changing view state in an item renderer

2010-07-02 Thread Fotis Chatzinikos
Have not used states in an itemRenderer but you could possibly change a variable in your list provider for example : for (all items in list's provider): reset = true and in the set data in your renderer reset anything you need to reset On Fri, Jul 2, 2010 at 8:03 PM, Andrew wrote: > > > Hiya: >

Re: [flexcoders] HTTP Session is lost in IE8 when SWF is opened in J2EE Web Application...

2010-07-02 Thread Fotis Chatzinikos
What are you using to talk with your server RPC/AMF , web services , http calls? You could try manually appending the jsession id to the call... On Fri, Jul 2, 2010 at 7:56 PM, shahjitesh wrote: > > > This issue is specific to IE8 browser (in non-compatible mode) > > 1. Application is developed

Re: [flexcoders] transition in child component to trigger transition in parent

2010-07-02 Thread Fotis Chatzinikos
if you set your events bubbles to true, you can then catch it twice inside the component and its parent (they both need to listen for it though) On Thu, Jul 1, 2010 at 8:44 PM, tex_learning_flex < tex.learning.f...@gmail.com> wrote: > > > I have an event in a component that triggers a transition.

Re: [flexcoders] Re: Create a handler similar to focusIn/Out

2010-06-28 Thread Fotis Chatzinikos
Here you are : In your custom component (custom comp is a panel in this example): http://www.adobe.com/2006/mxml"; xmlns:ns1="components.*" width="1000" height="100%" > [Event(name="expandMe", type="flash.events.DataEvent")] ... Make sure that somewhere in your custom component you throw the

Re: [flexcoders] Difficult to debug error.. Any ideas?

2010-05-27 Thread Fotis Chatzinikos
It seems that the problem is here: private function setPosFromValue():void { var n:int = _thumbCount; for (var i:int = 0; i < n; i++) { var thumb:SliderThumb = SliderThumb(thumbs.getChildAt(i)); thumb.xPosition = getXFromValue(values[i]);

Re: [flexcoders] Re: How to show a hand cursor when mouse over a control ?

2010-05-26 Thread Fotis Chatzinikos
in flex 3 the hand curson needs mouseChildren = false not true... Not sure if it applies to spark thought... give it a try On Wed, May 26, 2010 at 11:07 AM, itaid1 wrote: > > > If you mean mouseEnabled="true" (lowercase 'm', with quotations marks > around the boolean value) as shown below, then

Re: [flexcoders] Logout question

2010-05-12 Thread Fotis Chatzinikos
> >> Akshar Kaul >> >> >> On Wed, May 12, 2010 at 14:58, Christophe >> wrote: >> >>> >>> >>> Hello, >>> >>> How to know if a user on a flex application is logout. Because the logout >>> is not always m

Re: [flexcoders] SystemManager and RSL linkage

2010-05-12 Thread Fotis Chatzinikos
irst frame cannot be externalized (they must be > loaded some time, and at that time the first frame should be constructed > already) they are compiled into the first frame. > > Best. > > Oleg > > -- Fotis Chatzinikos, Ph.D. Co-Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] SystemManager and RSL linkage

2010-05-12 Thread Fotis Chatzinikos
? On Wed, May 12, 2010 at 9:46 AM, Fotis Chatzinikos < fotis.chatzini...@gmail.com> wrote: > Nope, no custom loading classes at all. > > That is strange then... Is there a way to see what gets included in an swf > (appart from decompiling it)? > > The link report

Re: [flexcoders] SystemManager and RSL linkage

2010-05-11 Thread Fotis Chatzinikos
Nope, no custom loading classes at all. That is strange then... Is there a way to see what gets included in an swf (appart from decompiling it)? The link report is not very helpful here... Thanks, Fotis On Tue, May 11, 2010 at 8:04 PM, Alex Harui wrote: > > > SystemManager and its dependencie

Re: [flexcoders] List of objects-----PLease

2010-04-23 Thread Fotis Chatzinikos
Try with an ArrayCollection var ac:ArrayCollection =new ArrayCollection() ;//check the docs you can pass an array here and initia;lize directly ac.addItem(o:Object) On Fri, Apr 23, 2010 at 11:18 AM, Nini7016 Nini7016 < nahloulaha...@hotmail.com> wrote: > > > Hello > > I would like to put many o

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-14 Thread Fotis Chatzinikos
notify Halliwells LLP IT Department on 0870 365 2500. > > For more information about Halliwells LLP visit www.Halliwells.com. > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: With the latest eula agreement from Apple

2010-04-13 Thread Fotis Chatzinikos
What about reversing the arm byte code to objective-c? I assume the difficult part was to convert actionscript's virtual machine bytes to arm bytecode...

Re: [flexcoders] Cloud computing with Flex

2010-03-09 Thread Fotis Chatzinikos
Yes it is possible but irrelevant to flex your backend must be able to work with the cloud (tomcat, lamp, whatever you are using...)not your front end... On Tue, Mar 9, 2010 at 5:58 PM, Christophe wrote: > > > Hello, > > Is it possible to do Cloud computing (on Amazon EC2, ..) with Flex or Air ?

Re: [flexcoders] Exciting Load Test Results

2010-03-08 Thread Fotis Chatzinikos
There are probably 2 places you need to tweak in order to increase your concurrent connections: 1) server.xml for tomcat in the connector element the maxThreads param: and 2) in proxy-config there is another setting that has to do with connections called max-total-connections

Re: [flexcoders] My APP momentarily freezes I pass through my A.C. and create my objects.

2010-03-04 Thread Fotis Chatzinikos
t; momentarily freezes as I pass through my ArrayCollection and create my > objects... > > Is there a way to prevent my app from freezing? > > Thanks :) > > -David > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Progress bar in place over a component?

2010-03-04 Thread Fotis Chatzinikos
Yes depending on your panel's layout you can add the progress bar as the topmost component (if layout is absolute) or add it as an 'overlay' by adding the progress bar on the panel's rawChildren: myPanel.rawChildren.addChild(myProgressBar) ; On Thu, Mar 4, 2010 at 2:45 AM, Raymond Brown wrote:

Re: [flexcoders] Generating panels dynamically? How?

2010-02-22 Thread Fotis Chatzinikos
Depending on what you need to do you can use a repeater or a tilelist. Have a look on google for some tutorials or post a bit more on what you need to do ;-) On Mon, Feb 22, 2010 at 3:53 AM, flexnewbie999 wrote: > > > I have a ArrayCollection of objects that contain an image and other fields. > I

Re: [flexcoders] Re: Scroll to bottom on a Spark List when data changes

2010-02-18 Thread Fotis Chatzinikos
r (since, at the time of the > button click, the List has finished updating itself). > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Assigning arrays...

2010-02-04 Thread Fotis Chatzinikos
n...) > > Anyway -- how do I copy one array to another, without looping through the > entire array? > > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: how to show a preloader (loading spinner) when loading images in a flex app.

2010-02-04 Thread Fotis Chatzinikos
";> On Thu, Feb 4, 2010 at 1:42 PM, ZIONIST wrote: > > > and how do i change between states? as in there must be some kind of event > triggered. > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-03 Thread Fotis Chatzinikos
age event - i might be wrong... Thanks, Fotis On Tue, Feb 2, 2010 at 11:55 AM, Fotis Chatzinikos < fotis.chatzini...@gmail.com> wrote: > Thanks Gordon, > > I will do as you suggest - I just confirmed that it happens in windows > Chrome as well as Mac browsers. > > I just r

Re: [flexcoders] Re: Trapping on BlazeDS server a lost connection to a Flex client. How?

2010-02-02 Thread Fotis Chatzinikos
s AMF channel and RPC to communicate > with HSQLDB through BlazeDS. (I believe this is quite a typical setup). > > Is there any more definite example/guidance or reading material to my > original question? Any help is greatly appreciated. > > Thanks all > > George > >

Re: [flexcoders] Localization problems mainly on Macs - Cannot switch to second input Language

2010-02-02 Thread Fotis Chatzinikos
o have a localization problem > and Gordon seems the right person to ask.. > > Any ideas why on mac browsers we can not control-shift (or whatever is the > appropriate keys combo to switch to another language) to Greek for example > (some minor windows browsers as well)? The language

Re: [flexcoders] Best Java addon for Flex

2010-01-31 Thread Fotis Chatzinikos
or what? I am asking the > group, what/how do you use Java with Flex? > > Thank you, > Tim Gallagher > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] localization

2010-01-29 Thread Fotis Chatzinikos
am > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Fotis Chatzinikos > *Sent:* Thursday, January 28, 2010 3:49 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] localization > > > > > > Sorry

Re: [flexcoders] localization

2010-01-28 Thread Fotis Chatzinikos
Sorry for being slightly off topic, but I also have a localization problem and Gordon seems the right person to ask.. Any ideas why on mac browsers we can not control-shift (or whatever is the appropriate keys combo to switch to another language) to Greek for example (some minor windows browsers a

Re: [flexcoders] Re: Image contentWidth

2010-01-27 Thread Fotis Chatzinikos
t: [flexcoders] Image contentWidth > > > > > > > > > > > > How do I detect when an Image has changed so that I can read the > > contentWidth of it. An image has already loaded previously so Creation > > Complete has been done with a different image? > > > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Can't load pics uploaded with flex3+php

2010-01-26 Thread Fotis Chatzinikos
ks a lot! > > -- > David Pariente > RIA consultor > -- > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Public Arrays

2010-01-22 Thread Fotis Chatzinikos
eferencing it. > > Does anybody have a work around? > > - Stephen > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Trapping on BlazeDS server a lost connection to a Flex client. How?

2010-01-21 Thread Fotis Chatzinikos
torage of the context be disabled in > Tomcat 6.0? (This is enabled by default) > > Thanks > George > > > --- In flexcoders@yahoogroups.com , Fotis > Chatzinikos wrote: > > > > If you are using sessions you can add a session destroy filter in tomcat > >

Re: [flexcoders] Trapping on BlazeDS server a lost connection to a Flex client. How?

2010-01-21 Thread Fotis Chatzinikos
gt; solved in BlazeDS level, or I have to go to WEB server sockets. But may I > ask if anyone has a suggestion, or some relevant documentation for me to > study? > > Thanks all > George > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Can a canvas be scrollable without the scrollbars?

2010-01-15 Thread Fotis Chatzinikos
> still have the canvas scroll? > > I have content that inside the canvas that will always be larger than the > canvas so I want to be able to scroll without showing any scrollbars. > > This is like the little zoom panel/control in the bottom right-hand corner > of Google

Re: [flexcoders] Java Question

2010-01-15 Thread Fotis Chatzinikos
And to clarify an earlier post Cold Fusion IS A Java backend with extra functionality geared towards easier application development (never used it thought so i might be wrong :-) On Fri, Jan 15, 2010 at 8:11 PM, Fotis Chatzinikos < fotis.chatzini...@gmail.com> wrote: > I would leave S

Re: [flexcoders] Java Question

2010-01-15 Thread Fotis Chatzinikos
ng of making the jump to Java > Seems like its the platform of choice for Flex Data > Two quick questions > 1) Whats the best exam to certifiy for > 2) Whats the cheapest > 3) How long to get by the cert for a normal bright level (not genius but > bright) programmer? > 4) Will the Cert do me any good. > > Thanks > Dan Pride > > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] How to set minWidth/minHeight property?

2010-01-15 Thread Fotis Chatzinikos
me a idea? > > Thanks > > Mark > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Flex:how to count online user and record user visits?

2010-01-11 Thread Fotis Chatzinikos
best routine to implement online count and user visits? > > Thanks in advance,Shuo > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] How to dispatchevent in popup window?

2009-12-18 Thread Fotis Chatzinikos
ow to do this. > > Thanks > > Mark > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Swfloader stopping when 1mb

2009-12-16 Thread Fotis Chatzinikos
t > are under 1mb loads perfectly. > > Does someone have any hint about what could be happening? > > Thanks a lot. > > -- > David Pariente > RIA consultor > -- > > > -- Fotis Chatzinikos, Ph.D. Founder, LivinData Technologies www.styledropper.com fotis.chatzini...@gmail.com,

Re: [flexcoders] Java and Flex

2009-11-28 Thread Fotis Chatzinikos
Google BlazeDS On Sat, Nov 28, 2009 at 2:36 AM, The Tiger wrote: > > > I'm java developer and i like adobe flex , so i need to make app with flex > depend on java programming , how can i do that and what is the best id to > make that . > > Thanks > M.Adam > Jav

Re: [flexcoders] Re: language switch on mac does not work?

2009-11-23 Thread Fotis Chatzinikos
s' Alt-Shift is Option-Shift. In AIR the > key code is the same: Keyboard.ALTERNATE. > > > --- In flexcoders@yahoogroups.com , Fotis > Chatzinikos wrote: > > > > To clarify a bit more I am interested in ALT-SHIFTing (in windows - what > is > > needed on a Mac

Re: [flexcoders] language switch on mac does not work?

2009-11-23 Thread Fotis Chatzinikos
To clarify a bit more I am interested in ALT-SHIFTing (in windows - what is needed on a Mac) into a different language than the default. Foe example from English to Greek, German, or any other 2nd, 3rd ... language. If i copy and paste Greek text into a text box this works.. But typing directly vi

Re: [flexcoders] Re: Do you write help for your Flex apps?

2009-11-16 Thread Fotis Chatzinikos
n Sat, Nov 14, 2009 at 2:36 PM, pcassi...@ymail.com wrote: > > > Help for the user. > > > --- In flexcoders@yahoogroups.com , Fotis > Chatzinikos wrote: > > > > What do you mean? Javadoc type of (code) help? > > > > User help screens? Localized? >

Re: [flexcoders] Do you write help for your Flex apps?

2009-11-12 Thread Fotis Chatzinikos
What do you mean? Javadoc type of (code) help? User help screens? Localized? On Thu, Nov 12, 2009 at 3:24 PM, Paulo Cassiano wrote: > > > Do you write help for your Flex apps? > > >

Re: [flexcoders] Building components at runtime

2009-11-04 Thread Fotis Chatzinikos
aul > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Alternative FAQ location: > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > Links > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Detect if any of the Items on a List are Selected - thought it would be easier.

2009-10-25 Thread Fotis Chatzinikos
asFocus: Boolean = true; > var len:Number = projectList.dataProvider.length; > > for (var i:int = 0; i <= len - 1; i++) { > if (projectList.isItemSelected(projectList.dataProvider[i])) > { > bDoesNotHasFocus = false; > } > } > if (bDoesNotHasFocus) > return; > > // the code to delete

[flexcoders] Elliniki astinomia !

2009-10-24 Thread Fotis Chatzinikos
υσούλα<*theonlyb...@yahoo.gr* >έγραψε: *http://www.youtube.com/watch?v=2090zf6Mhjw* ΧΡΥΣΟΥΛΑ ΠΑΠΑΓΕΩΡΓΙΟΥ -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Adsense

2009-10-05 Thread Fotis Chatzinikos
tting targeted ads, just a bunch of PSAs. > Do you have a template you could send me? If so, either post here or email: > fgno...@... > > > > I need the ad to be targeted but all I want the user to see is the flex > application and the ad...to get targeted ads I would need t

Re: [flexcoders] Re: Adsense

2009-09-27 Thread Fotis Chatzinikos
r ends > up owning the website) to generate revenue w/ flex. The more I think about > it, the more it just seems like flex is a complete waste of time until they > get this resolved. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Extending ToggleButtonBar to Allow for Multiple Labels on A Button

2009-09-21 Thread Fotis Chatzinikos
nd Toggle ButtonBar. > Can someone point me in the right direction? > -- > View this message in context: > http://www.nabble.com/Extending-ToggleButtonBar-to-Allow-for-Multiple-Labels-on-A-Button-tp25530380p25530380.html > Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] Creating Resize Handles

2009-09-17 Thread Fotis Chatzinikos
box, similar to Flash, Photoshop, Visio or Firefox, which allow you to make > the clicked Sprite wider, thinner, skew, or rotate the Sprite. > > TIA, J > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Creation Complete flag?

2009-09-16 Thread Fotis Chatzinikos
quot; wrote: > > > > > > > > Is there a publicly-exposed property on components that can be > inspected to determine if they have finished creation yet? I know I can > listen for creationComplete, but what can I do if it may have already been > fired? > > > > > > > > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Manage a multi lingual application

2009-09-04 Thread Fotis Chatzinikos
in the server On Mon, Aug 31, 2009 at 7:35 PM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > > > Hello, > > What is the best system to manage with Flex a multi-lingual application ? > > Do you have source examples ? > > Thank you, > Christoph

Re: [flexcoders] Why never create an item renderer?

2009-09-03 Thread Fotis Chatzinikos
've seen this adivse a lot reciently on the list. Don't create an item >> renderer modify an existing example. I don't really understand why. I mean >> their not that difficult to get your head arround so long as you reset all >> internal variables that need to be reset. >> >> Why is this always given as advise? >> >> Regards, >> >> Wesley Acheson >> >> >> > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Set child properties from event.target

2009-09-03 Thread Fotis Chatzinikos
e child in the Panel, and set the properties of the child. > > For example, I have a button in the panel named myButton and I want to set > it to visible when the rollOver event fires. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Flex and REST

2009-09-02 Thread Fotis Chatzinikos
will 'just work' then great, if not I need to educate them as > to any considerations/workarounds necesscary on the service side of things. > > Can anyone offer any advice? > > Cheers, > Dan > > -- > http://danny-t.co.uk > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Popup Help Bubble?

2009-09-01 Thread Fotis Chatzinikos
t find > it. > > Is there a good component/method of showing multiple help popups all over > > the screen? I want a way to annotate numerous controls and buttons at the > > same time, to point out new features in an application. > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] custom components destroy Flex design mode ....

2009-09-01 Thread Fotis Chatzinikos
etailed and we need a WYSIWYG view to adjust things. Do we really have > to compile, run application, view in browser, check, and then go back to > source mode to increase the width of a button if needed? Any info really > appreciated. TIA, > > Mic. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] RE: creationcomplete firing when a component is disabled

2009-09-01 Thread Fotis Chatzinikos
a way to fire off the > init() function when the component is enabled instead of when it’s > creationComplete? > > > > Thanks > > Scott > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is > believed to be clean. > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] How to know that an application has "createdCompleted" ?

2009-09-01 Thread Fotis Chatzinikos
plication creationComplete has obviously long been > fired > > I am sure there is a simple answer to my question, I just could not find > any flag on the application object that would tell me that it is done in its > lifecycle flow. > Thnx. > > > -- Foti

Re: [flexcoders] Why no event dispatched?

2009-09-01 Thread Fotis Chatzinikos
> DataModel.getInstance().role = e.getItemAt(0).role; > DataModel.getInstance().rescueID = e.getItemAt(0).rescueID; > return true; > }else{ > this.dispatchEvent(new LoginEvent(LoginEvent.FAILED)); > /* Alert.show("Incorrect Username and/or Password, Please > Try Again", "Login Failed"); */ > return false; > } > } > > } > } > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] How to host my own flex application using LCDS or BlazeDS?

2009-08-30 Thread Fotis Chatzinikos
lex appications??? Please help! > > Thanks. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] horizontallist scrolltoindex question

2009-08-28 Thread Fotis Chatzinikos
index 6 brings > 6 as the first element and you can see 7,8,9 and 10 > > The strange thing is that moving backwords works perfectly ok... > > So, anyway to make this : > > 1 2 3 4 5 --> into --> 2 3 4 5 6 > > ? > Thanks, > Fotis > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] multiple loader

2009-08-22 Thread Fotis Chatzinikos
s are populated the loader > >> will disappear? I have seen this kind of multiple > >> loader example in ajax sites where every image has > >> its loaders and as the images appear the loaders goes > >> away. > >> > > > > > > > > -- > > Fotis Chatzinikos, Ph.D. > > Founder, > > Phinnovation > > fotis.chatzini...@gmail.com , > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] multiple loader

2009-08-22 Thread Fotis Chatzinikos
httpservices. How can I show different loaders on > each pods and as the pods are populated the loader > will disappear? I have seen this kind of multiple > loader example in ajax sites where every image has > its loaders and as the images appear the loaders goes > away. > >

Re: [flexcoders] Re: Full flex site or not

2009-08-21 Thread Fotis Chatzinikos
is it better to add some html >> pages with flex to have a better position in Google ? >> > >> > Thank you, >> > Christopher, >> > >> >> > > > -- > > Cheers, > Nate > > http://blog.natebeck.net > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] VBox constrains - A simple question :-p

2009-08-20 Thread Fotis Chatzinikos
as opposed > to percentage heights. However I thought it may be worth a shot as its an > easy thing to test. > > Regards, > > Wes > > On Thu, Aug 20, 2009 at 12:23 AM, Fotis Chatzinikos < > fotis.chatzini...@gmail.com> wrote: > >> >> >> Hi Wesley, do

Re: [flexcoders] VBox constrains - A simple question :-p

2009-08-19 Thread Fotis Chatzinikos
-- >> >> -- >> Flexcoders Mailing List >> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt >> Alternative FAQ location: >> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 >> Search Archives: >> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups >> Links >> >> >> >> > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] ImageSnapshot without scroll bars?

2009-08-19 Thread Fotis Chatzinikos
at 9:06 PM, flexjunker wrote: > > > Anyone know of how to avoid the scroll bars in an imagesnapshot of a > container? > > Thanks. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] BUG: mx.controls.LinkBar - can somebody confirm?

2009-08-17 Thread Fotis Chatzinikos
> } > > Should not the last two lines be inside a conditional != -1? There is not > button @ -1 : > > if (selectedIndex != -1) > { > child = Button(getChildAt(selectedIndex)); > child.enabled = false; > } > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread Fotis Chatzinikos
ar data:Object = "invoke remote Object sync"; > > > > /*working with data variable */ > data.set.; > data.get.; > trace(data); > } > > are you understand me? > > so, i need any solution to sync invocation. > > Thanks > > > --

Re: [flexcoders] Invoke RemoteObject synchronic

2009-05-28 Thread Fotis Chatzinikos
> > > Hi!!! > i need invoke a RemoteObject in sync way? > when focus out in textField, execute a method that requiere the value > returned by RemoteObject, but, this execution must be sync. > any solution for this? > > Thanks > > > -- Fotis Chatzinik

Re: [flexcoders] High CPU usage

2009-05-26 Thread Fotis Chatzinikos
tested on several machines, and the high CPU usage is consistent, > although, of course, the actual percentage varies. > > I don't expect an answer (though I'd love one); I'm just hoping for some > pointers on how to troubleshoot this. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: BlazeDS RemoteObject Performance

2009-05-20 Thread Fotis Chatzinikos
t;> >> por >> >> email o por otra vía. Por el contrario, por favor notifíquenos >> >> inmediatamente >> >> vía e-mail. >> >> >> > >> > >> >> -- >> Aldo Bucchi >> U N I V R Z >> Office: +56 2 795 4532 >> Mobile:+56 9 7623 8653 >> skype:aldo.bucchi >> http://www.univrz.com/ >> http://aldobucchi.com/ >> >> PRIVILEGED AND CONFIDENTIAL INFORMATION >> This message is only for the use of the individual or entity to which it >> is >> addressed and may contain information that is privileged and confidential. >> If >> you are not the intended recipient, please do not distribute or copy this >> communication, by e-mail or otherwise. Instead, please notify us >> immediately by >> return e-mail. >> INFORMACIÓN PRIVILEGIADA Y CONFIDENCIAL >> Este mensaje está destinado sólo a la persona u organización al cual está >> dirigido y podría contener información privilegiada y confidencial. Si >> usted no >> es el destinatario, por favor no distribuya ni copie esta comunicación, >> por >> email o por otra vía. Por el contrario, por favor notifíquenos >> inmediatamente >> vía e-mail. >> > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > Josh 'G-Funk' McDonald > - j...@joshmcdonald.info > - http://twitter.com/sophistifunk > - http://flex.joshmcdonald.info/ > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Sorting columns in a Datagrid don't sort with itemRenderer...

2009-05-05 Thread Fotis Chatzinikos
ata.amount < 50) > { > smileImage= 'smile001.png'; > } > else if(data.amount >= 50) > { > smileImage= 'smile002.png'; > } > > } > > -- > *From:* Fotis Chatzinikos > *To:* flexcoders@yahoogroups.com > *Sent

Re: [flexcoders] Sorting columns in a Datagrid don't sort with itemRenderer...

2009-05-05 Thread Fotis Chatzinikos
et that in the DataGridColumn Class ? > > ------ > *From:* Fotis Chatzinikos > *To:* flexcoders@yahoogroups.com > *Sent:* Tuesday, May 5, 2009 12:04:34 PM > *Subject:* Re: [flexcoders] Sorting columns in a Datagrid don't sort with > itemRenderer... >

Re: [flexcoders] Sorting columns in a Datagrid don't sort with itemRenderer...

2009-05-05 Thread Fotis Chatzinikos
Smiles); > > Here's my itemRenderer file Smiles.mxml: > > > http://www.adobe.com/2006/mxml"; > creationComplete="setSmileImage()"> > > > > > > source="{smileImage}"/> > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Link/Hand Cursor

2009-04-16 Thread Fotis Chatzinikos
s that make it easy to change the cursor on roll-over of an image > that is a link, for example. > > I don't need custom cursors or anything, I'm just interested in changing > the default cursor into a hand/link cursor when the mouse is over a > particular UI compon

Re: [flexcoders] Timer error

2009-04-11 Thread Fotis Chatzinikos
a why.Please help.Thanks > > Mark > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Concurrent acces of data by more than one users

2009-04-01 Thread Fotis Chatzinikos
"root" > password="emergent" > driverClassName="com.mysql.jdbc.Driver" > url="jdbc:mysql://localhost:3306/jjrr?autoReconnect=true"/> > > please help me to fix this issue. I really appreciate your time. > > Thanks > Simon > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: is it not possible to upload a file to a flash app (no server)?

2009-03-27 Thread Fotis Chatzinikos
> > > > > > From: gmoniey22 > > > > > > To: flexcod...@yahoogro > > > > > > <mailto:flexcoders%40yahoogroups.com> > > > > ups.com > > > > > > Sent: Thursday, March 26, 2009 2:54:28 PM > > > > > > Subject: [flexcoders] is it not possible to upload a file to > > > a flash app > > > > (no server)? > > > > > > > > > > > > > > > > > > I want the user to select a file and have my flash app parse > > > it for > > > > information, and then display that info in the app. > > > > > > > > > > > > But it seems like all of the FileReference functions abstract > > > the > > > > upload/download process to a server. > > > > > > > > > > > > Am I missing something? Thanks > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __ > > > > > > Yahoo! Canada Toolbar: Search from anywhere on the web, and > > > bookmark > > > > your favourite sites. Download it now > > > > > > http://ca.toolbar. <http://ca.toolbar.yahoo.com.> yahoo.com. > > > > > > > > > > > > > > > > > > > > > > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Adding symbols to Flex Panel skin?

2009-03-27 Thread Fotis Chatzinikos
> sort of tabs. Problem is I have no clue how to add features to the panels > 'skin' (chrome) anymore. > > Sascha > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] is a flash app completely contains within its object/div tag?

2009-03-20 Thread Fotis Chatzinikos
a lightbox > effect, where it will be centered in the screen, in an expanded form. This > is similar to the question above, but I thought it was worth asking. > > Thanks. > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Item Rendererer Question

2009-03-20 Thread Fotis Chatzinikos
, March 17, 2009 9:18 AM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Item Rendererer Question > > > > > > > > I have custom ItemRenderers, after a filter Function, it looks like my > > itemRenderers are not being cleared out, I have dou

Re: [flexcoders] Pb with DateField

2009-03-20 Thread Fotis Chatzinikos
DateField that is a birth date. > > But is is long to set the year of the birth date. > > Do you know another component or solution ? > > Thank you, > Christophe, > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Re: Sound class Security Sandbox violation ONLY on Internet Explorer - ID3 related

2009-03-20 Thread Fotis Chatzinikos
... Should I fill a bug? Alex? On Fri, Mar 20, 2009 at 12:19 AM, Fotis Chatzinikos < fotis.chatzini...@gmail.com> wrote: > To make things a bit clearer, the docs say that mp3 should play without > problems IF YOU DO NOT TRY to access its ID3 info... > > That is the case with Firefox... I

Re: [flexcoders] Add components to custom folder

2009-03-20 Thread Fotis Chatzinikos
can I add my components to the Components custom folder? I am using > Builder 3. > > Thanks > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] Drag and Drop

2009-03-20 Thread Fotis Chatzinikos
help... On Fri, Mar 20, 2009 at 4:26 PM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > Hello, > > How to make Drag and Drop between 2 mx:Image ? > > Thank you, > Christophe, > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] bind a text area to a field that i return from a query with a remoteObject

2009-03-20 Thread Fotis Chatzinikos
query with a remoteObject? > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] swf file size changes from build to build?

2009-03-20 Thread Fotis Chatzinikos
> > Adobe Systems Inc. <http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Fotis Chatzinikos > *Sent:* Thursday, March 19, 2009 10:01 AM > > *To:* fl

Re: [flexcoders] Re: Sound class Security Sandbox violation ONLY on Internet Explorer - ID3 related

2009-03-19 Thread Fotis Chatzinikos
info... Anybody from Adobe? Thanks again, Fotis On Fri, Mar 20, 2009 at 12:15 AM, Fotis Chatzinikos < fotis.chatzini...@gmail.com> wrote: > Thanks for the tip Mike, > > but its more complicated than that. I can play staff from localhost without > any problems... > > What i am

Re: [flexcoders] Re: Sound class Security Sandbox violation ONLY on Internet Explorer - ID3 related

2009-03-19 Thread Fotis Chatzinikos
the sound class): > > > > id3 = > > > > Why is flash in IE trying to load ID3 info without me explicitly setting > the ID3 handler? > > > > Any way to bypass this? > > > > Thanks in advance, > > Fotis > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] swf file size changes from build to build?

2009-03-19 Thread Fotis Chatzinikos
et of style-mixins are getting > linked in. If you could save the different sized SWFs you could use > something like SWF Dump to look at the contents to see what was different. > > > > Pete > > > > > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod

Re: [flexcoders] swf file size changes from build to build?

2009-03-19 Thread Fotis Chatzinikos
> 1. 1086 KB > 2. 1086 KB > 3. 894 KB > 4. 933 KB > 5. 1087 KB > > I am not sure yet if this happens in the release build as well... > > Anybody seen that before? > > PS: Else i will keep rebuilding until i get the smaller possible size to > publish... (just joking) > > > > > -- Fotis Chatzinikos, Ph.D. Founder, Phinnovation fotis.chatzini...@gmail.com,

Re: [flexcoders] datefield issue

2009-03-16 Thread Fotis Chatzinikos
f I choose 3/31, it saves 3/30.. > Is this a timezone issue with Flex? is this easy to fix? > When I Alert the value I see > Tue Mar 31 00:00:00 GMT -0500 2009 (when I choose March 31st) > So why isnt it staying on March 31st? > > Thanks! > > -- Fotis Chatzinikos, Ph.

Re: [flexcoders] Re: stage mouseUp not firing outside app window

2009-03-13 Thread Fotis Chatzinikos
temManager.topLevelSystemManager.addEventListener(MouseEvent.ROLL_OUT,onRollOut); > stage.addEventListener(MouseEvent.ROLL_OUT,onRollOut); > > > --- In flexcoders@yahoogroups.com , Fotis > Chatzinikos wrote: > > > > I think this is a known problem... What about addi

  1   2   3   >