Where is the "Group" button in Gephi 0.9.2? - partition

I am new to Gephi, and am using Gephi 0.9.2. I randomly generated a graph. Then I ran "Modularity" in Statistics. I went to "nodes" and then "partition". According to some online tutorials, there should be a "group" button next to "apply", which allows me to put the nodes into several groups based on their modularity class.
But I cannot find that "group" button. Where is that button? Thank you very much!

Welcome to StackOverflow! You are probably checking tutorials for an older Gephi version.
If I'm not wrong, in Gephi 0.9.2 the corresponding option, has been moved under menu Tools>Generate groups by partition, like it is shown below.
If this was not what you are looking for, try to edit your question, giving us a link to the tutorial you were looking at.

Related

Creating a new GitLab issue and assigning a label to it automatically

I am working on designing webpage UI where some experimental data is stored. This data could be inaccurate sometimes so I'm providing a button at the bottom of the page which redirects the user to the new issue webpage in GitLab. Look at the sample below.
And this button will take the user to somewhere like this:
The URL behind the button is simply
<full-path-to-some-gitlab-repo>/issues/new?issue[title]=Issue%20with%20experiment%20%201
which was taken from GitLab official documentation.
As you can see here, there's an option to automatically fill the Title section directly from URL but I couldn't figure out how to do the same for Labels. Is there any way to do it this way?
For internal requirements, there must be a label automatically selected and the users can't be relied on to select it by themselves. For each webpage, a new label is assigned which makes it possible to extract all the issues related to that webpage later just by extracting all issues with that label. This might not be an optimal way to do this so if you have any other suggestions, please put them in comments. Thanks.
This does not seem yet supported, regarding pre-filling labels on issues.
That was requested in issue 63392, but without solution for now.

WxPython Feature Property Grid

I was wondering if a feature for WxPython existed or if I need to make it.
Here is a sample from a C# program I am trying to achieve with a property grid:
Sample Grid Image
I want this look with a checkbox in front of a PropertyCategory such as Group 0 or Message 0 in PropertyCategoryExample and can include the category. If you include the parent category I want the children categories to also be included.
Basically it acts as the expansion next to it but is a checkbox. I want to be able to still expand and shrink but just an extra checkbox when I go to save to see if the user wanted it included.
I have looked around in the docs and web but can’t find anything related to this. Do I need to make a custom property to do this?
I have asked on the discussion board but I haven't heard anything back
Thanks for your help in advance!!!

Is there a Collection of icons used for imageMso?

I started to write an add-in for searching and viewing built in icons/images (imageMso) for the Office Fluent ribbon to find something suitable to add to new buttons. Yes, I know there are many out there, but I haven't found any particularly useful yet. I end up spending hours or days trying to find something that fits a purpose.
Does anyone know how the icons are stored or where they come from? Are they in a collection that is accessible and could be looped through along the lines of...?
For each img in imageMso
Loading them in manually, I have come up against a size limitation in VBA for the size of individual modules so would need to have many modules, then re-write when each version of office is released.
YES. There is a comprehensive Icon Gallery complete with control ID published by Microsoft here: 2010 MS Office Gallery
Once the file is downloaded, then Click to enable "edit".
Next, in the Ribbon, Click on: File-->, then Info. You'll then see "ImageMso 0" and ImageMso 1. Click on either to get the Gallery of iso Images for you to review.
Screen Shot of ISO Image Gallery in MS Word.
Sorry for the belated answer
Just for future reference, there is no imageMso collection available in Office. Neither will you find a definitive id list. You will have to side load custom UI control IDs and iterate over them yourself. As of today this might be the most up-to-date list:
https://learn.microsoft.com/en-us/openspecs/office_standards/ms-customui/fe2124a1-5aaa-4adf-b285-5d58da9d5e2a
Also, be aware that the IDs might change with each new office version. Some get added, some are obsoleted.

Google docs - automated List of tables

Is it possible to add captions to tables in Google docs?
I would like to be able to produce an automated list of tables.
For example something like this :
Any idea ?
The Caption Maker Add-on detects figures and tables in a Google Doc, puts numbered captions above or below them and creates lists of figures and tables that can even be updated as the document evolves.
The "Captionizer" Addon seems to be able to do this now, albeit without page numbering. The creator says there is no way to lookup the page number in a google doc to be able to add that feature.
Captionizer
As #Falko Menge suggested in the first response Caption Maker appears to be the best option. I went down for some time, but you can install it without problems.
Caption Maker is available here: https://workspace.google.com/marketplace/app/caption_maker/226603355104
It seems to be working just fine.
Cheers!

Rad grid custom filtering

How can I activate custom filtering for my radgrid?(I googled but I didn't get any proper response regarding this)
I have a property like AllowCustomSorting but I don't have any property regarding filtering.
Can any one provide the way how to implement custom filtering?
If possbile give me a sample page then I will understand.
Thanks in advance.
All you need to know about filtering:
http://www.telerik.com/help/aspnet-ajax/grid-basic-filtering.html
I usually do my filtering/sorting within my stored procedures as that brings huge speed benefits when working with larger tables.
I'm aware this is a fairly old question now but this link should help you:
Note that it has a sample project at the bottom of the page.
The property you are looking for is AllowFilteringByColumn="True"
This page has a sample using a dropdown and a custom filter.

Resources