Why not implement a generic dataProvider property that simply looks for a collection of appointment objects? Then it can be up to the developer how they want...
Hi there, I don't know why but the mouse/interface felt slow when having a couple of meeting and appointment displayed on the "day view". This is enough for...
Nick, Thank you for the feedback. You are absolutely correct about the month view. It was the first thing I created, and haven't touched it since. If you look...
Boub, Can you tell we what browser and OS you are using? Was it while you were dragging? I have not personally experienced any slowness with the mouse and I've...
We recently launched a second generation job search portal and sure enough, we are using Flex as a front-end to our artificial intelligence engine. You can see...
I'm wanting to spruce up the default dataTips for the HSlider thumbs (similiar to the behavior for the the various charting components), but somewhere along...
I have the need to have a row in a datagrid "flash" (background color goes from white-to-black-to-white etc...) based on the underlying data contents. My...
I have the need to have a row in a datagrid "flash" (background color goes from white-to-black-to-white etc...) based on the underlying data contents. My...
I have seen a lot of appointments being entered this week (100+), so thank you for playing with it. I also did receive some great ideas, a couple of them I...
You can also check out the blink item renderer on my blog (blogs.adobe.com/aharui) ________________________________ From: flexcomponents@yahoogroups.com ...
Boub, This has to do with the cursorManager, and is consistent whether I have 1 or several dozen appointments. There is a slight delay in displaying the custom...
I'm a bit of a Flex newbie and have a question that may not be easily answered without seeing my jumble of code. I've built a few custom components that load...
hey, I need ur help regarding flex Advanced datagrid.. I have an advanced datagrid with dynamic columns in which i ve used more than one column as custom...
I'd have to tie it in with a Timer or something though, to get it to blink, right? ... http://weblogs.macromedia.com/pent/archives/2007/02/coloring_the_ba.c fm...
When running locally, image files finish loading before the next frame runs its code and validates the components. When running from a server, image files can...
before I try and build one, has anyone seen a component that could be used like an LED audio level meter (eg VU meter). It sounds simple enough - it's just a...
I have an Array Collection from which i have to generate an XML I see lot of posts which provides xml as array collection, but i am unable to find the ...
It's not hard with e4x: Let's say your arrayCollection (myAC) items have three properties... ID, Name and Address. Here's the code: myXML:XMLList = <Users/> ...
Hi all, I have a list components and with a custom item renderer . now I want to toggle the visibility of some items in the list depending upon their...
If you mean change the visibility of the entire row, it is probably easier to filter the dataProvider. Collections can have a filterFunction property that...
Well, the subject says it all. I would like to render an office floorplan - from a DWG or a DXF, with optional icons for status of equipment rendered on top,...
I want to use ctrl-c for copying my assets in datagrid, which is happening. But there is default functionality of keyboard events in AIR is that click any key...
I am looking for a flex control which allows photo or image editing. It should be very light, and I need to embed it in my flex app. Anybody knows any good...
hi folks, i am working on an mx:List with itemeditor and itemrenderer. my problem is that after manipulating the data in the itemeditor, the display of the...