Jump to content

HaPe

Administrators
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by HaPe

  1. Hi Nitzan,

    Thanks for your feedback, enhancement requests are always appreciated! 🙂

    To 1. - Thats already a pending enhancement, but in most cases this could be done by either stacking widgets (i.e. place an image widget behind another widget with transparent background). Or use a reference to the image as content of e.g. a cell widget or table cell. 

    To 2. - Its not possible yet to specify a style formula for pages, but I agree, that would be nice. In the meantime, for this purpose you could insert a widget with a style formula, referencing a central widget, and covering the whole page. 

    To 3. - Thats true and shouldn't be a big effort. Currently, once you have already one widget in the center of a page, you will see such red center-alignment lines for additional widgets (between the widget and the already centered widget). 

    Please let me know if you have any questions here, or if you need examples as an app file. 

    -hp

  2. Hallo Elena,

    deine Umsetzung funktioniert prinzipiell, aber in der aktuellen nedyx-Version muss man Cell-Widgets als Style- Widgets verwenden. Wir haben das schon geändert, und in der nächsten nedyx Version kann man auch Button Widgets verwenden. Bis dahin müssten anstelle der Button-Widgets dann Zellen-Widget in der Style-Formel angegeben werden.

    Hans Peter

  3. A circle can be realized by using a cell widget with bigger rounded corners, like that: 

    image.png.d80a0fd3c3dfef55b77c635d1dcbc3ee.png

    But for a triangle, there is no integrated option. Instead, an image widget with a triangle could be placed behind a transparent cell widget, like that: 

    image.png.c147f676d8f30da24bd23f388fe869bd.png

  4. Hi, I just saw that this request is still pending. So here is a late answer.

    For the visibility of widgets, nedyx provides a calculated property "Visibility". If this is false, the widget is invisible. 

    There is an example in the attached "Cases" app, in page "RadioButtons", the visibility of the sub-options is triggered by the selected top-level button. 

    image.png.da3f6a1f08667d65750b2f2c5be7968b.png

    nedyx_Cases (20).zip

    • Like 1
  5. Hi AJ,

    to your questions:

    1.) This is currently only possible in our on-premises option of nedyx. In the Cloud, the SMPT server is not configurable. That might be a future enhancement, but not planned for the upcoming pipeline yet. 

    2.) This is already possible, but the description in the nedyx online help was missing. Now its a available here (see example 3): https://docs.nedyx.com/clearlines-functions/import-export-functions/sendemail

    3.) Currently a popup can only be opened on top level. I see the use case, but this is currently only possible e.g. by opening the first page as standard page, or to provide a field in the first popup for the email address, which is e.g. only visible if the option "Send as email" is selected. 

    Please let me know if you have any other question here. 

    hp

    • Thanks 1
  6. Hi, you can suppress the chart tooltips now by filling the new "Tooltip" property with an empty value, like by the EMPTY function or assigning just "":

    image.png.24361f4b754350298c17c5533fbb3edc.png

     

    In addition, we will provide an option to directly switch tooltips on or off soon as well. 

  7. Hi Nitzan,

    we will provide this option with the next nedyx release, which is expected in August 2024. In the meantime, the only option is to make the text widget transparent, place a cell widget behind it, and change the background color of the cell widget by the Style formula. 

  8. We will provide an option to suppress chart tooltips with the next nedyx version, which is planned for next week. 

    In the meantime, a workaround could be to place a transparent cell widget over the chart. 

  9. Leider wirklich schwierig, diese Feinjustierung der Gitterlinien bieten wir momentan noch nicht an.

    Man könnte höchstens ein selbst angepasstes "Spinnennetz" als Bild hinter die Grafik legen, und die Grafik transparent machen. Und bei dieser das Gitter ausstellen. 

  10. Hallo, die Anzahl bzw. Zuordnung der Gitterlinien ist leider nicht einfach anzupassen. Diese folgt einer Logik, die in den meisten Fällen passend ist. Evtl. schickst du mir dein Radar Chart mal zu, dann kann ich mal schauen ob sich trotzdem was machen lässt. Evtl. können wir hier auch in Zukunft eine Erweiterung anbieten...

    Tooltips werden ab der nächsten Produktivversion konfigurierbar sein, die für nächste Woche geplant ist. In der Zwischenzeit könnte man auch ein transparentes Cell-Widget drüberlegen, um die Tooltips zu unterdrücken. 

     

  11. Wenn eine Datenbank keine Option ist, wäre das direkte Speichern in der nedyx App, bzw. in einem nedyx Table Widget, eine Option.

    Das würde über die folgenden Schritte gehen:

    1. An einer zentralen Stelle wird ein Tabellen-Widget angelegt, in dem z.B. als jeweils letzte Zeile eingetragen wird, wie weit der aktuelle benutzer gekommen ist. 
    2. Vor jeder Änderung an der Tabelle wird über den Befehl LOADWIDGETCONTENT der aktuelle, zentral abgelegte Inhalt der Tabelle geladen. 
    3. Nach jeder Änderung der Tabelle wird für diese Tabelle ein STOREWIDGETCONTENT aufgerufen. Das speichert den aktuellen Inhalt der Tabelle dann wieder zentral ab, in der App (bzw. in der internen nedyx Datenbank) und steht ab dann für andere Benutzer zur Verfügung.

    In der nedyx Online Hilfe finden sich weitere Beispiel für die Nutzung der beiden Funktionen: https://docs.nedyx.com/clearlines-functions/widget-functions/storewidgetcontent

    -hp

×
×
  • Create New...