[flexcoders] Re: How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div?

2008-10-19 Thread fotis.chatzinikos
It is usually done but setting the wmode to transparent (or simething similar cannot remember - google for it) instead of opaque (flash objects in an html page are rendered on top of everything else this way) --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: -

[flexcoders] Re: z property in mx.core.UIComponent

2008-10-19 Thread fotis.chatzinikos
Not sure, but did you try to put two objects (ie buttons) in an semi- overlapping area and change their z to see if they switch between them? in 2d systems z (z-order) is the 'hight' of the object on the 2d screen...ie which object hides what... Check and let us know ;-) --- In

[flexcoders] Tilelist and lists in general minimum height is always 2 rendered children?

2008-10-19 Thread fotis.chatzinikos
It seems that a tilelist (or any list in general) with a percent height = 100% does not respect this but automatically makes its minimum height equal to the height of two display items (using a custom renderer. Is there a way to fix this? Example: Canvas[300x600] (width-height)

[flexcoders] Re: VISTA plus SSL plus AIR - error 2032 stream error

2008-10-20 Thread fotis.chatzinikos
As well as the previous post, you can do the following, it seems nearer to your case (from asdoc - online): check the protocol line in the following spec: mx:HTTPService concurrency=multiple|single|last contentType=application/x-www-form-urlencoded|application/xml fault=No default.

[flexcoders] Re: AIR+VISTA+SSL - #2032StreamError

2008-10-20 Thread fotis.chatzinikos
Do not know if it helps, but your crossdomain.xml is not correctly formed... check this line: cross-domain-policy xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLoca allow-access-from domain=* secure=false/ false should be inside the quotes, now

[flexcoders] programmatic vbox serious bug?

2008-10-20 Thread fotis.chatzinikos
Hi, i am making a vbox via actionscript and set its width and height to 200x300... After adding a single button (or anything else) if i throw an alert with its width and height they seem correct but...scroll bars appear which can scroll the vbox as if it was 2000 by 2000 pixels wide/high... The

[flexcoders] Re: programmatic vbox serious bug?

2008-10-20 Thread fotis.chatzinikos
(backgroundColor, 0x00FF00) ; Mike On Mon, Oct 20, 2008 at 11:59 AM, fotis.chatzinikos [EMAIL PROTECTED] wrote: Hi, i am making a vbox via actionscript and set its width and height to 200x300... After adding a single button (or anything else) if i throw an alert with its width and height

[flexcoders] Re: Alert.show - Detect when closed from another mxml component

2008-10-20 Thread fotis.chatzinikos
Hi, if i understand correctly, the following doesit: Alert.show(This is the alert text.,,4,null,alertClosed) ; where alertClosed is an event listener... Check the asdoc for the alert.show method ;-) --- In flexcoders@yahoogroups.com, sleblang [EMAIL PROTECTED] wrote: I have an Alert.show()

[flexcoders] Re: Keeping a UIComponent out of the UpdateDisplayList

2008-10-20 Thread fotis.chatzinikos
Have you tried includeInLayout=false? Fotis --- In flexcoders@yahoogroups.com, Ralf Bokelberg [EMAIL PROTECTED] wrote: includeInLayout=false maybe? On Mon, Oct 20, 2008 at 9:57 PM, flexaustin [EMAIL PROTECTED] wrote: Is it possible using MXML, not AS3 classes, to keep an item out of the

[flexcoders] Re: Keeping a UIComponent out of the UpdateDisplayList

2008-10-20 Thread fotis.chatzinikos
Sorry had not seen that Ralf had replied the same think... --- In flexcoders@yahoogroups.com, fotis.chatzinikos [EMAIL PROTECTED] wrote: Have you tried includeInLayout=false? Fotis --- In flexcoders@yahoogroups.com, Ralf Bokelberg ralf.bokelberg@ wrote: includeInLayout=false maybe

[flexcoders] mouse wheel behaviour mxml and actionscript based components

2008-10-20 Thread fotis.chatzinikos
Hello all, any ideas what is the expected behaviour of the mouse wheel in flex apps? I have noticed that some mxml based trees scroll with the mouse wheel while actionscript based ones do not. A few minutes ago i also did a test with the main (root / mainApplication) making bigger than 100% of

[flexcoders] Re: Alert.show - Detect when closed from another mxml component

2008-10-21 Thread fotis.chatzinikos
() as you explained. However, is there another way to detect from another component when the alert has been closed (i.e. bubbling, etc.)? --- In flexcoders@yahoogroups.com, fotis.chatzinikos fotis.chatzinikos@ wrote: Hi, if i understand correctly, the following doesit: Alert.show

[flexcoders] Re: Alert.show - Detect when closed from another mxml component

2008-10-21 Thread fotis.chatzinikos
way to detect from another component when the alert has been closed (i.e. bubbling, etc.)? --- In flexcoders@yahoogroups.com, fotis.chatzinikos fotis.chatzinikos@ wrote: Hi, if i understand correctly, the following doesit: Alert.show(This is the alert text.,,4,null,alertClosed

[flexcoders] Re: z property in mx.core.UIComponent

2008-10-21 Thread fotis.chatzinikos
, fotis.chatzinikos fotis.chatzinikos@ wrote: Not sure, but did you try to put two objects (ie buttons) in an semi- overlapping area and change their z to see if they switch between them? in 2d systems z (z-order) is the 'hight' of the object on the 2d screen...ie which object hides what

[flexcoders] Re: Refreshing Project

2008-10-21 Thread fotis.chatzinikos
I always have a string somewhere visible that says version 0.9.7.a, then b, c etc... IE nearly always caches, and firefox 3 is even worse :-) It never caches until it decides to do so 3 in the morning when you have forgot everything about caching and starting beating yourself on the head debugong

[flexcoders] actionscript made canvas scrollpolicy problems-similar to previous vbox problem

2008-10-21 Thread fotis.chatzinikos
Hello again, this time i am trying to create a canvas inside a canvas with their scroll policies set to off - It does not work -again... I tried both: setStyle(verticalScrollPolicy,off) setStyle(verticalScrollPolicy,ScrollPolicy.OFF) I assume that the second line is the correct code to use?

[flexcoders] Re: actionscript made canvas scrollpolicy problems-similar to previous vbox problem

2008-10-21 Thread fotis.chatzinikos
@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Consult the ASDoc (API), you are trying to set properties with styles. This won't work. The correct implementation is; myContainer.verticalScrollPolicy = ScrollPolicy.OFF; Mike On Tue, Oct 21, 2008 at 6:19 AM, fotis.chatzinikos

[flexcoders] Re: postgresql java resultset date column

2008-10-21 Thread fotis.chatzinikos
Hmmm, not sure about flex but is there a possibility of different locales on the two machines? An english and american locale (same local time) might be on different days. Do you have time with date or just date in the data? Try removing the time info possibly... --- In

[flexcoders] Re: mouse wheel behaviour mxml and actionscript based components

2008-10-21 Thread fotis.chatzinikos
PM, fotis.chatzinikos [EMAIL PROTECTED] wrote: Hello all, any ideas what is the expected behaviour of the mouse wheel in flex apps? I have noticed that some mxml based trees scroll with the mouse wheel while actionscript based ones do not. A few minutes ago i also did a test

[flexcoders] Re: mouse wheel behaviour mxml and actionscript based components

2008-10-23 Thread fotis.chatzinikos
); categoriesAccordionID.addChild(c); On Tue, Oct 21, 2008 at 7:33 PM, Michael Schmalle [EMAIL PROTECTED]wrote: Hi, No, it's automatic. Without an example I can't help. :) Mike On Tue, Oct 21, 2008 at 12:01 PM, fotis.chatzinikos [EMAIL PROTECTED] wrote: Hello

[flexcoders] Re: mouse wheel behaviour mxml and actionscript based components

2008-10-26 Thread fotis.chatzinikos
as AIR, or perhaps try a different browser ? It might at least help eliminate the possibility? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fotis.chatzinikos Sent: 23 October 2008 12:45 To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] tile list animation / transition throws error when height shrinks(not always!)

2008-11-07 Thread fotis.chatzinikos
Hello all, can anybody throw any pointer on this? I have a tilelist (vertical/single column) with custom item renderer, when i use a state to shrink its height (minimize like functionality) sometimes i get the following error (note: SOMETIMES once every ... do not know 5 times): TypeError:

[flexcoders] bug or feature (or am i doing something wrong)?

2008-11-11 Thread fotis.chatzinikos
Hi, I am using ObjectUtil.copy to deep copy an object. The following code works: (note the call to new) var catTreeLocalToFiltered:CategoryTree = new CategoryTree() ; catTreeLocalToFiltered = ObjectUtil.copy(categoriesTree) as CategoryTree ; The problem is that the following code DOES NOT

[flexcoders] how to change panel's hideEffect and showEffect (inside a viewStack) via states

2008-11-19 Thread fotis.chatzinikos
Hi, i am trying to change a Panel's hide and show effect via a state. The following does not work: mx:states mx:State name=LeftToRight mx:SetEventHandler target={actionsPanelLarge} name=hideEffect handler=mainStackWR/ mx:SetEventHandler target={actionsPanelLarge} name=showEffect

[flexcoders] strange warning: Class already marked[Bindable]; property-level [Bindable]

2008-11-20 Thread fotis.chatzinikos
Class already marked[Bindable]; property-level [Bindable] is redundant and will be ignored, but i do not have any property level bindings: Is it better/ more appropriate to mark the fields/properties as [Bindable] and remove Bindable from the class? Code: package beans {

[flexcoders] non english character input in TextFields problems...

2008-11-21 Thread fotis.chatzinikos
Hi, When i hit Alt-shift to switch from English to another language, in Firefox input remain english, while in internet explorer the input switches to the second language (Greek) but the characters are not Greek, but broken symbols... Do i need to do something special to get this functionality?

[flexcoders] Bug: Combobox maxWidth does not work with percent width

2008-11-25 Thread fotis.chatzinikos
Hi, When the following comboBox is used with width=100% and maxWidth 190 the maxwidth is not used when the underlying list contains names wider than 190 pixels...Instead the full name is shown and the combo becomes 230 or any other amount of pixels needed... This is only fixed if the width is

[flexcoders] repeater problems and localization

2008-11-27 Thread fotis.chatzinikos
Hi, i am using a repeater to draw dynamic grid rows with labels and togglebutton bars. The following works initially, but when the localizedMessages object is updated and a binding event fires the repeater breaks with the following error: Error: Repeater is not executing. at

[flexcoders] Found a filter explorer online (flex 2) maybe usefull to some people here...

2008-11-27 Thread fotis.chatzinikos
Online filter explorer (v2 not 3) http://www.merhl.com/flex2_samples/filterExplorer/

[flexcoders] errorTip fontSize break the tooltip? Possible bug?

2008-12-04 Thread fotis.chatzinikos
Hi, the following works: .errorTip { color: #FF; /*fontSize: 11;*/ fontWeight: bold; shadowColor: #00; borderColor: #FF; borderStyle: errorTipAbove; paddingBottom: 4; paddingLeft: 4; paddingRight: 4; paddingTop: 4; } If I un-comment fontSize,

[flexcoders] vertical scrollbar problems...Please help i am freaking out :-)

2008-12-09 Thread fotis.chatzinikos
Hello all, I do not know how many hours i have spend playing around with scroll policies, heights, tops and bottoms...but still no solution. The application layout is the following: HBOX LEFT VBOX RIGHT VBOX --PANEL --VIEW STACK PANEL 1 (lets say 200 pixels height)

[flexcoders] [ds-console] help / pointers needed...

2009-02-04 Thread fotis.chatzinikos
Hello, Does any of you use ds-console to monitor your in development RIAs? I tried to use it but it does not seem to pick up my custom/new application. * In server management, all throughput values are 0 * In generic administration view, i can only see 3 root beans :runtime, BlazeDS and

[flexcoders] [SebCoverFlow] Enablinghand cursor when user mouse overs an item/picture?

2009-02-08 Thread fotis.chatzinikos
Hello all, I am trying to do what the subject suggests, ie enable the hand cursor when a user mouse overs an item/picture in Seb's CoverFlow component. Any ideas? TIA, Fotis PS: I extended It to provide a new event coverClicked, because the click event did not fire every time and i needed to

[flexcoders] [Air Skin in Flex] Is it possible to use the dark default air theme in flex?

2009-02-19 Thread fotis.chatzinikos
Hi, Anybody knows if it is possible to use the default dark Air theme in online flex apps? There are some similar ones online, for example in the scalenine site, but i was just wondering if it is a flag or something in the SDK... TIA, Fotis

[flexcoders] [Complicated ? :-p] dynamic itemRenderer + dataprovider problems

2009-02-23 Thread fotis.chatzinikos
Hello all, I a have a List component which at runtime I change its dataProvider AND item renderer via a button click. Everything runs smoothly until new data are added to the data provider that is current. The list picks up the change, but after this when i try to switch to the second provider +

[flexcoders] [Tree][move scrollbar to selectedIndex] how to ?

2009-03-05 Thread fotis.chatzinikos
Hello everybody, after much search on programatically opening a tree node, openItems, selectedIndex, and calllater magic, I managed to open AND select a node deep inside an mx:tree. The problem? this node might be lower in the tree than is visible (scrollbars appear as needed). Any ideas how

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

2009-03-18 Thread fotis.chatzinikos
Hi, I am working on a project where the debug build is about 1MB. The problem is that from build to build i have seen the resulting swf changing sizes. The builds do not add or remove any code, its just minor changes ie myIntVar = 1 instead of 0. Last 5 builds: 1. 1086 KB 2. 1086 KB 3. 894

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

2009-03-19 Thread fotis.chatzinikos
Hi, I am trying to make a simple mp3 player. At first i got errors when i was trying to get the ID3 info via the Sound class ID3 handler. I fixed it by removing the ID3 handler and audio plays OK in Firefox. The problem is that in Internet Explorer 7 I get the following exception:

[flexcoders] mx:image bottom=0 problems with vertical bar

2009-05-12 Thread fotis.chatzinikos
Hello all, I am trying to align an image at the bottom of the screen. My structure is the following: mx:application mx:Image bottom=0/ hbox left=0 top=0 ... /hbox /mx:application When the the hbox is less than the screen hight (ie no scrollbars) the image is correctly alligned at

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

2009-07-30 Thread fotis.chatzinikos
override protected function hiliteSelectedNavItem(index:int):void { var child:Button; // Un-hilite the current selection. if (selectedIndex != -1 selectedIndex numChildren) { child = Button(getChildAt(selectedIndex)); child.enabled

[flexcoders] Re: Java/Flex questions answered by James Ward

2009-08-17 Thread fotis.chatzinikos
make a remote call implementation in java that fills a hashmap or related object with all the info you want: init() { people = getPeople() ; towns = getTowns() ; etc... } if you want them 1-by-1 call them in sequence: getPeople() on responce getTowns and so on... --- In

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

2009-08-19 Thread fotis.chatzinikos
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; width=640 height=480 mx:VBox top=100 bottom=10 horizontalCenter=0 width=90% horizontalAlign=left verticalGap=5 id=debugWinVB_ID /mx:VBox /mx:Application At the start of the application

[flexcoders] horizontallist scrolltoindex question

2009-08-27 Thread fotis.chatzinikos
Any ideas how to simulate scroll bar arrow clicks? I.E. moving a lists element one - by - one and not by 'page' as scrolltoindex does. By page i mean the following: list contains 5 elements scroll to index 0-5 does nothing visually, while scroll to index 6 brings 6 as the first element and you

[flexcoders] mx:tree hand cursor on disclosure icons (the arrows next to folders) possible?

2009-08-31 Thread fotis.chatzinikos
Is there a way to set the hand cursor on the disclosure icons? (The little arrows next to the folders in the tree) Thanks, Fotis

[flexcoders] [slightly off topic] flex / as3 ad networks

2009-09-05 Thread fotis.chatzinikos
Hello all, could you provide some links to ad networks that have actionscript APIs? 1. mochiads 2. inviziads 3. google ads for games (only games, need 50 gameviews a day) any more? that will will accept applications and not ust games? TIA, Fotis

[flexcoders] [BlazeDS] float serialization to Number problem

2009-10-13 Thread fotis.chatzinikos
Hi, I have a float in java which (in debug) shows as 214.59 after serialization it appears in the client as : 214.58999633789062 I have found a possible fix here http://stackoverflow.com/questions/632802/how-to-deal-with-number-precision-in-actionscript but i am interested to find out which

[flexcoders] [Module][Flash10/9 integration] Can i load a flash 10 module into app build on 9

2009-10-25 Thread fotis.chatzinikos
Hello all, Has anybody tried loading a flash 10 module, into an application build using version 9? Is it possible? Thanks, Fotis PS: In case anybody noticed, I spammed the list with a message in Greek. It was sent here by mistake, I am sorry.

[flexcoders] easy way to make a tree auto-expand?

2009-11-12 Thread fotis.chatzinikos
Hi, Is there an easy way to do this? for example opening a node of the tree expands the tree's height to fit the new expanded tree I have managed to do this with a cumbersome combination of parsing the tree into a flat openitems array and assigning its count to the tree's rowcount and was

[flexcoders] language switch on mac does not work?

2009-11-23 Thread fotis.chatzinikos
Hello all, I have tried to google this but I do not seem to find anything... Anyone knows if this is a known bug? Is there a solution? TIA, Fotis

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

2010-01-29 Thread fotis.chatzinikos
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 indicator some times switches to Greek but still all text inputs are broken. Either empty

[flexcoders] SystemManager and RSL linkage

2010-05-11 Thread fotis.chatzinikos
I am building my flex 3 project using the external RSL support. What confuses me is that when I try to use the SystemManager (and thus import it) my swf increases in size (~250KBs). Why is that? Is not SystemManager included in the RSL? Can somebody explain? Any ideas on what classes are

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

2010-05-27 Thread fotis.chatzinikos
Hello, I have a viewstack with several children. Sometimes i get the following error when i switch views, but the problem is that sometimes it happens once every 4-5 switches sometimes the error goes away for several days... Any ideas on how to debug? TIA, Fotis TypeError: Error #1009:

[flexcoders] flex SSL facebook graph api and IE

2010-06-03 Thread fotis.chatzinikos
Hello all ... Anybody playing with Facebook's new graph api? I have an application that uses: https://graph.facebook.com/me?access_token=...token here... To get the logged in user's data (name, surname ,...) Firefox, chrome it works perfectly in IE i get an IOError without any descriptive

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

2010-07-23 Thread fotis.chatzinikos
Hi everybody, I have a RichTextEditor which I am trying to set its default Font Face size and color using the following CSS: RichTextEditor { textAreaStyleName: 'rteStyle'; } .rteStyle { font-size:26;

[flexcoders] flex preloaders stopped working on flash 11? (WIN 11,0,1,152) DEBUG

2011-10-09 Thread fotis.chatzinikos
My custom preloader stopped working with flash 11 (WIN 11,0,1,152) DEBUG Can somebody else check their apps and let me know? Thanks, Fotis