Andreas Pfeiffer
Forum Replies Created
-
Rui,
very good idea!
I will vote for it too.
Best,
Andreas
-
Andreas Pfeiffer
AdministratorJune 23, 2025 at 8:39 am in reply to: Future of Omnis Community EditionUwe,
have a look at the Omnis.net website. Click onto the Store button in the top right corner. You will see that there are actually two Community Editions now.
Hope this helps.
Best,
Andreas
-
Hi Rui,
What are you referring to?
Best,
Andreas
-
Andreas Pfeiffer
AdministratorApril 14, 2025 at 8:23 am in reply to: Transbutton hotbutton currentindicatorcolor propertiesMartin,
Attached please find the test library made with Omnis Studio 11.1 CE and the required user.css that you would need to copy into your installation. If you have already contents in the user.css then you can simply copy the CSS class from this user.css into your own user.css.
Best,
Andreas
-
Andreas Pfeiffer
AdministratorMarch 27, 2025 at 10:07 am in reply to: Transbutton hotbutton currentindicatorcolor propertiesMartin,
We found a little glitch with this approach. Apparently when adding the bottom border, the text on the button jumps a little. So instead using a CSS class for the button we use a container (i.e.scroll box) and put the button or trans button into that container given it an edge float kEFPosnClient. Note that it does not look nice if the button has rounded corners. Hence we set $borderradius to zero for both the button and the container.
Now the container will receive a CSS class like this:
.showbottomborder:hover {
border-bottom: 3px solid red;
}If you put “showbuttomborder” into $cssclassname (without the quotes) it will show a 3px, solid and red line at the bottom when hovering with the mouse without affecting the button itself.
Kudos to Maurin for this.
Best,
Andreas
-
Andreas Pfeiffer
AdministratorMarch 26, 2025 at 9:08 am in reply to: Transbutton hotbutton currentindicatorcolor propertiesHi Martin,
You can achieve this with a CSS class.
Add the following to the user.css within your installation:
.mytransbutton:hover {
border-bottom-width: 3px !important;
border-bottom-color: darkblue !important;
}
Then add the name of this CSS class “mytransbutton” to the $cssclass property of your transbutton.
When testing this, the transbutton should show a 3px, dark blue border at the bottom when hovering with the mouse.
I hope this helps.
Best,
Andreas
-
Andreas Pfeiffer
AdministratorMarch 12, 2025 at 8:30 am in reply to: Integrating AmCharts into Omnis StudioHi Martin,
It could be that the sample library was created using the Omnis Studio Professional Edition. In that case you cannot open it using the Community Edition. But I am not sure. Maybe you can ask the author.
Best,
Andreas
-
Is it $horzscroll?
-
Hi Martin,
Yes – this is possible within Omnis.
Check out the pictconv… functions. Here is a link to the documentation: https://www.omnis.net/developers/resources/onlinedocs/FunctionRef/Functions_A-Z/pictconvfrom.html#pictconvfrom
There is also a function to find out what format the picture is: https://www.omnis.net/developers/resources/onlinedocs/FunctionRef/Functions_A-Z/pictformat.html#pictformat
Hope this helps.
Best,
Andreas
-
Andreas Pfeiffer
AdministratorApril 14, 2025 at 5:52 pm in reply to: Transbutton hotbutton currentindicatorcolor propertiesMartin,
Maybe you might try this with the latest version though. I was using Build 37266
Best,
Andreas
-
Uwe,
Brilliant! Have a nice day.
Best,
Andreas
-
Hi Uwe,
It is probably because you are creating the content on the server and the server has no clue about the language being used. You can either change $language or you can change the $prefs.$separators() if you want to support more than one language.
Best,
Andreas
-
Awesome!
Have a great day!
Best,
Andreas
-
Andreas Pfeiffer
AdministratorFebruary 12, 2025 at 10:46 am in reply to: Omnis goes PlantUml with C4 Plugin, but how do I write the content to a fileGreat! It will good to see you again!
Best,
Andreas
-
Andreas Pfeiffer
AdministratorFebruary 10, 2025 at 9:45 am in reply to: Omnis goes PlantUml with C4 Plugin, but how do I write the content to a fileHello Rainer,
You are welcome. I am glad you found my technical note.
Also there is a sample library in the HUB that shows how to import or export when using a remote form: jsFileUploadDownload
Best,
Andreas