[flexcoders] calling jar file method from FB/Air 3

2012-05-07 Thread MicC
looking for a simple example of using native process to call a jar function ... downloaded 'flerry' but cannot get the example to work, cannot get anything out of 'transmission' either :-( as always tia.

[flexcoders] Could AIR create an automation app?

2011-08-07 Thread MicC
Does AIR have enough hooks to the os to create an automation app? Programs like Automate and WinAutomation script mouse position and clicks to control an app's gui, and Automate automatically recognizes menus and buttons etc if the app to be controlled conforms to something - not sure what. I r

[flexcoders] flex->weborb for java->oracle stored procedure?

2010-08-27 Thread MicC
We are running WebOrb .Net against SQLServer2005 but need to talk to Oracle. Have installed WebOrb for Java and have connected to Oracle. Having googled for 4 hours I can find no example of how to actually call an Oracle stored procedure. Not a Java expert but can follow examples if I can find s

[flexcoders] retrieve row # from XMLList w/ Namespaces for combo selectedIndex?

2010-08-25 Thread MicC
comboBox dataProvider named responseRows = XMLList with Namespace so row data looks like: http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2"; xmlns:ddl2_2="http://schemas.microsoft.c

[flexcoders] does embedding code in class v .as file duplicate code and create overhead?

2010-08-22 Thread MicC
I have an .as code file that loops through creating tab panes with combo boxes on them, the data is retrieved from a ms cube etc, etc, etc. :-) I was about to take this prototyping code and create a tab pane class and a combo box class (including the service that goes and gets the cube dimension

[flexcoders] Re: can I get this XMLList into a combobox?

2010-08-14 Thread MicC
eRows.msRS does not work. What should the dp be? TIA, Mic. --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > LabelFunction? > > > On 8/13/10 9:59 PM, "MicC" wrote: > > > > > > > xmlns:xsi="http://www.w3.org/2001/XMLSch

[flexcoders] can I get this XMLList into a combobox?

2010-08-13 Thread MicC
http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2"; xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/

[flexcoders] Have to "clean" project after every code change. Help please .....

2010-08-03 Thread MicC
The 50 errors that only a "clean" will remove are e.g. 1120: Access of undefined property bbAvailCols. parasight/src/code codeWizard.as line 5751280889995946 137827 where bbAvailCols is an mxml object and the errors are within 'code file' codeWizard e.g. bbAvailCols.dataProv

[flexcoders] simulate AIR mx.core.Window in Flex?

2010-07-28 Thread MicC
Is there any way to create a popup that is not confined to the Flex area i.e. a window that can be moved to another screen. I am thinking that this would have to be another html page of some kind? TIA, Mic.

[flexcoders] Problems serializing and saving out IOLAPCube object.

2010-07-10 Thread MicC
flash.net.registerClassAlias("components.cube.olap.ASDimension", ASDimension); flash.net.registerClassAlias("components.cube.olap.ASCube", ASCube); var byteArray:ByteArray = new ByteArray(); byteArray.writeObject( cube ); byteArray.compress(); var encoder:Base64Encoder = new Base64Encoder(); enco

[flexcoders] Accessing attribute(?) in Flex XMLList with no name ....

2010-04-06 Thread MicC
http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";> Cincinnati Inside my XMLList the nodes look like above. How do I access Cincinnati etc? There is no "city=". TIA, Mic.

[flexcoders] anybody using Grebulon code for flex olap?

2010-03-22 Thread MicC
couple of classes missing from download? TIA, Mic.

[flexcoders] Anybody using the Sreenivas Pivot Component with MDX?

2010-03-21 Thread MicC
Cube data seems more accessible if it inside an OLAPCube instance, as in the classic Flex Pivot Component from Sreenivas. However this object takes a flat data source as input. Sreenivas, in responding to the question: "I'm using a xmla bridge to get the data of the cube, do you know how can I

[flexcoders] Anybody connecting to SS05 cube with Flex front end?

2010-03-08 Thread MicC
I found this excellent tutorial http://nisheet.wordpress.com/2007/10/30/presenting-flex-analysis-services-bridge/ which errors out halfway through loading the SS05 Adventure Works cube because of a null attribute on a Dimension. Before I bite the bullet and start debugging this rather complex

Re: [SPAM] [flexcoders] popup dialog with grow ability?

2010-02-01 Thread MicC
; > > > Tracy Spratt, > > Lariat Services, development services available > > _ > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of MicC > Sent: Saturday, January 30, 2010 7:10 PM > To: flexcoders@yahoogroups.com &

[flexcoders] popup dialog with grow ability?

2010-01-30 Thread MicC
Looking for a popup example where the popup can be grabbed and expanded. TIA, Mic.

[flexcoders] Re: setting drop on dataGrid.dataGridHeader question

2010-01-23 Thread MicC
. --- In flexcoders@yahoogroups.com, "MicC" wrote: > > To do this I think I need to set events DragEvent.DRAG_ENTER, > DragEvent.DRAG_DROP on the dataGridHeader. I have a reference to the grid, > but cannot get to its header! I am looking for the co

[flexcoders] setting drop on dataGrid.dataGridHeader question

2010-01-23 Thread MicC
To do this I think I need to set events DragEvent.DRAG_ENTER, DragEvent.DRAG_DROP on the dataGridHeader. I have a reference to the grid, but cannot get to its header! I am looking for the correct actionscript for grid.dataGridHeader.addEventListener( DragEvent.DRAG_ENTER, gridDrop ); Unless I a

[flexcoders] Re: dynamically loading cssStyle text into Application?

2010-01-23 Thread MicC
http://www.adobe.com/2006/mxml"; > layout="absolute" > creationComplete="onCreationComplete()"> > > > > > > > > > --- In flexcoders@yahoogroups.com, "MicC" wrote: > > > >

[flexcoders] dynamically loading cssStyle text into Application?

2010-01-12 Thread MicC
I am loading cssStyle text from server with a stored procedure and loading into a string: Button { cornerRadius: 9; highlightAlphas: 0, 0; fillAlphas: 1, 1, 1, 1; fillColors: #6699ff, #6699ff, #6699ff, #6699ff; color: #0033cc; textRollOverColor: #00; textSelectedCol

[flexcoders] Re: remove expand option from tree node?

2009-12-28 Thread MicC
got it! Embedded isBranch="false" into the xml very cool. --- In flexcoders@yahoogroups.com, "MicC" wrote: > > The xml file on which the tree is based goes many nodes deep. I need to > disable the expand option/icon from most of the 3rd level nodes and all of

[flexcoders] remove expand option from tree node?

2009-12-28 Thread MicC
The xml file on which the tree is based goes many nodes deep. I need to disable the expand option/icon from most of the 3rd level nodes and all of the 4th level nodes. I was hoping for a nodeExpand="false" attribute that I could loop through the tree and apply but cannot find one. TIA, Mic.

[SPAM] Re: [flexcoders] var token:AsyncToken = service.[str](); how to get this working?

2009-12-19 Thread MicC
oken = operation.send(); > > regards, > Christophe > > -- > Christophe Herreman > http://www.herrodius.com > http://www.springactionscript.org > http://www.as3commons.org > > 2009/12/17 MicC > > > > > > > > > > > Thanks Tracy - that dot

[SPAM] Re: [flexcoders] var token:AsyncToken = service.[str](); how to get this working?

2009-12-16 Thread MicC
2009 6:31 AM > To: flexcoders@yahoogroups.com > Subject: [SPAM] Re: [flexcoders] var token:AsyncToken = service.[str](); how > to get this working? > > > > > > It is service.send() at least if your service is a HTTPService instance. > C > > > > _

[flexcoders] var token:AsyncToken = service.[str](); how to get this working?

2009-12-15 Thread MicC
When used conventionally - var token:AsyncToken = service.Sel_all_mgrs(); - this is service.function, right? var str:String = 'Sel_all_mgrs'; var token:AsyncToken = service.[str](); token.addResponder(this.responder); What is the correct code to get the above working? TIA, Mic.

[flexcoders] Re: adg with tree hierarchy - hide row but still use data?

2009-11-10 Thread MicC
Retrying this with rich text option to try and retain formatting: Data example: Mgr/Repcustcount Mgr1 6 = summary field Ttl6 - this child row used for MAX but do not display Rep1 2 Rep2 2 Rep3 3 --- In flexcoders@yahoogroups.com, "MicC" wrote

[flexcoders] adg with tree hierarchy - hide row but still use data?

2009-11-10 Thread MicC
This one is making my head hurt - because the data for customer counts cannot be simply rolled up from the children into the summary rows (2 reps serve same customer), and has to be calculated in the stored procedure, I am getting a total row back in the data for each parent. I want to use the d

[flexcoders] Re: custom context menu on ADG crashes IE and FF - advice please

2009-11-09 Thread MicC
gt; > --- In flexcoders@yahoogroups.com, "MicC" wrote: > > > > On a custom AdvancedDataGrid - did the standard thing to add a total footer > > - I have a column where the item renderer puts a hyperlink/link button in > > the grid cell. I attached a custom context m

[flexcoders] custom context menu on ADG crashes IE and FF - advice please

2009-11-09 Thread MicC
On a custom AdvancedDataGrid - did the standard thing to add a total footer - I have a column where the item renderer puts a hyperlink/link button in the grid cell. I attached a custom context menu to this link button with custom menu item. Selecting this menu item shuts down IE or FireFox immed

[flexcoders] Add icon and text formatting to new ContextMenuItem?

2009-10-30 Thread MicC
is it possible to add an icon and text formatting to a custom item on a context menu? TIA, Mic.

[flexcoders] Re: context menu event on tree column of advanced data grid ....

2009-10-30 Thread MicC
Solved this - added context menu within AdvancedDataGroupItemRenderer. --- In flexcoders@yahoogroups.com, "MicC" wrote: > > When a context menu on an ADG is clicked and the ADG cell is not a hierarchy > node, the ContextMenuEvent.mouseTarget is ADGItemRenderEX and info abou

[flexcoders] context menu event on tree column of advanced data grid ....

2009-10-29 Thread MicC
When a context menu on an ADG is clicked and the ADG cell is not a hierarchy node, the ContextMenuEvent.mouseTarget is ADGItemRenderEX and info about the grid cell data clicked on to raise the context menu can be grabbed from ADGItemRendererEX.listData.Item. But when a node in the hierarchical

[flexcoders] Re: restrict datagrid rollover cursor to just data area?

2009-10-13 Thread MicC
or when the user moves the mouse within the grid. TIA, Mic. --- In flexcoders@yahoogroups.com, "MicC" wrote: > > rollOver="cursorID = CursorManager.setCursor(drillCurs);" > rollOut="CursorManager.removeCursor(cursorID);" > > works but covers the whol

[flexcoders] restrict datagrid rollover cursor to just data area?

2009-10-13 Thread MicC
rollOver="cursorID = CursorManager.setCursor(drillCurs);" rollOut="CursorManager.removeCursor(cursorID);" works but covers the whole grid, including scrollbars and headers. How do I limit the rollover cursor to just the "data area" of the grid? TIA, Mic.

[flexcoders] Re: Flex with .Net

2009-10-13 Thread MicC
We have just switched from FlexSQL web service ($19.00) to WebOrb. FlexSQL works well but I think we threw too many users at it and it was having trouble wrapping our 4000 returned rows for OLAP cube in the xml format it uses. WebOrb is fast and efficient, and handles many users. We are callin

[flexcoders] itemRollOut on AdvancedDataGrid?

2009-10-09 Thread MicC
No tooltips on the ADG, just handlers for itemRollOver and itemRollOut. ADG is set to selectionMode="singleCell". Never getting an itemRollOut event as far as I can tell. I was reading about some problems with this, but was not aware that the ADG itemRollOut event just plain did not fire. Is thi

[flexcoders] advancedDataGridColumn.styleFunction question

2009-10-06 Thread MicC
private function formatSummary(data:Object, col:AdvancedDataGridColumn):Object { if (data.hasOwnProperty("summary")) { return { color:0xFF, fontWeight:"bold", textAlign:"right" }; } return {}; } This works perfectly and formats my grid summary

[flexcoders] OlapDataGrid calculated column % of total?

2009-09-20 Thread MicC
"... a percentage aggregator that would calculate what percentage the value is of the entire value of that particular row or column" "Sreenivas said... This is difficult to achieve in the current OLAP implementation because the total value for the row or column gets generated in the end whe