[flexcoders] getUrl() of a Codfusion page - work's correctly on some browsers

2005-05-02 Thread Dzafer
);); Receive this: Coldfusion report in PDF or Flash Paper format Problem: doesnt working on some browser, receive a window with mypage.cfm open,save,cancel Any help will be appreciated. Dzafer Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group

[flexcoders] URL/URI of my mxml page

2005-04-27 Thread Dzafer
Hi there, How can I retrieve the URL (or URI) string of my opened mxml page? Best regards, Dzafer Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your

RE: [flexcoders] Webservice result

2005-04-22 Thread Dzafer
Sorry , small correction : function myResultCallback(event) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dzafer Sent: Friday, April 22, 2005 12:43 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Webservice result Hi

RE: [flexcoders] DateChooser - date operation

2005-04-21 Thread Dzafer
: [flexcoders] DateChooser - date operation Hi, I suppose you want to display the previous day? Try: var d:Date = new Date(); myDC.selectedDate = d.setDate(d.getDate()-1); Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]On Behalf Of Dzafer

[flexcoders] drag-drop with two sources and two targets

2005-04-21 Thread Dzafer
Hi there, How can I use drag-drop features with 2 sources and 2 targets without allowing drag elements from source one to target two and vice-versa? Any help will be appreciated. Best regards Dzafer Yahoo! Groups Links To visit your group on the web, go to:http

RE: [flexcoders] Charting

2005-04-19 Thread Dzafer
You have here a good example of dynamic charting: http://coenraets.com/viewarticle.jsp?articleId=81 Dzafer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Tretola Sent: Tuesday, April 19, 2005 2:46 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Generating dynamic datagrid based on dynamic query result

2005-04-18 Thread Dzafer
); for (var i in obj) { myobj = obj[i]; ??? If ( COLUMN[j] == COL1) cdgStaff.addItem(myobj); } } Any help will be appreciated, Dzafer Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from

RE: [flexcoders] Generating dynamic datagrid based on dynamic query result

2005-04-18 Thread Dzafer
on dynamic query result On 4/18/05, Dzafer [EMAIL PROTECTED] wrote: How generating this one dynamically based on a query with a dynamic number of columns: [snip] If you simply assign the web service result to the grid's dataProvider property, that'll do it. -- [EMAIL PROTECTED] http

[flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Dzafer
: 826652, monthIdx:12 } ]; And how can I put a variable instead of Month, Widgets ? Thank you, Dzafer Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use

RE: [flexcoders] Wha kinds of object are in this Array?

2005-04-18 Thread Dzafer
'03, anotherVar:800254, Blinkies: 826652, monthIdx:12 } ]; In that example Month was changed to differentVar and Widgets was changed to anotherVar. Hope that is what you were looking for J From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dzafer Sent: Monday