Jump to content

HaPe

Administrators
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by HaPe

  1. This behavior will be changed with the next nedyx version. Then the image will always be completely visible 🙂 

    Then it will be resized in a way that it has maximum size, is completely visible and the ratio is preserved. 

  2. Hi, 

    Thats not an easy use case... but possible to realize to a certain degree with nedyx. 

    I have attached one of our chart libraries, and added some examples, in the "WithBackground" page and the "PolarArea" page.

    Here the colors are applied by the Cell styles property. And the "WithBackground" example uses two stacked radar charts, one for the background, and one for the radar chart itself. 

    I hope that helps.

    nedyx_Charts - Examples (54).zip

    • Like 1
  3. Hallo Elena,

    ich habe mal ein Beispiel beigefügt, in dem angeklickte Zellen eingefärbt werden. Dazu wird eine Hilfs-Tabelle (unter der ursprünglichen Tabelle) nach dem Anklicken mit 1'en gefüllt, und diese dann zum Berechnen der Cell styles der oberen Tabelle verwendet. 

    Ich bin mir allerdings nicht sicher, ob das deinen Use-Case komplett abdeckt, daher gerne nochmal Bescheid geben wenn noch Fragen offen sind.

    Hans Peter

    nedyx_Tabelle (1).zip

  4. Eine dynamische Positionierung von Widgets ist auf der Roadmap, das wäre dann eine ähnliche Berechnung wie bei anderen Properties wie Visible oder Editable. Damit sollte sich dies Anforderung umsetzen lassen. Einen konkreten Umsetzungs-Termin gibt es allerdings noch nicht. 

    In der Zwischenzeit könnte man dafür das Konzept des Fortschrittsbalkens verwenden. Zwei Beispiele sind in der Beispielsapp unter diesem Link abgelegt:

     

  5. Hi, wir konnten das Problem reproduzieren, es tritt auf wenn eine Seite des PDFCREATE nicht existiert. Das ist ein neuer Bug, und wird schnell gefixt. 

    In deinem Fall wurde "Prozesstauglichkeits_Ergebnis" anstelle "Prozesstauglichkeit_Ergebnis" verwendet. Mit diesem Spalten-Inhalt funktioniert alles:

    image.png.a35c4cea5ef01d9dd6584fab86f38cbb.png

    Solange dieser Fehler noch nicht korrigiert ist, bitte die Seitennamen vor dem Ausführen des PDFCREATE nochmal prüfen. 

  6. Hallo Manuel,

    anbei ist ein einfaches Beispiel, in dem das exemplarisch umgesetzt ist. Einfach auf den Button klicken, dann wird eine PDF-Mappe mit mehreren Seiten erstellt und runtergeladen. Die Seiten müssen nicht in der Navigation enthalten sein.

    Eine detaillierte Beschreibung der PDFCREATE Funktion (z.B. mit Hinweisen, wie man die gleiche Seite mit unterschiedlichen Menüeinstellungen mehrfach einpacken kann) findest du in der nedyx Online Hilfe (https://docs.nedyx.com/welcome-to-nedyx)

    Sag Bescheid wenn du noch Fragen dazu hast. 

    nedyx_PDFMappe (2).zip

    • Like 1
  7. Thats one option, but the selection frame must re-appear after a while, to see that the widget(s) are still selected. E.g. if you want to change a style after the repositioning. 

    An alternative approach could be to use e.g. the CTRL key to hide the selection frame (and maybe the "..." menu as well). 

    Thats for repositioning with the cursor keys. During drag & drop, we could hide the selection frame without the CTRL key pressed. Because after the repositioning / drop we can easily display the selection frame(s) again. 

  8. Hi,

    this is as designed, but not easy to explain 🙂

    The reason for that is the value left of the "=" defines the value type which should be compared. So in case of 

    #cell1 == ""

    if cell1 contains a 0, a numerical comparison is applied. For this purpose, the value right to the "=" is first converted to a number. And a conversion from an empty string to a number returns 0 (in the same way as NUMBER("") returns 0 as well). So this comparison returns true. 

     

    • Thanks 1
×
×
  • Create New...