[flexcoders] Grouping visually in ADG

2011-12-06 Thread Oleg Konovalov
Hi, I need to group some ADG columns visually, i.e. embolden lines in ADG around a group of columns, but avoid creating multiple header rows, just one level. So imagine you have columns containing countries, and you want to group them by continent (UK, France, Germany ;USA, Mexico,

[flexcoders] Re: Grouping visually in ADG

2011-12-14 Thread Oleg Konovalov
advise, Oleg. --- In flexcoders@yahoogroups.com, Oleg Konovalov olegkon@... wrote: Hi, I need to group some ADG columns visually, i.e. embolden lines in ADG around a group of columns, but avoid creating multiple header rows, just one level. So imagine you have columns containing countries

[flexcoders] Dynamic DataGrid

2013-01-14 Thread Oleg Konovalov
Hi, I am trying to create dynamic DataGrid, which shows columns only if it contains data returned by query (it has 10+ columns, so not easy to calculate sizes).. I read a lot of posts on the net, tried minWidth, ResizeMode, etc. Nothing really useful which works. In most cases it created

[flexcoders] Dynamic DataGrid

2013-01-16 Thread Oleg Konovalov
Hi, I am trying to create dynamic DataGrid, which shows columns only if it contains data returned by query (it has 10+ columns, so not easy to calculate sizes).. I read a lot of posts on the net, tried minWidth, ResizeMode, etc. Nothing really useful which works. In most cases it created

[flexcoders] From DataGrid to Clipboard and Excel

2013-01-18 Thread Oleg Konovalov
Hi, I need to add the following to my Flex4 Web App: 1) being able to select some cells from AdvancedDataGrid and copy it to Clipboard (to be able to paste to any file like Word, Excel, CSV or text file 2) being able to export the whole ADG context to Excel. Could you please suggest how to do

[flexcoders] TextArea ignoring new lines

2013-02-08 Thread Oleg Konovalov
Hi, I am working on old Flex3 (Cairngorm2) app. One of TextArea's there is completely ignoring new lines (Carriage Return/Line Feed) and even skips some spaces (others work fine). Code is pretty simple (well, little simplified here): fx:TextArea text=myText selectable=true

[flexcoders] TextArea ignoring new lines

2013-02-11 Thread Oleg Konovalov
Hi, I am working on old Flex3 (Cairngorm2) app. One of TextArea's there is completely ignoring new lines (Carriage Return/Line Feed) and even skips some spaces (others work fine). Code is pretty simple (well, little simplified here): fx:TextArea text=myText selectable=true

[flexcoders] TextArea ignoring new lines

2013-02-11 Thread Oleg Konovalov
Hi, I am working on old Flex3 (Cairngorm2) app. One of TextArea's there is completely ignoring new lines (Carriage Return/Line Feed) and even skips some spaces (others work fine). Code is pretty simple (well, little simplified here): fx:TextArea text=myText selectable=true

[flexcoders] Re: TextArea ignoring new lines

2013-02-11 Thread Oleg Konovalov
I have '\r' r characters in that myTextArea.text, but not '\n' n ones. Should I try to replace r with n? Any useful TextArea properties to display new lines? Please advise. TIA, Oleg --- In flexcoders@yahoogroups.com, Oleg Konovalov wrote: Hi, I am working on old Flex3 (Cairngorm2) app

[flexcoders] TextArea ignoring new lines

2013-02-15 Thread Oleg Konovalov
Hi, I am working on old Flex3 (Cairngorm2) app. One of TextArea's there is completely ignoring new lines (Carriage Return/Line Feed) and even skips some spaces (others work fine). Code is pretty simple (well, little simplified here): fx:TextArea text=myText selectable=true