[flexcoders] flex development @ linux

2007-05-01 Thread Yiðit Boyar
hi guys; i'm starting a new flex project and want do develop it @ linux if possible. before the release of flash player 9 for linux; some guys were writing here that they develop at linux but test at windows. but i couldn't find any guide to do this. so if possible; how can i start developing fl

Re: [flexcoders] creating instances, addChild question

2007-04-30 Thread Yiðit Boyar
try setting creationPolicy="all" in your component - Original Message From: bhaq1972 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, April 30, 2007 2:56:41 PM Subject: [flexcoders] creating instances, addChild question This question is very

Re: [flexcoders] Will ECMAScript ever support abstract classes?

2007-04-26 Thread Yiðit Boyar
and function overloading (like in c++) ?? - Original Message From: ben.clinkinbeard <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, April 26, 2007 11:30:31 PM Subject: [flexcoders] Will ECMAScript ever support abstract classes? I've found

Re: [flexcoders] SOLVED: How do I tell what I clicked on?

2007-04-10 Thread Yiðit Boyar
actually i use name property to check dynamically created components' types when i need to handle them. so can you briefly explain why do you recommend developers not to use name property ? thanks. - Original Message From: Gordon Smith <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com

Re: [flexcoders] Loading and Controlling a Flash Animation within a Flex Application

2007-04-07 Thread Yiðit Boyar
hi mike; a few day ago i had the same problem; i needed to load a swf and interact with it. i had to do it in 2 days so couldn't wait for the answers of this mail group and i solved the issue by migrating AS2 swf to AS3 using flash player 9 alpha. i dont know if this is available for you but if

Re: [flexcoders] Binding xml to dataGrid - dynamic columns

2007-04-03 Thread Yiðit Boyar
did you try dataGrid.invalidateList() and or (inavlidateDisplayList) i think one of them should solve the problem... - Original Message From: kho7002 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, April 4, 2007 1:20:56 AM Subject: [flexcoders] Binding xml to dataGrid

[flexcoders] talking to Flash SWF's

2007-04-03 Thread Yiðit Boyar
hi all; in one of my projects; i wanted to use some of my old flash 8 projects as external SWF's. I tried to use SWFLoader but i was not able to extract the content as a movie clip (so couldn't have control over the loaded swf) hardly after i realized that the problem is AS2. Then i downloaded Fl

Re: [flexcoders] arrayCollection.removeItem does not work ??? --bug ??

2007-03-21 Thread Yiðit Boyar
trace("sonraki boy:"+String(ModelDSI.getInstance().task_1_defs.length)); trace('task_1_def silindi'); } - Original Message From: Yiðit Boyar <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, March 21, 2007 10:47:30 AM Subject

[flexcoders] arrayCollection.removeItem does not work ??? --bug ??

2007-03-21 Thread Yiðit Boyar
hi all; i'm using cairngorm and many data bindings from my model to views. the problem is that; i cannot remove items from dataProvider; actually i delete but they come back !!! the procedure is as it should be; i have an object commander that finds the object index from the arraycollection of Mo

Re: [flexcoders] amfphp problem - making more than 1 call at the same time :: fixed

2007-03-20 Thread Yiðit Boyar
i've migrated from amfphp1.2 to amfphp1.9beta2 and adodb to PDO in the server side and the problem is fixed... - Original Message From: Yiðit Boyar <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, March 19, 2007 10:28:09 PM Subject: [flexcoders] amfphp probl

[flexcoders] amfphp problem - making more than 1 call at the same time

2007-03-19 Thread Yiðit Boyar
hi all; i'm using amfphp1.2-cairngorum. (and postgres to store data) when i try to call 2 or more service calls at the same time; none of them can succeed; but if i call them one after another; there is no problem... what can cause this error ? or is this an error or a property of amfphp ? (actu

Re: [flexcoders] What to do on the server, what to do in Flex?

2007-03-16 Thread Yiðit Boyar
i generally prefer the client. the main reason is that; the server is the shared place whereas the client is private. in addition; as much as i know; amfphp sends objects in binary mode ; so it is much more cheaper than sending xml. wish it helps... - Original Message From: Kevin <[EMA

Re: [flexcoders] Contract Flex Programmers

2007-03-16 Thread Yiðit Boyar
try oDesk. i have never worked via odesk but one of my friends is working an he is quite happy - Original Message From: delodder_e <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, March 17, 2007 12:44:28 AM Subject: [flexcoders] Contract Flex Programmers

Re: [flexcoders] about :New Project: FlexCRUD -- Create Update Delete for Flex/amfphp/cairngorm

2007-03-16 Thread Yiðit Boyar
rngorm http://www.crowefun .com/flexcrud/ doku.php Yiðit Boyar wrote: > hi; > when i saw your [EMAIL PROTECTED] about your project; i saved it in case > i need... and now i need to try it > but the link does not work. > is there any other lin

[flexcoders] reaching any class's properties

2007-03-14 Thread Yiðit Boyar
hi all; i wonder if there is a way to reach property names of a class. i mean if there is sth like "for..in" loop for objects or not. i need this to write some generic functions... yigit... Never miss an emai

[flexcoders] about :New Project: FlexCRUD -- Create Update Delete for Flex/amfphp/cairngorm

2007-03-14 Thread Yiðit Boyar
hi; when i saw your [EMAIL PROTECTED] about your project; i saved it in case i need... and now i need to try it but the link does not work. is there any other link that i can download your project ? thanks... - Original Message From: Mike Crowe <[EMAIL PROTECTED]> To: flexcoders@yahoogro

[flexcoders] about the search engine issue

2007-03-01 Thread Yiðit Boyar
yesterday; Stig Bakken (Software Engineer - Google Norway) was at METU and he had a tech-talk on search engines. During the talk i asked the problem of RIA (swf) indexing ; whether google has studies to index swf files or not and his answer was almost negative. (he just said maybe video search te

Re: [flexcoders] Finding out when an arraycollection in my model is set

2007-02-26 Thread Yiðit Boyar
i had a similar problem; when an array collection in my model is changed; my datagrid should be refreshed so here is my code: (here ; user.projects is an arrayCollection) in the creation complete of the mxml file : ModelVT.getInstance().user.projects.addEventListener("collectionChange",dgYenile);

Re: [flexcoders] strange "Could not resolve to a component implementation." error

2007-02-26 Thread Yiðit Boyar
turday, February 24, 2007 7:01:22 PM Subject: Re: [flexcoders] strange "Could not resolve to a component implementation." error Yiðit Boyar wrote: > hi all; > i've just formatted my computer 1st time since i started flex; and now i'm &

Re: [flexcoders] strange "Could not resolve to a component implementation." error

2007-02-26 Thread Yiðit Boyar
- Original Message From: Impudent1 <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, February 24, 2007 7:01:22 PM Subject: Re: [flexcoders] strange "Could not resolve to a component implementation." error Yiðit Boya

[flexcoders] strange "Could not resolve to a component implementation." error

2007-02-24 Thread Yiðit Boyar
hi all; i've just formatted my computer 1st time since i started flex; and now i'm getting an error that i can not understand. do i miss sth with the install? here is the code: and here is the error: Could not resolve to a component implementation. Also my working proj

Re: [flexcoders] custom icons to tree nodes

2007-02-22 Thread Yiðit Boyar
i did the same thing to discrete file types; so here is my solution; every files extension is found in the server and embed into the xml result as the "icon" field with the matching variable names in the actionScript. here is the php code : after you send the xml in the above format; you just nee

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-22 Thread Yiðit Boyar
x27;ll look after pushing data to your app which is what you're asking. can also check out http://www.themidni ghtcoders. com/weborb/ php/index. htm cheers ben On 2/22/07, Yiðit Boyar <[EMAIL PROTECTED] com> wrote: hi all; i just can not believe th

Re: [flexcoders] DataGrid Columns Printing???

2007-02-22 Thread Yiðit Boyar
i had similar problems; and extended PrintDataGrid for some purposes; but i could never come over the width problem.(actually it was not a big problem for me so i altered)... but in the end; i decided to do the export job using php , an excel writer. (so @ server). if it is available for you; yo

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Yiðit Boyar
hi all; i just can not believe there is no reply to my post. has not anyone faces the same question ? or lazy solutions enough for you? or our group started to overflow and not answer needs... maybe a newsgroup/forum is needed.. - Original Message From: Yiðit Boyar <[EMAIL PROTEC

Re: [flexcoders] inserting row into datagrid from popup??

2007-02-20 Thread Yiðit Boyar
you better make the dataProvider a bindable array collection. when adding a new row(=item); just add it to the dataProvider (and do server requests if needed) in the time you add the item to the arrayCollection; the data grid will automatically refresh... - Original Message From: mthiel

[flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-20 Thread Yiðit Boyar
hi all; i'll buld an application in which the same data (or sth related) is shown in many views; so i will user cairngorm. (php&mysql&amfphp) but the problem is that other clients may change the data(base) so my model values must be updated in these cases. this seems to be a common problem with M

Re: [flexcoders] new HTTPService() using AS

2007-02-16 Thread Yiðit Boyar
you need to add an event listener for the result event of httpService. here is an example code for you : public function listen(e:Event):void{ trace('listening'); } public function dynamicReq():void{ var req:HTTPService=new HTTPSer

Re: [flexcoders] File Upload and Session

2007-02-16 Thread Yiðit Boyar
i send a unique id with the file and when the uploading is done a service call(using the same unique id) is triggerred to get the name of the file. i dont know if there is a better option but you should check mail archive... - Original Message From: john_69_11 <[EMAIL PROTECTED]> To: fle

Re: [flexcoders] flexcoders == jupiter

2007-01-14 Thread Yiðit Boyar
why dont we use a forum ? sth like phpBB .. hosted @ adobe.. (so makes it official ) - Original Message From: Stacy Tyler Young <[EMAIL PROTECTED]> To: Flexcoders Sent: Saturday, January 13, 2007 12:44:57 AM Subject: Re: [flexcoders] flexcoders == jupiter

Re: [flexcoders] reload the same Image every second

2007-01-04 Thread Yiðit Boyar
i did not look your code; but have a suggestion... try using php's gd library ..write a php file reads the picture and returns it as an image; than in flex; give the php file as the source of the image... (i did not try; just a suggestion) yigit... - Original Message From: johnesocko <[

Re: [flexcoders] Database insert with 100's of rows

2007-01-04 Thread Yiðit Boyar
i think that the result for your situation is to load what you need. :: a live datagrid .. and developing it for a special case is so easy... i was working on a dataGrid component; which loads just the needed elements; it gets a bindable count value; and gives the bound variables (that are shown

Re: [flexcoders] Concatenate data into multiline Text in Itemrenderer

2006-12-29 Thread Yiðit Boyar
you can use textArea.htmlText property instead of text and
for new line () - Original Message From: pdflibpilot <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, December 29, 2006 3:29:54 PM Subject: [flexcoders] Concatenate data into multiline Text in Itemrenderer

Re: [flexcoders] Item Renderer/Item Editor confusion

2006-12-26 Thread Yiðit Boyar
i have never used an item editor bu i have some suggestion for you. add a new variable to your object to keep the edit state...(e.g : _state) then; set your objects currentState to what your _state variable says: i used this logic to keep checkBoxes' situation. (another function controls data's s

Re: [flexcoders] Re: Flex Post with Special Characters

2006-12-26 Thread Yiðit Boyar
i dont know any idea how you can solve this problem in client side but you may try php preg_replace to replace § with ç etc... exm: $patterns[0] = '/§/'; $patterns[1] = '/á/'; $replacements[0] = 'ç'; $replacements[1] = 'A'; $text=preg_replace($patterns, $replacements, $text); see htt

Re: [flexcoders] Re: manually adding items to a datagrid

2006-12-22 Thread Yiðit Boyar
can you please share your solution here... thanks... - Original Message From: Clint Tredway <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, December 22, 2006 7:00:35 PM Subject: Re: [flexcoders] Re: manually adding items to a datagrid cool,

Re: [flexcoders] why AMFPHP , i still can not get the point :(

2006-12-18 Thread Yiðit Boyar
a couple of issues to make it more widely useful. Namely, the security concern of having a service that allows clients to effectively design their own SQL queries to be executed on your server, and secondly the fact that this approach seems to bypass the server side domain logic. Cheers, Lach

[flexcoders] why AMFPHP , i still can not get the point :(

2006-12-17 Thread Yiðit Boyar
hi, i've been developing web RIA's using PHP&mysql support for data for about 3-4 months. writing diffrent php files for every fetch type was sucking so i've starting developing a new class communicating with my own php file to fetch data. my class is so pre now but you may find some info about

Re: [flexcoders] is this a BUG in dataGrid ??

2006-12-14 Thread Yiðit Boyar
?? What type of object are you using for the dataprovider? Could you post the code you are using to modify the dataprovider -Original Message- From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Yiðit Boyar Sent: 14 December 2006 13:38

[flexcoders] is this a BUG in dataGrid ??

2006-12-14 Thread Yiðit Boyar
i have a AS 3 Class which extends dataGrid. i have an object data which is the dataProvider of super Class (dataGrid)... when i make changes on the data and call super.invalidateList() it does not refresh the first viewed row .. when i scroll down and go back, i see the new value of that row so i'

Re: [flexcoders] extending default components without losing their abilities - Solved a bit

2006-12-14 Thread Yiðit Boyar
ame namespace as your component. In your case simply leave out mx, since you are using the default namespace. Cheers, Ralf. On 12/14/06, Yiðit Boyar <[EMAIL PROTECTED] com> wrote: hi; i'm trying to develop component which is based on dataGrid. Whe

[flexcoders] extending default components without losing their abilities

2006-12-14 Thread Yiðit Boyar
hi; i'm trying to develop component which is based on dataGrid. When i create such a component; i can no more use Cheap talk? Che

Re: [flexcoders] Re: Firefox - TextInput Bug

2006-12-12 Thread Yiðit Boyar
this is a known problem of new firefox. it sometimes. can not focus on the address bar and i don't think this bug is related to flash player. - Original Message From: camlinaeizerous <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Wednesday, December 13, 2006 12:56:05 AM Subjec

Re: [flexcoders] extending classes question (AS) (.HTTPService)

2006-12-12 Thread Yiðit Boyar
return super.send(parameters) ; } The last line invokes the default implementation passing the parameters and returning the result as the result of your custom override. I'll be interested to learn of developments to your custom service class. Cheers, Lach On 11/12/2006, at 8:07 AM,

[flexcoders] how to stop tab from changing

2006-12-05 Thread Yiðit Boyar
i have an accordion, in which when the user clicks sth inside the first tab; the second tab is loaded. the problem is that; i have to prevent user from opening the second tab. i need to show an error and reselect the 1st tab. to make this; i have added an event listener for the change event of th

Re: [flexcoders] Flex Widget 1.0 release

2006-12-03 Thread Yiðit Boyar
download link seems broken? http://www.igorcosta.com/flex2/flexwidget.exe - Original Message From: Igor Costa <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Sunday, December 3, 2006 8:01:27 PM Subject: [flexcoders] Flex Widget 1.0 release Hi Folks

Re: [flexcoders] tabnavigator transitions

2006-12-03 Thread Yiðit Boyar
rom: [EMAIL PROTECTED] ups.com on behalf of Yiðit Boyar Sent: Sat 12/2/2006 2:34 PM To: [EMAIL PROTECTED] ups.com Subject: Re: [flexcoders] tabnavigator transitions hmm, now i got the logic. (but did not try) i did not used to know that i could add these effects to child containers, thanks a lo

Re: [flexcoders] selected combobox item to datagrid issue

2006-12-03 Thread Yiðit Boyar
i think dataproviders should have the same data-structures. chargeArray chargeDataProvider do these two have the same type of elements inside? (maybe having the "name" and "price" properties is enough ) - Original Message From: Husain Kitabi <[EMAIL PROTECTED]> To: flexcoders@yahoogroups

Re: [flexcoders] tabnavigator transitions

2006-12-02 Thread Yiðit Boyar
[EMAIL PROTECTED] ups.com on behalf of Yiðit Boyar Sent: Sat 12/2/2006 11:06 AM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] tabnavigator transitions after being a coder for years, i've always been away from design... but now i need to do some transition efect to my tabnavigator; but

[flexcoders] tabnavigator transitions

2006-12-02 Thread Yiðit Boyar
after being a coder for years, i've always been away from design... but now i need to do some transition efect to my tabnavigator; but i could not find any example; can anyone please help me? (i need an example transition code that works on tabnavigator) i need: 1: basic transition effect betwee

Re: [flexcoders] Re: Set combobox selection to data "copy paste code"

2006-12-02 Thread Yiðit Boyar
rs] Re: Set combobox selection to data --- In [EMAIL PROTECTED] ups.com, Yiðit Boyar wrote: > > i dont know whether there is a better way or not but i've used the fallowing way. > assume needed_val is the variable which is equal to the data of the

Re: [flexcoders] Set combobox selection to data

2006-12-01 Thread Yiðit Boyar
i dont know whether there is a better way or not but i've used the fallowing way. assume needed_val is the variable which is equal to the data of the one which should be selected (number in the example) and in the findMyVal function: private function findMyVal(obj:ComboBox , wanted:Number

Re: [flexcoders] accordion, load ALL

2006-11-29 Thread Yiðit Boyar
m [mailto:flexcoders@ yahoogroups. com] On Behalf Of Yiðit Boyar Sent: Tuesday, November 28, 2006 5:04 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] accordion, load ALL i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the compo

[flexcoders] accordion, load ALL

2006-11-28 Thread Yiðit Boyar
i have an acoordion box, and when sth is clicked inside one canvas, another is opened and a function in the component "included in the opened tab" is called. but in the first click, because the canvas objects are not preloaded, i cannot call the function... how can i say the accordion component

Re: [flexcoders] Re: charting trial banner

2006-11-27 Thread Yiðit Boyar
Licenses. Select Flex Charting and enter your serial number. -TH --- In [EMAIL PROTECTED] ups.com, Yiðit Boyar wrote: > > how can i get rid of the charting trial banner over my charts ? (my FB is no

Re: [flexcoders] Dynamic text in buttons

2006-11-27 Thread Yiðit Boyar
it's so easy in flex. I do sth similar in the add new variables - edit old variables forms. For your situation, you have to define an array of changing names(bindable if needed), which will be loaded from the database when the application is loaded. After it, in the label field of buttons etc, y

[flexcoders] charting trial banner

2006-11-27 Thread Yiðit Boyar
how can i get rid of the charting trial banner over my charts ? (my FB is not trial anymore) Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com

Re: [flexcoders] Re: Error #2038: File I/O Error.

2006-11-07 Thread Yiðit Boyar
+ "' cannot be uploaded because it is an empty" + " file. Files cannot be 0 KB in size.", "Upload Error..."); return; } --- In [EMAIL PROTECTED] ups.com, Yiðit Boyar wrote: > > when i'm working in my locahost and try to upload

[flexcoders] Error #2038: File I/O Error.

2006-11-06 Thread Yiðit Boyar
when i'm working in my locahost and try to upload a file which has blank character(s) (e.g. new document.txt) , i get the error: text=Error #2038: File I/O Error.also when i uploaded my flex application to my remote server; now i can not even upload files with names consisting no blank characters

Re: [flexcoders] Re: how to learn file upload result

2006-11-06 Thread Yiðit Boyar
> > > > I will do my best to lobby for this in-house! ;-) > > > > Stace > > > > _ _____ __ > > From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Yiðit Boyar > Sent: Monday, November 06, 2006 5:05 AM >

[flexcoders] how to learn file upload result

2006-11-06 Thread Yiðit Boyar
i use file IO example class of adobe to upload files to my server (to a php file).i added a URLVariables object to the URLRequest to send additional variables with the file,but i could not find a way to get the result of my php.i mean, my php file outputs an xml (giving the result of move_upload

Re: [flexcoders] Flash Player 9 Beta Available

2006-10-20 Thread Yiðit Boyar
really thanks adobe, adobe made me use windows since i've been working with flex and my friends had diffuculties in using my RIAs since they prefer Linux.so thanks adobe, looking for the final release...- Original Message From: Johannes Nel <[EMAIL PROTECTED]>To: flexcoders@yahoogroups.co

Re: [flexcoders] Sudoku in Flex?

2006-10-13 Thread Yiðit Boyar
once i had made an application in flash 8 professional, which helps solving sudoku.(loads the grid and values, than when you click one place shows the possible selections and if you want, it chooses somewhere and fill via AI. It is 2-3 coding steps away from solving the entire problem. (so i may