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.
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
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
comboBox dataProvider named responseRows = XMLList with Namespace so row data
looks like:
MEMBER_CAPTION xmlns=urn:schemas-microsoft-com:xml-analysis:rowset
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
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
does not work. What should the dp be? TIA,
Mic.
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote:
LabelFunction?
On 8/13/10 9:59 PM, MicC chigwel...@... wrote:
row xmlns=urn:schemas-microsoft-com:xml-analysis:rowset
xmlns:xsi=http://www.w3.org/2001/XMLSchema
row xmlns=urn:schemas-microsoft-com:xml-analysis:rowset
xmlns:xsi=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;
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 mx:ButtonBar id=bbAvailCols on
Wizard.mxml (Module) , where Wizard.mxml
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.
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();
Caption xmlns=urn:schemas-microsoft-com:xml-analysis:mddataset
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
Cincinnati
/Caption
Inside my XMLList the nodes look like above. How do I access
couple of classes missing from download? TIA,
Mic.
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
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
,
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
Subject: [SPAM] [flexcoders] popup dialog with grow ability
Looking for a popup example where the popup can be grabbed and expanded. TIA,
Mic.
;
}
}
}
}
}
]]
/mx:Script
mx:Button label=Test Button/
/mx:Application
--- In flexcoders@yahoogroups.com, MicC chigwell23@ wrote:
I am loading cssStyle text from server with a stored procedure and
loading into a string:
Button {
cornerRadius
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
.
--- In flexcoders@yahoogroups.com, MicC chigwel...@... 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 correct actionscript
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;
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.
got it! Embedded isBranch=false into the xml very cool.
--- In flexcoders@yahoogroups.com, MicC chigwel...@... 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
the 4th level nodes
();
regards,
Christophe
--
Christophe Herreman
http://www.herrodius.com
http://www.springactionscript.org
http://www.as3commons.org
2009/12/17 MicC chigwel...@...
Thanks Tracy - that dot keeps on getting me :-) ... I get a value is not a
function error for service[str]. The code
.[str](); how
to get this working?
It is service.send() at least if your service is a HTTPService instance.
C
_
From: MicC chigwel...@...
To: flexcoders@yahoogroups.com
Sent: Tue, December 15, 2009 1:08:22 PM
Subject: [flexcoders] var token:AsyncToken = service
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.
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
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 chigwel
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
@yahoogroups.com, MicC chigwell23@ 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 menu to this link button with
custom menu item
Solved this - added context menu within AdvancedDataGroupItemRenderer.
--- In flexcoders@yahoogroups.com, MicC chigwel...@... 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 about
is it possible to add an icon and text formatting to a custom item on a context
menu? TIA,
Mic.
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
or when the user
moves the mouse within the grid. TIA,
Mic.
--- In flexcoders@yahoogroups.com, MicC chigwel...@... wrote:
rollOver=cursorID = CursorManager.setCursor(drillCurs);
rollOut=CursorManager.removeCursor(cursorID);
works but covers the whole grid, including scrollbars and headers
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
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.
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 this
private function formatSummary(data:Object,
col:AdvancedDataGridColumn):Object
{
if (data.hasOwnProperty(summary))
{
return { color:0xFF, fontWeight:bold,
textAlign:right };
}
return {};
}
mx:AdvancedDataGridColumn headerText = PI
... 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 where
38 matches
Mail list logo