[flexcoders] Summery for each runtime generatet collumn in advanced datagrid

2009-05-04 Thread Deniz Davutoglu
Hi guys, I try to get summary for each collumn in advanceddatagrid which is generated and grouped in runtime. I try every sample I could find in web but didn't work. in my code some parts are remarked due different samples. I will appreciate if yo help me. ?xml version=1.0 encoding=utf-8?

[flexcoders] Getting field names in array collection

2009-04-04 Thread Deniz Davutoglu
Hi, I need to get field names in array collection but when I use for each method I got just values not field names. When I assign array collection as a data provider of datagrid it automatically retrieves field names, it means that it is some method in as3 to get field names. Does any one

[flexcoders] Attach camera stream to byteArray

2009-02-10 Thread Deniz Davutoglu
Hi Guys, Does it possible to attach video stream from camera to byteArray just like attaching it to net connection? Thanks Deniz

[flexcoders] Adobe Air İnstall in Ubuntu 8.10 amd64

2008-12-27 Thread Deniz Davutoglu
Hi I try to install adobe air in Ubuntu 8.10 AMd 64 Hi I try to install Adobe Air in Ubuntu 8.10 AMD64. I tried instructions in both ubuntu and Adobe sites but something is wrong. as you will see in fallowing lines error that is generated says that it fail to load modules. As you will notice it

[flexcoders] TourDeFlex in linux

2008-12-21 Thread Deniz Davutoglu
Hi I installed air 1.5 for linux an TourDeFlex in ubuntu 8.10 but after install I cant find TourDeFlex in any menu does any one knows hot to reach to app? Thanks

[flexcoders] Re:FlexBuilder on 64bit machine any good?

2008-12-15 Thread Deniz Davutoglu
Hi, I use flex builder in 64 bit Linux. it improve performance by twice Strongly I suggest it. It crashes less than 32 bit and works faster. Deniz

[flexcoders] mxml compiler on linux

2008-12-15 Thread Deniz Davutoglu
Hi Everyone, I try to build some app which use mxml compiler. in windows everything is ok when I compile .as file with mxmlc it creates swf file, but in Linux when I try to compile same .as file wit mxmlc it cast me error command not found. I checked all permissions and ownership are ok. Does

[flexcoders] Re: mxml compiler on linux

2008-12-15 Thread Deniz Davutoglu
your PATH= $PATH:$FLEX_HOME/bin, where $FLEX_HOME is the full path to your Flex sdk (e.g., if you have FB3-alpha4 installed, it's under sdks/3.0.0). -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Deniz Davutoglu d...@7ist.com Reply-To: flexcoders

[flexcoders] Re: using components

2008-10-22 Thread Deniz Davutoglu
Hi, First of all I would like to thank you. I tried your suggestions. Application.application didn't work and until I put addEventListener code in function which is trigered by applicationComplete it continue to cast me error number 1120 when I did it problem was solved

[flexcoders] Re: file upload with rpc

2008-10-21 Thread Deniz Davutoglu
] On Behalf Of Deniz Davutoglu Sent: Monday, October 20, 2008 3:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] file upload with rpc Hi guys, does any one tried to upload file using rpc? I wonder how can I post files using rpc... thanks. Deniz

[flexcoders] using components

2008-10-21 Thread Deniz Davutoglu
Hi everyone, I try to break apart my flex app and I get faced with one issue. I create components for every part of app and load them as I need. But it creates some problems. First off all within component I cant call functions that are in main app mxml. Secondly I cant create events for sub

[flexcoders] file upload with rpc

2008-10-20 Thread Deniz Davutoglu
Hi guys, does any one tried to upload file using rpc? I wonder how can I post files using rpc... thanks. Deniz

[flexcoders] Re: amf php

2008-10-09 Thread Deniz Davutoglu
Transfer Objects. --- In flexcoders@yahoogroups.com, Deniz Davutoglu deniz.davutoglu@ wrote: Hello Guys, We are goint to write some application with flex/amfphp. Our php Guy ask me how can we create inheritance in php classes or how we can settle continuality in application

[flexcoders] Bindable variables and modules

2008-10-09 Thread Deniz Davutoglu
Hi,As I yesterday mentioned we started some app to write in flex+amfphp one thing that we need to do is to seperate appliacation in modules. As this application needs to be multilingual I got all content from database in one ArrayCollection and Bind every part with rigth object. but here some

[flexcoders] amf php

2008-10-08 Thread Deniz Davutoglu
Hello Guys, We are goint to write some application with flex/amfphp. Our php Guy ask me how can we create inheritance in php classes or how we can settle continuality in application. For exsample we have one class to connect to database another that check login status(which need to get some data

[flexcoders] Loading custom modules

2008-07-04 Thread Deniz Davutoglu
Hello Guys, I try to seperate my application in modules and in runtime to load them as I need so I whan to learn what is differnece beteen module and component Thanks Deniz

[flexcoders] Datagrid editedItem

2008-07-03 Thread Deniz Davutoglu
or not. Does it any way to find content of editing cell? Thanks Deniz Davutoglu

[flexcoders] Encoding Problem in linux

2008-06-19 Thread Deniz Davutoglu
Hello Guys, Today I switched completely to Ubuntu Linux. Last month I produced some CMS for our corporate website in FLEX. From Linux I tried to update some content but I experienced something wear. When I try to enter new data from keyboard characters which are in Turkish like öü#351;ç become

[flexcoders] Re: Encoding Problem in linux

2008-06-19 Thread Deniz Davutoglu
It seems to be the exact bug as it is described in bug list, becouse I allways use UTF-8 as a page encoding and mxml/as files. --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: On Thu, Jun 19, 2008 at 09:30:01 -, Deniz Davutoglu wrote: Hello Guys, Today I switched completely

[flexcoders] HTTPRequest vs URLLoader

2008-06-16 Thread Deniz Davutoglu
Hello I wonder what is different between HTTPRequest and URLLoader? are they same objects with different names for flash and flex or so? Thanks

[flexcoders] Re: DuplicateMovieClip

2008-06-13 Thread Deniz Davutoglu
How can I copy bitmap? Also this work just for bitmap. if I load swf what sould I do? --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can make a copy of the bitmap.

[flexcoders] Difference between Flash/Flex in AS 3

2008-06-12 Thread Deniz Davutoglu
Hello Guys, I wrote some code in flash AS3 (that one that I sended yesterday ) I copied it to flex and even sample codes like for (var i:uint; trow error. do you have any idea why it is happening?

[flexcoders] DuplicateMovieClip

2008-06-12 Thread Deniz Davutoglu
Hello Guys, I want to load some jpg with loader class and duplicate it (when I create 2 loaders and load data some how it loads data twice and this cause extra traffic and delay, I need something like duplicateMovieClip in AS3. Has any one has similar experiance or have a solution?

[flexcoders] Re: DuplicateMovieClip

2008-06-12 Thread Deniz Davutoglu
load the jpg, although the 2nd should come from the browser cache. You can make a copy of the bitmap and use that instead of the 2nd loader. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deniz Davutoglu Sent: Thursday

[flexcoders] Flash Player for linux

2008-06-10 Thread Deniz Davutoglu
Hello Guys, My question is not directly releated to flex but because here are a lot of guys from Adobe I think it is right place. I use ubuntu and FF 3 when I visit any site that have Flash content with transparent backgroud it is opaque(even in adobe site). is it a because firefox/x-window or it

[flexcoders] Re: Flash Player for linux

2008-06-10 Thread Deniz Davutoglu
I update it today it should be Ubuntu 8.04 FF RC2 also I install Player v 10 beta, I use x86_64 on intell procesor. Also in ubuntu 7.10 and FF 2 Flash Player 9 it was same

[flexcoders] Catching target Name

2008-06-10 Thread Deniz Davutoglu
Hello I use the following code and I try to catch the name of object that I clicked. With code I use below everytime it gives me instance1 do you have any idea how can I do this. StageAlign.TOP_LEFT import flash.display.Sprite; import flash.events.MouseEvent; var kareler:Array= new Array() var

[flexcoders] Login Screen an data format usage

2008-06-05 Thread Deniz Davutoglu
Hello I wonder how can create login screen with flex, also which format is more usible for daha exhcange, remoting, json, xml? Thanks

[flexcoders] Error #2032: Stream Error

2008-05-07 Thread Deniz Davutoglu
I have a couple http services which pool data from mysql and apcahe, just one of them is trowing [RPC Fault faultString=HTTP request error faultCode=Server.Error.Request faultDetail=Error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2032: Stream Error. URL:

[flexcoders] httpservice.send() problem in flex

2008-05-06 Thread Deniz Davutoglu
Hello everyone, I try to use some data driven tree control with php mysql and apache server. I include or delete new nodes to tree and save it. When I browse page in firefox send() method works fine and save data to mysql, but in ie or opera it doesn't! it seems that it does something because tree

[flexcoders] Using Flex Efficiently

2008-04-29 Thread Deniz Davutoglu
Hello Guys, I'm working with flex for a while but I realized that I dont use it realy efficiently. When I start to serch in net I found some article in adobe site which says most developers are Using an RIA framework to build Web 1.0 applications so I would like to learn structure and logic of

[flexcoders] saving charts as a graphic

2008-04-21 Thread Deniz Davutoglu
Hello guys, I need to save charts generated with flex charting component as a gif/png/jpeg or so. Do you have any ide how can I do? thanks Deniz

[flexcoders] Flex and seo optimisation

2008-03-26 Thread Deniz Davutoglu
Hello guys, I am working on project whom is importand to have hi page rank in seo . this is shopping site and I want to start fro scratch in flex do you think that this is wise decision? can yo write me about flex and seo relation. some people still claim that search engines dont allow your

[flexcoders] Re: Flash For linux

2008-03-14 Thread Deniz Davutoglu
I can do samething with linux, I can use virtualisation but it is not my point. I want to use all softwares natively as it is. By the way I tryed nvu as a html editor it works quite good and looks like dreamweaver. it wort to try.

[flexcoders] double sided h-scroll

2008-03-14 Thread Deniz Davutoglu
Hello, I know everry time I ask for something:P this time I need doble sided h-scroll component to enter min an max values. does any one know some thing like that? Thanks

[flexcoders] Re: Flash For linux

2008-03-13 Thread Deniz Davutoglu
For couple of days I was out. so As I see no one mentioned about open source flash or flash alternative ide for linux. I need some thnig that will create compact code like banners or so. flex creates big files which are not suitible for banner usage. I try to move to linux. because I thing

[flexcoders] SetInteval Error

2008-02-14 Thread Deniz Davutoglu
Hello Guys, I have collection of loaders whitch I try to manipulate with setInterval() Code works and movie clip loaded in loader goes to prevFrame but flash player trows me error. do you have any idea why? var objeler:int=setInterval(loadObjects,1000) function loadObjects():void{

[flexcoders] Re: SetInteval Error

2008-02-14 Thread Deniz Davutoglu
thanks Alex, for (var i:int=0;i=moods.length;i++){ needs to be for (var i:int=0;imoods.length;i++){ I try to set property for non existing object . -- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Use a debug build so you get line numbers. It'll point to the line in your

[flexcoders] seting parameter to setInterval()

2008-02-13 Thread Deniz Davutoglu
Hi I need to send parameters to function which I use in setInterval statement does it posible or is it any way to generate runtime funtions whitch I call via setInterval

[flexcoders] dynamic variable naming in as3

2008-02-12 Thread Deniz Davutoglu
Hello folks, I have to create dynamicly couple of movieclips with for loop. in past I could use for (i=0;i10;i++){ createEmptyMovieClip(movie+i, getNextHighestDepth) } but when I try to use for (var i:int=0;i10;i++){ var this[customer + i]:Loader = new Loader(); url =xml.children()[EMAIL

[flexcoders] Re: dynamic variable naming in as3

2008-02-12 Thread Deniz Davutoglu
. (this['customer2'] as Loader).bla bla... Deniz Davutoglu wrote On 02/12/2008 11:00 AM: Hello folks, I have to create dynamicly couple of movieclips with for loop. in past I could use for (i=0;i10;i++){ createEmptyMovieClip(movie+i, getNextHighestDepth) } but when I try to use for (var

[flexcoders] combo box and xml error in flex

2008-01-23 Thread Deniz Davutoglu
Hello, I am new in flex and I try to get data from server. When it contains just one node in xml like this rotaters rotater id30/id namesdf sdf sd/name size120x300/size /rotater /rotaters it cast this error : Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL