André Schmidt

Results 16 issues of André Schmidt

Hi I want create a Layout. Using the converter I get this code: contentView = new SVerticalLayout { STextView("Large Text")..textAppearance(android.R.attr.textAppearanceLarge) this += new SLinearLayout {}.visibility(View.VISIBLE).orientation(LinearLayout.HORIZONTAL) SButton("New Button"). SButton("New Button"). SButton("New...

Is it possible to sign an e-mail with an S-MIME with an official certificate? And if yes how I have to do this. And if not, would be their an...

enhancement
question
status:backlog

Hi, I set all up. And if i upload a file i can play it without any problems. For my son I want add the music and stories from our...

Hi, this container is the only one which really works. Now I create a meteor app. But I want to change the stylesheets from outside the container and at running...

Very strange behavior. ``` package view.helperFunctions import scalafx.scene.Node import scalafx.scene.control.TreeItem import scalafx.scene.input.MouseEvent import scalafx.scene.control.{DatePicker, TitledPane, TreeItem, TreeView} /** * Created by André Schmidt on 18.07.2017. */ class TEST { import...

Hi, using macOS and idk 18.0.2 (AZUL) with jet brains ide. I figured out that the validation support destroys my FXML Layout and sizes. ``` private def getValidator: ValidationSupport =...

I hope I am right here with my question. I changed the toString method for my appoint to display more than only time. But that has no effect. Which property...

Hi, for a few medical neddings I need more units. I have a labor report and need to"understand" that values and to be able to calculate the differnences to an...

Hi, I am using your wrapper and found a behavior that is strange to me. If I have an attribute in my template like $data$ or $data.name$ and I will...

Hi, I updated to version 1.3.1 and had to see in my API a deprecation warning. Their is showing I should use OpenAPIRouter. Nothing simpler than that. I was wrong...