Search found 5 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 07 Nov 2010 16:26
- Forum: Filtering, Ranking & Interacting with the graph
- Topic: [SOLVED] Adding extra variables to NodeData, can it be done?
- Replies: 5
- Views: 4452
Re: Adding extra variables to NodeData, can it be done?
Thank you so much! You devs are great! Now where would be the best place to put these addColumns in? If they get called more than once then Gephi throws an error. AttributeModel attModel = Lookup.getDefault().lookup(AttributeController.class).getModel(); attModel.getNodeTable().addColumn("diseased",...
- 07 Nov 2010 05:21
- Forum: Filtering, Ranking & Interacting with the graph
- Topic: [SOLVED] Adding extra variables to NodeData, can it be done?
- Replies: 5
- Views: 4452
[SOLVED] Adding extra variables to NodeData, can it be done?
Hello! I am trying to add a extra variable to the NodeData class, along with appropriate get/set functions. However Gephi crashes the moment such a function is called. Netbeans does not indicate any errors with recognizing the method, and the following code snippet inside DHNSEventBridge compiles fi...
- 07 Nov 2010 05:06
- Forum: Data Import / Export
- Topic: [SOLVED] GraphML import error in Beta?
- Replies: 3
- Views: 3895
Re: GraphML import error in Beta??
Thanks, good to know.
- 03 Nov 2010 04:26
- Forum: Data Import / Export
- Topic: [SOLVED] GraphML import error in Beta?
- Replies: 3
- Views: 3895
[SOLVED] GraphML import error in Beta?
Hello, I currently have two versions of Gephi which I compile from Netbeans. In the most up to date version (Beta), the graphML file doesn't recognize "population" as a valid attribute. Instead it chooses to designate it as the node's "label". I have no idea what causes this behavior. This keeps me ...
- 09 Jul 2010 18:35
- Forum: Plugins, presets and filters
- Topic: Popup on Startup
- Replies: 1
- Views: 3259
Popup on Startup
Hello! I'd like to create a popup of some sort which gets initialized on program startup (very similar to the Welcome Screen). I know the Welcome Screen itself is made from AWT/Swing. My question is about the core of Gephi. What calls the Welcome Screen, and can I put in something from a plugin in t...