Questions tagged [mindmap]
38 questions
1
vote
1 answer
How to create infinite scrollable and zoomable view android?
I am very new to android programming, and I want to create a large infinite scrolling and zoomable activity where I can add views much like the empty activity we get in the Simple Mind app. Which layout and activity type should I use? What we the…

user2759617
- 597
- 1
- 8
- 20
1
vote
2 answers
How to check if a space on the form has an object
I'm working on a mind-map project. I'm trying to get the "New Bubble" button to create a new textbox into a FREE space on the form. So I want to check if there is another bubble in the place where it's getting created. If it already has a textbox…
user4388745
1
vote
3 answers
How to convert XML to MindMap?
I have checked many tools like "freemind", "freeplane", etc. Most of them allow exporting to XML file output but I didn't get how to convert an XML to a MindMap.
Any suggestions?

Houssam Badri
- 2,441
- 3
- 29
- 60
1
vote
1 answer
onNodeSelect in Mindmap primefaces 3.5 does not get called
A small question regarding mind map and the select event in primefaces.
Here is my component

Tibbers
- 131
- 14
0
votes
1 answer
Good API for mindflow type application
I'm going to be programming a mind node type of application, namely one that allows text editing within text bubbles, free form movement of the bubbles, small bits of animation, but all the standard properties of a windowed application.
I've only…

ImpGuard
- 885
- 2
- 13
- 18
0
votes
0 answers
Tree layout algorithm for a mindmap with summary feature
I am planning to implement a mindmap with a summary feature using JavaScript. The layout should roughly look like the image attached (summary feature in Xmind.app).
However, I am not sure how to layout the summary. Are there any papers, tutorials,…

weichao.x
- 315
- 1
- 13
0
votes
1 answer
Is there a way to draw multi-page mind map diagrams with PlantUML?
I have tried using different MindMap diagrams and it looks like this field didn't get enough attention in software development community, so I cannot find enough info on other resources.
Anyway, I use PlantUML to draw Mind Map diagram. The issue is…

Dmytro Chasovskyi
- 3,209
- 4
- 40
- 82
0
votes
1 answer
How to restrict the html upload file type to *.xmind?
Now I'm developing on an html page which wants to upload an XMind file (with extension name *.xmind).
I'm now making an element to upload the file.
But the accept type cannot restrict to the file type *.xmind, is there any…

Alfred Huang
- 17,654
- 32
- 118
- 189
0
votes
1 answer
Creating a mindmap using CSV files
I want to create a mindmap of money that I have sent and received using a CSV file with columns: from, to, money in, and money out.
I want to create a graph that shows money either moving in or out of each account, with the account I want to choose…

Pruthviraj Acharya
- 49
- 8
0
votes
1 answer
2d text focuses on camera but get rotate 180 when camera rotates around the object
I have created multiple gameobjects in the scene with parent child relationship. When I move the camera with a joystick it moves around the node in an orbit. but when the camera moves vertically the 2D text on Node gameobject which focuses the…

Aqib Ahmed
- 29
- 1
- 7
0
votes
1 answer
Not able to add custom button in gojs Mindmap
I'm using gojs mindmap, I want to add a save button at the end of the canvas
function init(json) {
if (window.goSamples) goSamples(); // init for these samples -- you don't need to call this
var $ = go.GraphObject.make;
myDiagram =
…

Pavithra Muthusamy
- 255
- 1
- 3
- 13
0
votes
1 answer
How to make a svg pic scale vertiacally an horizontally
This is what in may.svg
0
votes
1 answer
how to add mindmap file to wordpress?
I am creating mindmaps with the help of freemind tool and it provides me a facility to store it as mm file extension.
do we have any way by which I can embed it in WordPress website as clickable way and not as an image

Ganesh Pol
- 413
- 1
- 8
- 29
0
votes
0 answers
MindMup editor - how to add a class to selected string
I have just discovered MindMup and I need to add a way to apply a class to a span tag the same way it is shown how to change the font or the background color for examples.
produces

Paul Godard
- 1,055
- 1
- 14
- 30
0
votes
1 answer
import XMindDocument to create MINDMAP
I'm tring to import XMindDocument from mekk.xmind but I've gotten the error:
"ImportError: No module named mekk.xmind"
I've used pip to install mekk.xmind
pip install mekk.xmind
error: command…

Frank
- 1
- 1