[flexcoders] Re: Help me name this eclipse feature so I can log a bug

2009-10-16 Thread dfalling
I was referring to the mac keyboard shortcuts. The ones you pointed out are correct, but the behavior still isn't what I want- the cursor moves further than it should when doing ctr-left/right / alt-left/right. It should stop at periods, not just at spaces, parentheses, and quotes. --- In

[flexcoders] Re: Help me

2009-05-08 Thread vaddi sujith reddy
--- In flexcoders@yahoogroups.com, flexdeveloper flexdevelo...@... wrote: Hi this is sri from hyderabad Iam new to flex, i want to choose Flex career, where should i start and how can i get assistance let me know what softwares should i know sri Hi, Does any body know good institute

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
yes, that site expose an API. you can tell me to attach or click random button in other web

RE: [flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: help me - sent request to automatically search yes, that site expose an API. you can tell me to attach or click random button in other web

[flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread btc132
it is the API basic http

RE: [flexcoders] Re: help me - sent request to automatically search

2009-04-08 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: help me - sent request to automatically search it is the API basic http

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Braam Genis
Use the metadata tag [RemoteClass(alias=WindowInfo)] above your WindowInfo class declaration and your objects should be typed when you retrieve them from SharedObject. On Sun, Feb 15, 2009 at 3:59 PM, valdhor valdhorli...@embarqmail.comwrote: I don't think you can do that. A SharedObject is

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Johannes Nel
watch out for classes that take arguments in the constructer or java style enums. On Mon, Feb 16, 2009 at 12:07 AM, Braam Genis braamge...@gmail.com wrote: Use the metadata tag [RemoteClass(alias=WindowInfo)] above your WindowInfo class declaration and your objects should be typed when you

[flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread djepyon
What you're saying here works, but you can definitely use RegisterClassAlias to get strongly typed objects when storing/retrieving data from a SharedObject or anything else AMF2 based (LocalConnection for example). This would prevent the need to cast any objects. --- In

Re: [flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-16 Thread Peter Hall
I'm not sure what you mean about casting in this context. Also, I guess you meant AMF3 when you said AMF2? (with AMF0/ AS2, you can use Object.registerClass() for the same effect). In AS3, registerClassAlias() is the way to make this work. But, as Braam said, [RemoteClass] is the simplest way: it

[flexcoders] Re: Help Me for SharedObject and registerClassAlias method

2009-02-15 Thread valdhor
I don't think you can do that. A SharedObject is just an object. What you would need to do is put the WindowInfo objects you want to store into an array and store the array in the SharedObject. When you want to retrieve the WindowInfo objects, read them into an array and coerce each array item

[flexcoders] Re: Help me sort out my reporting needs...

2008-06-30 Thread bredwards358
Fair enough, as I said our reporting needs are very simple, just a header and the required data, after downloading AlivePDF and looking at it for a bit I can tell this is the front runner. FlexReport's lack of an install guide and not having as much documentation marked it down in my eyes but I

[flexcoders] Re: help me

2008-06-25 Thread Amy
--- In flexcoders@yahoogroups.com, Kumaran Raj [EMAIL PROTECTED] wrote: in my project remote java object return xml as string than i convert it into xml than bind it to the datagrid  it didn't loaded.any one can help me plzz Did you ever notice that the word please actually needs

[flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread bredwards358
Okay, I believe my problem is solved, I never did think that after I got my first programming job that I would have moments where I felt like a complete and utter moron sometimes. While experimenting with where to put the placeholder trace statements which stand in for the actual function calls to

Auto: [flexcoders] Re: Help me understand custom drag/drop events(Solved)

2008-06-17 Thread yavuz
Mailiniz icin tesekk�r ederim. Mailiniz [EMAIL PROTECTED] adresime yonlendirilmistir. Yavuz Yeniceri Intra Travel Telefon : +(90.212) 219 19 25 / Ext. 134 Faks: +(90.212) 247 30 85

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-16 Thread bredwards358
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Why not just set a flag instead of calling preventDefault, then check the flag afterwards. BTW, you shouldn't be dispatching COLLECTION_CHANGE yourself. Best to use itemUpdated when changing quantity. A

RE: [flexcoders] Re: Help me understand custom drag/drop events

2008-06-15 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Saturday, June 14, 2008 9:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help me understand custom drag/drop events I do want the dragged items inserted

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-14 Thread bredwards358
I do want the dragged items inserted into the DP, I just want to add a function call to the end of that which inserts the new row into a local database table. My problem is that the for-loop which checks for duplicate entries and merely prevents the default event and updates a value in the DP

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-13 Thread bredwards358
I'm not sure I get what you're saying but it seems that if I want to alter the default behavior to insert the new row to the database as well as the target dataProvider as it normally does I would probably need a custom DragManager to add that bit. Perhaps I could be phrasing my question wrong,

RE: [flexcoders] Re: Help me understand custom drag/drop events

2008-06-13 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bredwards358 Sent: Friday, June 13, 2008 11:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Help me understand custom drag/drop events I'm not sure I get what you're saying

[flexcoders] Re: Help me understand the datagrid

2008-05-21 Thread bredwards358
Forgive the lateness of my response, but thanks all, I solved my problem, I didn't need to do item editing inside the datagrid at all, I simply needed to just be able to edit an item. I simply made a state of the window which contains a form populated with the necessary information. But what I

[flexcoders] Re: Help me understand the datagrid(Item Renderers and column manupilation)

2008-05-20 Thread bredwards358
Sorry, small bit I forgot, I also have columns which are invisible by default and need to make them visible during runtime, seems like there's no way to directly access the properties of individual columns though I think I'm probably wrong since I'm thinking there's got to be a way to access the

[flexcoders] Re: Help me understand the datagrid

2008-05-20 Thread Tim Hoff
Hi, Just give the DataGridColumn(s) an id: mx:DataGridColumn id=price dataField=Price visible=false/ Then is AS at runtime, set the visible property if needed: price.visible = true; -TH --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: relevant code snippets would

[flexcoders] Re: Help me understand the datagrid

2008-05-20 Thread Tim Hoff
Completely agree with Tracy; bad idea to assume that your primary key and the dataProvider or list control indexes will be the same. If you are using in-line itemRenderers for your buttons, and you don't want to write any script in the itemRenderer tag, you can use the DataGrid's itemClickEvent

[flexcoders] Re: Help me understand restrict property

2008-01-14 Thread markgoldin_2000
Found it. I was missing rendererIsEditor=true --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: Can someone please explain why the following code has no effect for a data entry into a textbox in the grids? public class textItemRenderer extends TextInput {

[flexcoders] Re: Help me find the Amazon book spider example

2007-01-29 Thread potentialunfounded
you mean this? http://amaznode.fladdict.net/ Juan scalenine.com --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: This isn't quite the same link, but it is a Flex app that uses Amazon's webservices API: http://d-p.com/Internet-Development-Services/ria/amazon.cfm

[flexcoders] Re: Help me find the Amazon book spider example

2007-01-29 Thread mtapson
I'm pretty sure this is flash, but it does what you are describing: http://amaznode.fladdict.net/ http://amaznode.fladdict.net/ Also, if you are interested in building this type of app in Flex2, this http://mark-shepherd.com/blog/2006/11/17/a-flex-component-for-graph-vis\ ualization/ is a

[flexcoders] Re: Help me find the Amazon book spider example

2007-01-28 Thread jonrmayer
You liked to too - I absolutely loved it!!! http://amaznode.fladdict.net/ Jonathan --- In flexcoders@yahoogroups.com, oneproofdk [EMAIL PROTECTED] wrote: A few weeks ago (as far as I remember) I saw a cool Flex2 app, that would take a search string for a book title, retrieve data

[flexcoders] Re: Help me find the cool Flex2 - Amazon dataminer

2007-01-26 Thread dranoel1967
http://mark-shepherd.com/SpringGraph/AmazonDemo/bin/AmazonDemo.html --- In flexcoders@yahoogroups.com, oneproofdk [EMAIL PROTECTED] wrote: A few weeks ago I saw a cool Flex2 app, that would take a search string, then pull data from Amazon and make a web of images, linked together and