| Topic |
|
Author |
Views |
Replies |
Last Post |
On load overlaps componants
Howdy All, When i load my visualizer componant for this first time, due to the amount of data in my tree it expeanded width is greater than that of the visulizer. On doing this it overlaps with other componants on my page. After i move the the tree ...
|
|
Jon
29 Jul
|
8 |
0 |
- |
Tooltips RT refresh
How to refresh the topology in real time
|
|
lenves
29 Jul
|
12 |
0 |
- |
Setting Up Visualizer demo in flex 4
I have sorted this now, it required deleting a fair few style based attributes. Im still not so sure why it kicked up as much fuss as it did
|
|
Jon
26 Jul
|
52 |
1 |
Jon
28 Jul
|
RemoveAll Bug?
Hello, We will try to reproduce the problem and work on it. Then We will give you our investigation feedback. Thx
|
|
James Hampson
11 Mar
|
892 |
16 |
Dhaou BOUROUIS
28 Jul
|
GraphML-Attribute value
Mohamed, Thanks, I was able to set the GraphML node color dynamicaly by using the Visualizer coloringFunction properties. N Shen
|
|
N Shen
21 Jul
|
66 |
2 |
N Shen
23 Jul
|
How to have 2 links between 2 nodes that doesn't overlap ?
visualizer.useMultiLink = true
|
|
Thomas
14 Jun
|
77 |
1 |
Thomas
22 Jul
|
how can i create two or more links between two nodes?
possible in version 1.6.5: visualizer.useMultiLink = true
|
|
wangchuan
09 Jun
|
137 |
3 |
Thomas
22 Jul
|
Does Visualizer 1.6.5 supprot Flex 4 State
Hello, Thanks for your interest in our component. I will give an answer for each question in the order you have asked them. 1 Visualizer component don't extend SkinnableComponent class. Thus handling States inside the Visualizer isn't ...
|
|
N Shen
16 Jul
|
70 |
1 |
Mohamed AMAMI
21 Jul
|
Overriding resize behavior
Hello, In order to override this Behavior, you need to create a class extending the Visualizer component and override handleResize method. The option to disable such behavior should be reconsidered in next minor release. You can leave the overridden handleResize method empty in case ...
|
|
Alec Britton
13 Jul
|
64 |
1 |
Mohamed AMAMI
20 Jul
|
howto load non-hierarchical data using ArrayCollection
David, Thank you for the update. I will try it out and let you know my feedback. Thanks, John
|
|
John Casey
28 May
|
526 |
14 |
John Casey
14 Jul
|
live data problem
Hi I have be working to create a org chart for a company I want the data to be live coming from the database to the chart. I have tried a number of different way to do this and every thing the org chart dose not like the way ...
|
|
Paula Butler
14 Jul
|
34 |
0 |
- |
Centering behavior on reLayout() is very confusing
Hi, Visualizer 1.6.5 is now available for download. It should solve this issue
|
|
Brett Adam
21 Apr
|
715 |
13 |
David Youyou
12 Jul
|
Default node position on Startup
Hello Everybody, My problem is related to the default node position on startup. By default the node always comes in center (Horizontally center aligned and vertically middle). I want the node position to be horizontally left aligned.Please tell me how to achieve
|
|
Susithra
12 Jul
|
30 |
0 |
- |
toolTipFieldFunction - help in usage, or example
|
|
Kaspars Sprogis
29 Jul
|
526 |
2 |
Thomas
09 Jul
|
expand and collapse without the expand or collapse button
Hi A new problem has arisen for me. I am expanding and collapsing on "elementClicked" and my itemRenderer is a Button. Now after expanding if i click the button it does not call my eventhandler but on the screen the highlighted links go dull. The next ...
|
|
Vinay Upadhya
08 Jul
|
105 |
3 |
Vinay Upadhya
08 Jul
|
Double click event problem and clicked item data problem
Try something like this: private function customNodeRendererFunction(data:Object):UIComponent I didn't use the DefaultItemRenderer (or a subclass of it) as my return object. I instead used a VBox with my own image and label. This is what seemed to make the doubleclicking work ...
|
|
Daniel Kim
29 Jan
|
727 |
19 |
Daniel Kim
02 Jul
|
Visualize any xml file
Hello, I want to build a tool which can read any XML file and show the structure and content of it. I've already a working example with AIR draganddrop so a xml file can be dropped on the application and the structure is shown with kaplap visualizer ...
|
|
Frank Delporte
29 Jun
|
56 |
0 |
- |
Visualizer Highlighting...
We are researching Visualization components and have a requirement where we need a way to be able to highlight portions of a hierarchy by dimming other portions of a tree. For example, if I have a simple tree like this where there is the root node and two children nodes ...
|
|
James Finnigan
29 Jun
|
62 |
0 |
- |
Remove or Delete node
Hi All, I want to delete/remove a node from the visualizer. I can see there is a property named ELEMENTSDELETED in VisualizerEvent, but not really able to understand how to use this. A very simple use case There is a close button on the node, clicking on which ...
|
|
g s
27 Jun
|
52 |
0 |
- |
ignoreRoot not working like docs
Ì use above xml with ignoreRoot set to true I would expect Stedin Afdeling B Stedin Afdeling C STEDIN to be displayed as top nodes. The result is Organisaties Stedin Afdeling C STEDIN I keeps the root node ...
|
|
Francois
18 Jun
|
91 |
1 |
Francois
18 Jun
|
Using a collection of links in Analysis Path
functionality is currently not supported. According to David Youyou from Kaplab the second link will just be ignored. I also require this functionality. You can check out David's response on Jun 8th to my post. I asked a follow up ...
|
|
Lior
29 Mar
|
284 |
3 |
John Casey
09 Jun
|
Get Non-selected nodes generic sprite id
So i want to use the centerNode method on my organization, however i want to center on Nodes that have certain attributes within the XML, I know i can use private function elementClickHandler(event : VisualizerEvent):void to get ...
|
|
Brant Snow
09 Jun
|
49 |
0 |
- |
Reload Layout with existing Datasource
What i want to do is reload the layout using existing datasource, i would like to call the multimedia function again, well in truth a different multimedia function using the existing datasource, so i would maybe call rendertime2 ...
|
|
Brant Snow
08 Jun
|
62 |
0 |
- |
adding nodes programmatically
Hi Francois, it seems that you are creating a wrong link from newFake to newNode myVisualizer.addLinkElement( ,newFake,newNode); should be replaced by myVisualizer.addLinkElement( ,newNode, newFake
|
|
Francois
01 Jun
|
242 |
2 |
David Youyou
03 Jun
|
relayout changes the oder of sub-graphs
I am using the HierarchicalTreeLayout to construct mutiple trees. I don't want the order of trees on the xaxis changes whenever one of the trees is getting updated by adding a new node to that. Whenever I am using relayout function, it is repositioning (along ...
|
|
Mona Haraty
02 Jun
|
68 |
0 |
- |