[flexcoders] Embed PostScript font

2006-07-18 Thread franto
on my buttons or component with buttonMode=true but there are still only default ARROW cursor, is this defaule Flex2 behaviour?Thanks for all your help Franto __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Do not reloaded images in TileList

2006-07-18 Thread franto
Hi,i hope that there is some switch to not preloaded Images from web when I have TileList with some data Providerimages are downloaded based on this data providerbut when there is mroe items and scrollbar appears, and I scroll with it, all new images (or old ones which was hided) are loaded

Re: [flexcoders] Binding 2 datagrids and videoDisplay

2006-07-20 Thread franto
i think, you read something from localfilesyustem and web as well?i have same problem... but I have to use compiler directive use_network=trueand use just network, than this error didnt occurs anymore(it was because flv wasnt downlaoding from webOn 7/18/06, tonyx_788 [EMAIL PROTECTED] wrote:

Re: [flexcoders] TileList and custom Scrollbar

2006-07-24 Thread franto
ok, i didnt see method scrollToIndex();Thanks, it works :)FrantoOn 7/24/06, franto [EMAIL PROTECTED] wrote:HI all,i cant make this work, please help meI have TileList and VScrollBar, which I want attach to TileList but I dont know how...1) TileList hast protected property VerticalScorllbar

[flexcoders] Sound mute for NetStream

2006-07-24 Thread franto
? -- -Franto http://blog.franto.comhttp://www.flashcoders.sk __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] TileList and custom Scrollbar

2006-07-24 Thread franto
HI all,i cant make this work, please help meI have TileList and VScrollBar, which I want attach to TileListbut I dont know how...1) TileList hast protected property VerticalScorllbar but I can access it (dont knowhow) 2) on scroll event of custom scrollbat i cant set fist visible item of

Re: [flexcoders] VideoPlayer.metadataReceived - were'd it go?

2006-07-25 Thread franto
I'm using it through Video class...stream = new NetStream(connection); stream.client = new CustomClient(this); and then CustomClient Classclass CustomClient { import kremsa.CustomVideo; private var _video:CustomVideo; public function CustomClient(video:CustomVideo) { _video = video; }

Re: [flexcoders] Re: SWF Volume

2006-07-25 Thread franto
I have problem to set volume on streamed FLV from net...does someone know how can i do that?Thank for your helpFrantoOn 7/21/06, flexnewbie06 [EMAIL PROTECTED] wrote: I did see that example, but got confused because the sound in my swf is included in the swf

Re: [flexcoders] saving a manipulated jpg

2007-01-25 Thread franto
. -- - Franto http://blog.franto.com http://www.flashcoders.sk

[flexcoders] Posting PNG to server

2007-01-25 Thread franto
Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP) Im try URLLoader + URLRequest.data = png but it doesnt work :( Does anyone know, what should I do? Thanks P.S. Close to deadline :)) Franto

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
what do ou mean exactly? On 1/25/07, Simeon Bateman [EMAIL PROTECTED] wrote: I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass the binary data? simeon On 1/25/07, franto [EMAIL PROTECTED] wrote: Hi, Please help me

Re: [flexcoders] Posting PNG to server

2007-01-25 Thread franto
1 more thing can be sent in 1 URLRequest post data + PNG i think its not possible, but just asking because for png i need to set request.contentType = multipart/form-data; but it removes ll POST vars (text) is it possible to merge these 2 kinds of data? Franto On 1/25/07, franto [EMAIL

Re: [flexcoders] Posting PNG to server

2007-01-26 Thread franto
we got it working now, thanks for help anyway :) On 1/25/07, franto [EMAIL PROTECTED] wrote: what do ou mean exactly? On 1/25/07, Simeon Bateman [EMAIL PROTECTED] wrote: I have done this with ColdFusion using the RemoteObject tag. Can you use one of the remote object php tools to pass

Re: [flexcoders] Re: Posting PNG to server

2007-01-26 Thread franto
mx:HTTPService id=pngService url=myScript.php method=post/ ?php $png = $_POST['PNGData']; ? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, franto [EMAIL PROTECTED] wrote: Hi, Please help me, how can I post PNG (ByteArray created by Tini Uro's convertor) to server (PHP

Re: [flexcoders] Re: Flex 2 profiler

2007-01-29 Thread franto
-- - Franto http://blog.franto.com http://www.flashcoders.sk

Re: [flexcoders] Convert ByteArray to Bitmap

2007-01-29 Thread franto
if you dont know what is it ByteArray how you want todisplayit :) you have to know at least 1 parameter, width or height... thats my opinion Franto On 1/26/07, Steve Cox [EMAIL PROTECTED] wrote: All, I'm retrieving an image via remoting as a ByteArray. How can I convert this to a Bitmap

[flexcoders] Skin Button with Sprite from Flash 9 library

2007-03-07 Thread franto
thanks for your advices, I need response ASAP please Franto

Re: [flexcoders] States and transitions

2007-03-23 Thread franto
of screen). So visually all is correct, but I have to do something on ADD, REMOVE events, and this is bugged or Im missing something... Can someone help me? -- .:Franto:. http://blog.franto.com http://www.flashcoders.sk http://www.carcassonne.sk On 15/03/07, Troy Gilbert [EMAIL PROTECTED

Re: [flexcoders] Re: Yahoo map API

2007-03-23 Thread franto
anyone know what is the problem? Im using Flex 2.0.1 Thanks Franto On 22 Mar 2007 08:36:42 -0700, ashifsayani [EMAIL PROTECTED] wrote: What's the error? One thing to check is to make sure you set private const SWFDOMID value to your actual swf file name Ashif --- In flexcoders

Re: [flexcoders] Re: Yahoo map API

2007-03-23 Thread franto
ok, i know, it's just for Flex 1.5 :) On 23/03/07, franto [EMAIL PROTECTED] wrote: Im trying using YahooMap.swc, but I got internalbuild error: SeverityDescriptionResourceIn FolderLocationCreation TimeId 2unable to load SWC YahooMap.swcFastAndSimple

[flexcoders] Custom dataDescriptor and custom ICollectionView

2008-10-30 Thread franto
this in MXML. Btw i have [DefaultProperty(children)] so when it was array, MXML works, but with ICollectionView do not. Or maybe if you have better idea how to implement such component based on Tree let me know. I appreciate links to some tutorials or resources. Thank you very much -- -- Franto Kormanak

Re: [flexcoders] Re: Setting perspectiveProjection disable children interactivity

2010-01-22 Thread franto
Hi, I have same exact problem in Gumbo. I'm using native 3d support and when I set perspectiveProjection all children loose interactivity or it's screwed up... do you know how to fix it? It's very urgent :) Is there anybody who knows how to fix it? Franto -- Franto Kormanak (fra