[flexcoders] Re: printing/zooming bugs

2006-07-19 Thread Peter Blazejewicz
--- In flexcoders@yahoogroups.com, Samuel Reuben [EMAIL PROTECTED] wrote: If you go to http://www.adobe.com/shockwave/welcome/ in the flash player about does it show 9,0,16,0 ? -sam Hi sam, I've submitted that as serious usability issue to Flex QA team during beta and haven't got any

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Peter Blazejewicz
Hi Jason, I've submitted that (zoom in/zoom out/show all) as plugin usability bug some time ago to Flex Team QA, haven't received confirmation yet from them though, kind regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Check out

[flexcoders] Re: where's the best place to report bugs?

2006-06-15 Thread Peter Blazejewicz
hi Jason, I've used bug report/wish form: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform to report bugs to Adobe Flex Team, I know that is working because I've had some mail communication with Flex QA team after filling bugs, kind regards, Peter Blazejewicz

[flexcoders] Re: 1.5 - 2.0: Is it possible to use LocalConnection without creating ...

2006-06-15 Thread Peter Blazejewicz
width=100% height=100%/ /mx:Application kind regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Re: 1.5 - 2.0: Is it possible to use LocalConnection without creating ...

2006-06-15 Thread Peter Blazejewicz
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Thanks, Peter. you're welcome Tracy, I've already learned some things from your posts here and there ;) regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Check

[flexcoders] Re: RSL: using runtime shared library prompts debug dialog [F2b3]

2006-06-07 Thread Peter Blazejewicz
Hello list, just to let you know, I've just got mail from Adobe Flex QE after filling bug with that issue, They were able to reproduce that behavior, so guys: when testing RSL just dismiss that dialog and movie will continue fine, issue will be fixed soon, kind regards, Peter Blazejewicz

[flexcoders] Re: RSL: using runtime shared library prompts debug dialog [F2b3]

2006-06-06 Thread Peter Blazejewicz
- i've simply followed flex docs documentation to create RSL library and project that uses RSL) regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com

[flexcoders] Re: Image problems

2006-06-05 Thread Peter Blazejewicz
(source=/assets/images/star_sm.gif)] private var fullIcon:Class; and that's working fine, however I can confirm that there are incompabilities between beta 2 and beta 3 syntax for Embed tag and paths, search forum for embed tag, I believe it was already posted before, regards, Peter Blazejewicz

[flexcoders] [F2b3] refreshing datagrid view after changes in related editable datagrid

2006-06-01 Thread Peter Blazejewicz
; this.isMod = isMod; } public var firstName:String; public var isMod:Boolean; } } thanks for helping with that, kind regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Loggin API and MiniDebugTarget [F2B3]

2006-05-26 Thread Peter Blazejewicz
regards, Peter Blazejewicz as side-note: I want to thank to Adobe team for releasing source files - I was be able to find what's wrong after looking into sources, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Re: Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-20 Thread Peter Blazejewicz
Hello Renaun, many thanks for getting back :D to Adobe: are there plans to relese source for mx.rpc.* classes? regards, Peter --- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote: There are some old posts on the board about this. Basically there is a conflict

[flexcoders] Re: Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-20 Thread Peter Blazejewicz
Hello Matt, thanks for info and filling it out, regards, Peter --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: We're not planning on releasing source to the RPC classes right now, sorry. I've filed a bug on the Amazon issue, I spent about an hour debugging and

[flexcoders] Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-19 Thread Peter Blazejewicz
% text ={amazonECS.ItemSearch.lastResult}/ mx:Button label=send click=amazonECS.ItemSearch.send()/ /mx:Application docs: http://docs.amazonwebservices.com/AWSEcommerceService/2005-03-23/ index.html thanks in advance, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http

Re: Ri£º [flexcoders] Flex 2 problem about remoteobject in tomcat

2006-04-25 Thread Peter Blazejewicz
Hello sank, there's someone who already wrote such tuto: http://www.silver-island.com/arts/flex/FDS2.0_on_Tomcat/jms_chat_on_ tomcat.html good luck! :D kind regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Re: Flex2b2 - DataGrid bug - using ArrayCollection of ValueObjects

2006-04-25 Thread Peter Blazejewicz
, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group "flexcoders"

[flexcoders] Re: force image reload

2006-04-25 Thread Peter Blazejewicz
source ={imageURL+getRand()} complete=Alert.show('source url: '+img.source. toString()) click=img.executeBindings()/ /mx:Application click image to refresh and see current url, hope that helps, kind regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com

[flexcoders] Re: help with a tree

2006-03-31 Thread Peter Blazejewicz
/mx:WebService mx:Panel borderAlpha=1.0 mx:Tree id=DocTree labelField=@label showRoot=true/ /mx:Panel hth, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Re: List Component Bug!!

2006-03-28 Thread Peter Blazejewicz
){ this.firstName = firstName; this.surname = surname; } } } but I would welcome something built-in instead of above solution or using IUUD interface, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Peter Blazejewicz
Hello Jeremy, try to add labelField property declaration, e.g.: mx:MenuBar labelField=@label to filter data for dataProvider, hth, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Re: Menu Bar Killing me. Can someone help.

2006-03-28 Thread Peter Blazejewicz
Hi Sönke, ops, that's not what I ment: it should be: define property showRoot=false thanx Sönke, regards, Peter -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Cairngorm problem

2006-03-28 Thread Peter Blazejewicz
sample which updates bindings without problems, Also Renaun mentioned bindings working fine with AMFPHP based Cairngorm implemenation, hth, kind regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Re: Beta 2 - RSS reader

2006-03-28 Thread Peter Blazejewicz
written especially for RSS/Atom feeds parsing, hth, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

[flexcoders] Re: Message destinations in the context of a multi-room chat app

2006-03-28 Thread Peter Blazejewicz
/tutorial/1_3_1-fcs/doc/advanced.html#1024752 not being experienced in Java yet, can someone confirm that? regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] Re: Cairngorm problem

2006-03-28 Thread Peter Blazejewicz
Hello Jonathan Renaun, I've added: executeBindings(true); in onResults handler posted previously and now chart are working fine, not tested with original Jonathan's example yet though, kind regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: Cairngorm problem

2006-03-28 Thread Peter Blazejewicz
hi Jonathan, calling Application.application.executeBindings(true) within orginal StatsCommand onResult handler make your example working fine for me (when requesting data from jsp dynamic page), regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Re: Flex2 beta2 bug - Focus does not work on lists

2006-03-23 Thread Peter Blazejewicz
it to original class (proxiedItem.object_proxy to ItemVO), but that seems to work fine, also if your other classes use uid you can consider adding custom public namespace to your class for that property to avoid conflict with IUID namespace, kind regards, Peter Blazejewicz -- Flexcoders Mailing

[flexcoders] Re: Flex2: watch/unwatch AS3 solution to track component enabled property

2006-03-10 Thread Peter Blazejewicz
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: You should file a bug for us to make the 'enabled' property bindable. - Gordon Hi Gordon, done, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Re: Flex2: watch/unwatch AS3 solution to track component enabled property

2006-03-10 Thread Peter Blazejewicz
Hello Matt, yes, all other required properties are dispatched by framework (move, show, hide, changes in states, etc) and thats very easy in flex to register for that events from component for every container down to application root and unregister when component is destroyed :D thanx for taking

[flexcoders] Re: FB2 :: Error subclass :: What is 'native' attribute FB2 inserts

2006-03-10 Thread Peter Blazejewicz
Hello Mike, native from what I've learned from docs is replacement for intrinsic in AS2 language, see Global.as flex framework class, that is real native usage sample, all impementation is within plugin, and class is for compile time check only, regards, Peter Blazejewicz -- Flexcoders

[flexcoders] Re: FB2 :: Error subclass :: What is 'native' attribute FB2 inserts

2006-03-10 Thread Peter Blazejewicz
=LiveDocs_Partsfile=as3_specification176.html http://livedocs.macromedia.com/specs/actionscript/3/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=as3_specification66.html regards, Peter Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Flex2: watch/unwatch AS3 solution to track component enabled property

2006-03-09 Thread Peter Blazejewicz
solution? for a moment I'm adding listeners that watch for drawing events in component parents to reflect changes, not nice but works, thanx in advance, regards, Peter Blazejewicz -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] SharedObject across Applications

2005-04-13 Thread peter blazejewicz
cal(soName, "/"); there is a subset of characters which are not allowed in SO name but dots are allowed :) hth, regards, Peter Peter Blazejewicz JesterXL wrote: As long as your apps are both deployed on "cow.com", then just add a "/" to the 2nd parameter of your get,

Re: [flexcoders] Using Zinc with Flex

2005-04-12 Thread peter blazejewicz
Hi Scott, it sounds similar to Flex/Central integration: Flex application is hosted within Central shell and as source file during installation: [quote] application name=SomeApp src=SomeApp.mxml.swf [/quote] (from example product.xml) regards, peter Peter

Re: [flexcoders] Flex SWF in Zinc

2005-03-14 Thread peter blazejewicz
Hi Jessie, I wondered about the same licensing question when I've been testing Flex inside ZINC, I've simply use .exe as shell container for .swf served from Flex just like in browser , thanx for asking that, regards Peter, MDM Support Team [EMAIL PROTECTED] JesterXL wrote: Is wrapping a