RE: [flexcoders] Re: Data grid with check box... How to get value

2005-06-24 Thread Ben Elmore
Title: Message Joe. Part of the Custom Cell Render Spec are four attributes that are available to the Cell Renderer. They are: owner - the row the cell renderer instance is in. listOwner - thecontainer (data grid, list box, etc)the row is in getDataLabel - function that will give you

[flexcoders] Sort data grid that has a check box cell renderer

2005-06-24 Thread Joe
I have a data gris that is sortable. One of the colums has a check box in it from a cellrendering file. For some reason when I sort the check box does not sort. So If I have a check box checked and then i sort every thing sort according to how I sorted except for the check box column and now

[flexcoders] Melbourne Flex Developers User Group?

2005-06-24 Thread Malcolm
Is there anyone on this list based in Melbourne Australia? Has a user group sprung up yet? Now if you'll excuse me, I need to remove another kangaroo from the front yard. Cheers, Malcolm -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Trademark Symbol

2005-06-24 Thread Malcolm Barclay
Thanks Gordon, thought there must be a way to do it in unicode. Yes a set of common symbols would be cool, but I guess one can always use the code, after finding it :) Regards, Malcolm On 6/24/05, Gordon Smith [EMAIL PROTECTED] wrote: You almost had it, but you were missing a semicolon

RE: [flexcoders] LinkBar question

2005-06-24 Thread Bikram Sahu
hi now i am able to all things in flex but some problem is how to embed html tag in the line example click here to login i want when user click on the click here text the login page opens i want this by href tag of html how can i do it please help me . thanks Bikram -Original

[flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread a1111111111111
Maybe I have missed something obvious, but it appears that only jpg and swf are available with a cellRenderer. In particular I am using a TileList with a dataprovider that makes the images dynamic, and i'm using a cellRenderer like they use in the flexstore example code. My jpg's and swf's

[flexcoders] FlashPaperLoader.mxml - contentPath property

2005-06-24 Thread jozef_pichler
Hi all, recently I came accross the topic Flashpaper in Flex Apps. I dont have any problems to load any *.swf into different containers. that all rocks. What I want to do is make the contentPath of my FlashPaperLoader variable in order to load different files during runtime. Is 'contentPath'

[flexcoders] Re: change color of validation error message

2005-06-24 Thread jozef_pichler
Awesome - exactemunodo what I needed! j. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] FlashPaperLoader.mxml - contentPath property

2005-06-24 Thread Philippe Maegerman
mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml" title="FPaper Window" closeButton="true" xmlns="*" mx:Script ![CDATA[my_file = "http://localhost:8300/GPML/test.swf"; function updateFile(newFile){ my_file = newFile;} ]] /mx:Script FlashPaperLoader

[flexcoders] Re: Melbourne Flex Developers User Group?

2005-06-24 Thread Andrew Spaulding
Hi Malcolm, There's not much happening down here in Melbourne that I know of, and I'm even having trouble getting in contact with any one at the Macromedia Users Victoria group (www.muvclub.asn.au). Feel free to contact me off list if you like. [EMAIL PROTECTED] cheers, Andrew Spaulding

[flexcoders] Re: Sort Order of mx.controls.Tree

2005-06-24 Thread everesnet
Thanx for your help! The Tree kept the order with HTTPService result(xml). #But Tree with WebService result(soap..object) doesn't keep order is specification ? h. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Hmm, so you are receiving nodes with child arrays and

RE: [flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread Erik Westra
The Flash player is small in size, and that's not without a reason. Macromedia made a choice to support only one format of each type of media to be loaded dynamicly: Video: - .flv Audio: - .mp3 Image: - .jpg (non-progressive) And with that it also supports: - .swf If they would have add any

RE: [flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread Abdul Qabiz
Hi, That is right, Macromedia Flash Player 7 can only load non-progressive JPG and SWF files. Recently, it has been announced that next version of Flash Player would be able to load GIF, PNG, JPG (progressive and non-progressive) also. www.macromedia.com/platform/

Re: [flexcoders] FlashPaperLoader.mxml - contentPath property

2005-06-24 Thread Manish Jethani
On 6/24/05, jozef_pichler [EMAIL PROTECTED] wrote: Is 'contentPath' not changeable at runtime? Another thing I am curious about: Where does this 'contentPath' property come from. the api doc of mx.controls.Loader (which I derive my FlashPaperLoader.mxml from) does not know about that at all?

Re: [flexcoders] PNG not supported in cellRenderer?

2005-06-24 Thread Manish Jethani
On 6/24/05, a1 [EMAIL PROTECTED] wrote: Maybe I have missed something obvious, but it appears that only jpg and swf are available with a cellRenderer. That's because Player 7 does not support dynamically loading other formats. If you must use GIF or PNG, you can embed those images

Re: [flexcoders] Sort data grid that has a check box cell renderer

2005-06-24 Thread Manish Jethani
On 6/24/05, Joe [EMAIL PROTECTED] wrote: I have a data gris that is sortable. One of the colums has a check box in it from a cellrendering file. For some reason when I sort the check box does not sort. See this code, it works (sorting for the second column works): ?xml version=1.0?

Re: [flexcoders] Accordian Header Colors

2005-06-24 Thread Manish Jethani
On 6/24/05, Ashish Goyal [EMAIL PROTECTED] wrote: Below is the more efficient way of achieving the same thing with less lines of code. Previously I had some typo in my code so it wasn't working ;) function headerTextColor() { // accordion1 is an id of the accordion for(var

Re: [flexcoders] Re: Tree alpha chanel ?

2005-06-24 Thread Manish Jethani
On 6/23/05, Rich Tretola [EMAIL PROTECTED] wrote: Will flex 2 have all properties available through the style sheet ? Styles are more flexible but also more expensive than plain properties. We could expose some properties like 'x', 'y', 'width', 'height', etc., as styles, just to be consistent

Re: [flexcoders] Re: How to change the appearance of a checkbox ?

2005-06-24 Thread Manish Jethani
On 6/23/05, Matt Chotin [EMAIL PROTECTED] wrote: Rather than having to skin new components any reason you couldn't just put a transparent shield on top of everything to intercept keyboard and mouse events? I guess there's other things associated with being disabled (like the focus never moves

Re: [flexcoders] Accordian Header Colors

2005-06-24 Thread Scott Barnes
I simply made an accordion header class, and put this in there: class com.inco.controls.vAccordionHeader extends mx.containers.accordionclasses.AccordionHeader { public var content_mc:UIObject; function layoutContents(offset:Boolean):Void {

Re: [flexcoders] Accordian Header Colors

2005-06-24 Thread Scott Barnes
by the way, its important to note that Accordion skin backgrounds are independent of the actual label thats shown.. ie inside __header movieclip labelPath tus tds trs fds fus fds etc.. So if you want to change the fontColor when theirs a mouseOver aswell, well you're going to have to really get

Re: [flexcoders] resize issues

2005-06-24 Thread Manish Jethani
On 6/24/05, flexasher [EMAIL PROTECTED] wrote: I have extended the ControlBar in hopes of making it collapsable. For the most part it works. However, I am having difficulties when the width is set to 100%. The problem that I am having only occurrs when the control bar is contained in a

Re: [flexcoders] Re: question about image cellrenderer in flex samples explorer

2005-06-24 Thread Manish Jethani
On 6/23/05, bhaq1972 [EMAIL PROTECTED] wrote: One follow up question. I'm trying to reposition the image to the centre of the datagrid column using the following code in my imagecellrenderer function size(Void) : Void { //image is id of my mx:Image image.setSize(20, layoutHeight);

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Scott Barnes
Hi Nithya, Your best bet is to implement the http://weblogs.macromedia.com/flashjavascript/ mind you its a browser limited only situation as getting JavaScript -- FLASH is umm yeah, dooable in most mainstream browser versions but not 100% fool proof. On 6/11/05, nithya karthik [EMAIL PROTECTED]

RE: [flexcoders] LinkBar question

2005-06-24 Thread Philippe Maegerman
Thanks for the distinction. Here below a revised version of what I proposed. As I was only changing the color property, the link was not really disabled ;) However, it would have been nice to have the 'lastSelectedIndex' property in the component (I guess inViewStack) ?xml version="1.0"?

[flexcoders] Referencing application object in an mxml component

2005-06-24 Thread Doodi, Hari - BLS CTR
Hi All, I have an mxml component extending TabNavigator called MyTabNavigator.mxml. Also I have application mxml in which I am using MyTabNavigator called tabNavigation.mxml. Now I want to know how to access functions implemented in tabNavigation.mxml from MyTabNavigation.mxml. I

Re: [flexcoders] LinkBar question

2005-06-24 Thread Manish Jethani
On 6/24/05, Philippe Maegerman [EMAIL PROTECTED] wrote: However, it would have been nice to have the 'lastSelectedIndex' property in the component (I guess in ViewStack) Sounds like a feature request. Can you log it, please? http://www.macromedia.com/support/email/wishform/ Personally, I

Re: [flexcoders] LinkBar question

2005-06-24 Thread Scott Barnes
Agreed not to mentioned it could be a Garbage Collection hazard if not treated with care? On 6/24/05, Manish Jethani [EMAIL PROTECTED] wrote: On 6/24/05, Philippe Maegerman [EMAIL PROTECTED] wrote: However, it would have been nice to have the 'lastSelectedIndex' property in the component

[flexcoders] Re: resize issues

2005-06-24 Thread flexasher
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 6/24/05, flexasher [EMAIL PROTECTED] wrote: I have extended the ControlBar in hopes of making it collapsable. For the most part it works. However, I am having difficulties when the width is set to 100%. The

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Scott Barnes
heh, i'm betting you are 99.9% correct but those darn browsers have a habit of saying one thing and doing another heheh. Ditto on that request though as it has caught my interest for a side-project ... *cough* MM/Adobe should really come up with a browser and save us all from temptation and

[flexcoders] Re: JPG delivery via Java-App

2005-06-24 Thread mummertm
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Macromedia Flash Player doesn't have byte[] or its equivalent data type to store the binary data within AS. But you can load JPEG/SWF files using Loader/Image Flex classes or loadMovie(..) Flash Player API. If I am

[flexcoders] Re: question about image cellrenderer in flex samples explorer

2005-06-24 Thread bhaq1972
Hi Again, thanks for your response Manish What do you mean it isn't working? What's happening? Try using image.width and image.height instead of 20 and 16 in the last two lines. The image._x and image._y properties have different values after i changed them, but the position of my

[flexcoders] Cairngorm For Dummies?

2005-06-24 Thread Malcolm
Ok, I could be way off in my expectations here, but I will persist... I really want to get started with Cairngorm but finding it difficult to get going, trawling the archives I found a mention of a Cairngorm - Getting Started PDF manual, is this now available? Have examined the Cairngorm Logon

Re: [flexcoders] LinkBar question

2005-06-24 Thread Manish Jethani
On 6/24/05, Scott Barnes [EMAIL PROTECTED] wrote: Agreed not to mentioned it could be a Garbage Collection hazard if not treated with care? I think it'd just add to the memory usage and SWF file size, but I can't think of a reason it would affect garbage collection. -- Flexcoders Mailing List

RE: [flexcoders] Cairngorm For Dummies?

2005-06-24 Thread Philippe Maegerman
" Developing Rich Clients with Macromedia Flex " This book willbring you big satisfaction;))) http://www.iterationtwo.com/flexbook/index.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of MalcolmSent: vendredi 24 juin 2005 6:04To:

[flexcoders] Re: bypass the change event

2005-06-24 Thread bhaq1972
--- In flexcoders@yahoogroups.com, Tim Dwelle [EMAIL PROTECTED] wrote: Worked like a champ. Thanks for the help. No probs. An additional thought (after i had posted my response), you dont have to extend combobox. you can put that extra getter/setter property 'myIndex' into your application

[flexcoders] array blows up when passing to webservice

2005-06-24 Thread Tim Dwelle
I am trying to communicate with a Java webservice implemented using Apache Axis. It has been working fine, until I tried sending an object with an array property. When I call the webservice passing the array, I get the following error: org.xml.sax.SAXParseException: Element

RE: [flexcoders] Referencing application object in an mxml compon ent

2005-06-24 Thread Doodi, Hari - BLS CTR
Hi Abdul, Thanks for the response. You mean I don't have to declare a var of type Application in mxml component And no need to assign {this} to app in application mxml ? If not then how the application reference maintained between application mxml and component mxml? It is something

Re: [flexcoders] Flash Remoting for .NET - ASObject, Value Objects, etc.

2005-06-24 Thread Clint Modien
Sorry about the short answer last night... was in a hurry to get home and watch the nba finals... (go spurs) As long as you understand that the dataset solution is not strongly typed. Meaning the data that you get back from your .NET dataset will be an associative array in AS2. anyway if

[flexcoders] Get Audio from servlet

2005-06-24 Thread mummertm
Hi, I'm an absolute Flex-beginner, thus I need your help again. I want to stream a mp3 from a Java-servlet via snd.load('http://zuse:7080/flash/flashservlet?ACTION=getAudio',true); This doesn't work. (I set the content type in the servlet to audio/mpeg.) If I invoke this servlet directly in

RE: [flexcoders] Cairngorm For Dummies?

2005-06-24 Thread Steven Webster
Hi guys, The book does kinda build up through the Web Services and Java Chapters to explaining why we introduce the patterns, but it was never intended as a ground-zero to hero guide. We are midway through blogging the Cairngorm Store, but once again have become a little busy with

[flexcoders] How do you set the amount of characters in a text area control

2005-06-24 Thread nostra72
here is what I want to do, I want to have a text area that someone can put no more than a certain number of characters in BUT they also have to put a minimum number of characters in. Sort of like say more than a thousand characters but no more than two thousand. Is there a way to do this? --

Re: [flexcoders] Get Audio from servlet

2005-06-24 Thread JesterXL
You tried: var s:Sound = new Sound(this); s.loadSound('http://zuse:7080/flash/flashservlet?ACTION=getAudio', true); ??? If that doesn't work, try false. - Original Message - From: mummertm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, June 24, 2005 10:48 AM Subject:

RE: [flexcoders] How do you set the amount of characters in a text area control

2005-06-24 Thread Kent Henneuse
The easiest way is to use the StringValidator and set the maxLength property. Then in the function that use with the user gesture call Validator.isStructureValid() This assumes that you are using mx:Model for data binding. The nice thing is it will do validation as the text area loses

Re: [flexcoders] How do you set the amount of characters in a text area control

2005-06-24 Thread nostra72
Is there a minLength property -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links To visit your group on the web, go

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Mike Chambers
You can find a list of browsers we have tested the kit on here: http://www.osflash.org/doku.php?id=flashjs:docs:requirements Let us (me) know if you find out it works in any other browsers. mike chambers [EMAIL PROTECTED] On Jun 24, 2005, at 6:22 AM, Abdul Qabiz wrote: Scott, I think

RE: [flexcoders] How do you set the amount of characters in a text area control

2005-06-24 Thread Stephen Gilson
There is, you can see the API here: http://livedocs.macromedia.com/flex/15/asdocs_en/mx/validators/StringValidator.html Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Friday, June 24, 2005 11:45 AMTo:

Re: [flexcoders] Get Audio from servlet

2005-06-24 Thread Markus Mummert
This doesn't work as well. I tried both, false and true. Markus --- JesterXL [EMAIL PROTECTED] wrote: You tried: var s:Sound = new Sound(this); s.loadSound('http://zuse:7080/flash/flashservlet?ACTION=getAudio', true); ??? If that doesn't work, try false. - Original Message

Re: [flexcoders] Sort data grid that has a check box cell renderer

2005-06-24 Thread joe . g . james
I do not have the code. I am doing research for some body else. I do know that the data provider is a java object. Some on else asked me if I was updated the data provider when the check box was checked. That is not happening. Nothing is transactional until the submit button hit.

Re: [flexcoders] Get Audio from servlet

2005-06-24 Thread JesterXL
Sorry missed this part: If I load a mp3-file in snd.load function, it is working as well. Where did you test that; Flash or locally or what? You said it worked? - Original Message - From: Markus Mummert [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, June 24, 2005

Re: [flexcoders] Cairngorm For Dummies?

2005-06-24 Thread Aldo Bucchi
jesus, if one inocent question can do that... what would a full time consulting contract get me?! (standing ovation) Aldo On 6/24/05, Steven Webster [EMAIL PROTECTED] wrote: Hi guys, The book does kinda build up through the Web Services and Java Chapters to explaining why we introduce

[flexcoders] Installing Flex CF

2005-06-24 Thread DavidLand
Thanks Jeff, I guess I should step my question back a bit as well. What is the best scenario to follow when wanting a single server with Flex CF without having to develop and deploy using ports. That is the ultimate goal I suppose for the location we are trying to help. d. --- In

[flexcoders] All potential Properties and Methods of ASObject ??

2005-06-24 Thread Mike Anderson
Hello All, I am using the .NET Remoting environment - exclusively using Assemblies (.dll's) Due to absolutely poor documentation, MM makes VERY poor distinctions of the Assembly method of Remoting (using the ASObject), and using code behind .ASPX pages which I refuse to use. It looks to me,

[flexcoders] why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread martyfc
does anyone know why getter methods are invoked twice when called using bracket notation? i've created a simple mxml test and observed the following: - when the button Test Dot Notation is clicked there are two popups; one which says Returned object: hello and another that says This should

RE: [flexcoders] Referencing application object in an mxml component

2005-06-24 Thread Abdul Qabiz
Hi, Application class is a singleton class and it has a static property named application, that's where reference of Application instance is stored. So mx.core.Application.application would always point to main application -abdul -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Installing Flex CF

2005-06-24 Thread Abdul Qabiz
Hi, Please search the google for the same also, you can get some good links... here is a link of technote on Macromedia.com: http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff

RE: [flexcoders] Referencing application object in an mxml compon ent

2005-06-24 Thread Doodi, Hari - BLS CTR
Abdul, Thank you very much for the explanation and that make sense to me. Thanks! Hari -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 24, 2005 3:48 PM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] All potential Properties and Methods of ASObject ??

2005-06-24 Thread Mike Anderson
Great - thanks! So with all that said, how can I save myself time, when sending DataSets back to the server? Right now, this is the code, which I've been using: public DataSet fetchRecord(int id) { string sqlQuery = SELECT * FROM Table WHERE ID = + id; ... misc code ...

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Gordon Smith
Yow! I repro'd it. It's the first time I've heard of this bug. The current version of player 7 on www.macromedia.com, 7.0.19, doesn't appear to have this problem. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of martyfc Sent: Friday,

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Abdul Qabiz
Hi, If I comment following line in hello getter, it doesn't reproduce: mx.controls.Alert.show(This should show once. (count: + getNextCount() + )); -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Saturday, June

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Gordon Smith
You are commenting out the line that demonstrates the bug. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, June 24, 2005 1:15 PM To: flexcoders@yahoogroups.com Cc: Gary Grossman Subject: RE: [flexcoders] Re:

RE: [flexcoders] Re: why are getter methods called twice when invoked using bracket notation?

2005-06-24 Thread Gordon Smith
I mean that makes the bug visible. You could use a trace() statement instad of an alert() to see the bug. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Friday, June 24, 2005 1:23 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Melbourne Flex Developers User Group?

2005-06-24 Thread Andrew Muller
Malcom I think that Andrew Spaulding is the Melbourne Flex User Group at the moment... ;-) Now pardon me while I go and fill all those bloody wombat holes in the backyard. Andrew Andrew Muller Partner, RocketBoots http://www.rocketboots.com.au On 6/24/05, Malcolm [EMAIL PROTECTED] wrote:

RE: [flexcoders] All potential Properties and Methods of ASObject ??

2005-06-24 Thread Peter Farland
background Flash Remoting .NET recognized two special types, DataSet and DataTable, and mapped these back to a client ActionScript 1.0 type registered as RecordSet (this class shipped with the ActionScript Flash Remoting Components). A .NET DataTable was returned as an instance of RecordSet. A

Re: [flexcoders] Re: resize issues

2005-06-24 Thread Manish Jethani
On 6/24/05, flexasher [EMAIL PROTECTED] wrote: Here is the sample mxml I have been using for testing purposes. [snip] Okay, so this is what's happening, I guess: mx:HDividedBox mx:Panel id=panel1 mx:ControlBar width=100%/ mx:Button / /mx:Panel mx:Panel id=panel2 / /mx:HDividedBox When

[flexcoders] Strange Behavior with Font Embeding

2005-06-24 Thread Matthew Shirey
I am getting wierd results while trying to embed fonts in my application. Many times it reports: Warning /Penguin/SurveyProperties/EditSurvey.mxml:53 Font not found at: file:C:/Program Files/Apache Software Foundation/Tomcat 5.5/webapps/flex/Penguin/SurveyProperties/VERDANA.TTF This simply

[flexcoders] Re: Strange Behavior with Font Embeding

2005-06-24 Thread Matthew Shirey
I guess I should say disregard, but there seems to be a bug here. I finally gave up and stopped concentrating on it and went on to another section of the application in the same file. After making another alteration the file and rebuilding, everything seems to work fine. Even though I was

Re: [flexcoders] Re: Installing Flex CF. Issues with RemoteObject

2005-06-24 Thread Tarik Ahmed
Hi David. Well I installed CF in non-integrated mode, where it installs JRUN, creates a CF instance and configures IIS. I forget what the actual wording is on the CF installer; it'll be the second one (the first is integrated where jrun and cf are the same thing, and the third one deploys a

[flexcoders] Simple Database Access

2005-06-24 Thread charlespaz1
Are there any examples or tutorials yet for a simple database front end, allowing single record viewing, first/previous/next/last browsing, editing, adding and deleting? I don't want to reinvent the wheel, but if one doesn't exist I'll start making one. -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Simple Database Access

2005-06-24 Thread Tracy Spratt
I don't know of any good examples. I think Christophe created a mySQL Admin tool that might have some good info in it: http://coenraets.com/viewarticle.jsp?articleId=88 It is a devil in the details situation. One query or other transaction is easy, but full, real-world solutions are tough. The

[flexcoders] Re: Simple Database Access

2005-06-24 Thread jacksodj
What are you using for your backend? MS SQL? Cold fusion? if so I have some code for creating SCRUD webservices in CFCs that you may like, also if you use cairngorm, we programatically generate the services files and some crude interfaces as well. --- In flexcoders@yahoogroups.com, charlespaz1

RE: [flexcoders] Simple Database Access

2005-06-24 Thread Matt Chotin
The restaurant admin that Christophe wrote can also give you some ideas. http://coenraets.com/tutorials/restaurant/index.jsp Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Friday, June 24, 2005 3:53 PM To:

[flexcoders] Re: Simple Database Access

2005-06-24 Thread charlespaz1
--- In flexcoders@yahoogroups.com, jacksodj [EMAIL PROTECTED] wrote: What are you using for your backend? MS SQL? Cold fusion? if so I have some code for creating SCRUD webservices in CFCs that you may like, also if you use cairngorm, we programatically generate the services files and some

[flexcoders] Flex, C# Web Services, and Dates

2005-06-24 Thread Matthew Shirey
Hey all, I sure hope someone out there can make sense of the chaos that seems to be dates. I recently discovered the hard way that flex dates are in UTC by default when you create them, when you send them as a parameter to a C# web service, you need to use the .ToLocalTime() method (in c#)

[flexcoders] Re: How do you set the amount of characters in a text area control

2005-06-24 Thread mrvinedit
I created an example (Flex TextArea Validation) with source code here: http://www.flexingcfmx.com Have a good weekend, Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Sort data grid that has a check box cell renderer

2005-06-24 Thread alex_harui
One common problem is that the cellrenderer is only written to turn on the checkbox and not to turn it off. Follow the setValue method in a debugger to make sure. --- In flexcoders@yahoogroups.com, Joe [EMAIL PROTECTED] wrote: I have a data gris that is sortable. One of the colums has a check

Re: [flexcoders] LinkBar question

2005-06-24 Thread Scott Barnes
o0oop sorry, i was thinking along the lines of lastChildSelected vs lastIndex (ie not a number but the actual ref to an object..ie i get nervous when byRef instead of byId is implemented in automatic gc). my bad, moment of clarity hit me this morning heh. On 6/25/05, Manish Jethani [EMAIL