New Post: nodexl and parallels
Giuseppe: Is there a "Details" button in the message box you're seeing? If so, please click the button, which will reveal a much longer message, and copy-and-paste the long message here. That should...
View ArticleNew Post: nodexl and parallels
Hi tony, these are the details Customization does not have the permissions required to create an application domain. ************** Exception Text **************...
View ArticleNew Post: nodexl and parallels
Giuseppe: To fix this problem, please see "About Excel's Trusted Locations" at http://nodexl.codeplex.com/discussions/72820 . -- Tony
View ArticleNew Post: Please Delete Graph
The graph you reference has been removed.Regards,Marc Sent from my iPhone
View ArticleNew Post: Generate random dark colors?
oh! I want to generate different random dark colors to draw vertex!
View ArticleNew Post: Generate random dark colors?
By the way, I wrote this code--"vertex.SetValue( ReservedMetadataKeys.PerVertexImage,new System.Windows.Media.Imaging.BitmapImage(new Uri("d:\1.jpg") ) );" But the vertex did not turn into a picture....
View ArticleNew Post: Generate random dark colors?
You said "background," Doug. But the principal for vertices is the same. Again, I'm typing this without actually trying it, so caveat emptor:const Int32 MaximumColorComponentValue = 50; Random random =...
View ArticleNew Post: Generate random dark colors?
Didn't you get a compiler error with your BitmapImage code? "d:\1.jpg" contains an illegal escape sequence. -- Tony
View ArticleCreated Unassigned: Unexpected problem to import DL or Pajek file [24921]
NodeXLAn unexpected problem occurred. If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http://www.codeplex.com/NodeXL/Thread/List.aspx. Details:...
View ArticleNew Post: VErtices not showing
I'm using Office 2013. The graph shows OK, no problem there. The issue was with the vertices worksheet not filling out properly after I manually entered my data on the edge worksheet. I found that if I...
View ArticleNew Post: VErtices not showing
Sorry, one more thing. I'm working with a unusual network where a lot of the interactions where undirected (where the whole point of creating this forum was to help people interact directly) so I want...
View ArticleNew Post: VErtices not showing
Hello!Thank you for the interest in NodeXL.A vertex with no connections to others can be represented as an edge that is a "self-loop" - it originates and terminates in the same vertex. Put the same...
View ArticleNew Post: Generate random dark colors?
But apart from your syntax mistake (just a typo in CodePlex?), you also have to set the vertex shape:vertex.SetValue(ReservedMetadataKeys.PerVertexShape, VertexShape.Image); -- Tony
View ArticleNew Post: Select edges of a certain group
thank you. Now, is it possible to export the selection to another file ? or have that selection in the edges worksheet ?
View ArticleNew Post: VErtices not showing
Thank you so much for the prompt reply Marc. The self-loop option solves my first issue, thanks. But I think my explanation of the color issue was not clear. I actually can see the color option on the...
View ArticleNew Post: Select edges of a certain group
let me explain better, i have 10k groups, the first one is very big, i want to analyze only the first one on the edge worksheet. If i use the deselect vertices i select the edges only on the graph...
View ArticleNew Post: Select edges of a certain group
solved... Your solution was good, thank you, i had a memory problem, but now it works GREAT !
View ArticleCommented Unassigned: Unexpected problem to import DL or Pajek file [24921]
NodeXLAn unexpected problem occurred. If it occurs again, please copy the details to the clipboard by typing Ctrl-C, then post the details to http://www.codeplex.com/NodeXL/Thread/List.aspx. Details:...
View ArticleNew Post: problem with import from facebook
Hello I want to import data from Facebook and knowing about locale and hometown of users is so important for me. I chose locale and hometown in attribute window but I did not achieve any data about it.
View Article