User Portlet User Portlet

Discussions
I created a cylinder (solid primitive) in Autodesk 2020 and then saved the file as Cylinder DXF. In Mathematica, I applied the command Import["C:\\ASINVAL\\Cylinder.dxf"] and it didn't work, returning the following message: In[5]:=...
I created a button that opens a package created by me. I would like to pin this button to the top of the notebook. Tried using **DockedCells** with **CreateNotebook** but failed. Can anyone help? Regards, Sinval
I want to create an Stylesheet based on Stylesheet Outine. This Stylesheet can be found in: Menu Format -> Stylesheet -> Utility -> Outline. However, when I click on a blank line, a text cell (Title, Section, etc. ) appears and not an Input cell. Is...
Does anyone know how to build a color palette? To apply a color to a text, we must go to the Format, Text Color menu and click on the desired color. I would like to create a palette that would make this operation faster and more practical. Good...
Does anyone know how to change the background color of the notebook? The default color is white, but on some documents I would like to change the color. Regards Sinval
Is there a way to simultaneously select all cells in a notebook that have a certain style, for example: Section or Subsection or Text? Regards Sinval
I tried to create a new style (in Input format) called Input2 for a Stylesheet, but when I type the name of the style in the “Enter a style name” box and press Enter, a Text style is inserted with the name Input2 and I couldn't changes it to the...
To change the font used for the input and output cells on all notebooks to Source Code Pro, I enter the following code: CurrentValue[$FrontEnd,{StyleHints,”CodeFont”} ] = ”Source Code Pro” However, I was unable to do the same to change the...
To edit the cells of a Stylesheet, there are several styles such as: Title, Text, Abstract, Author, Item, etc. Is there a way to create other styles and add them to the Styles list? For example: I would like to create another text style, called...
Mathematica offers the Hyperlink function to insert a link into a document. Is there something similar or a way to insert a button into a document (file) so that I can open another document from the current document? Regards Sinval