Jump to content

HaPe

Administrators
  • Posts

    80
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by HaPe

  1. Partial transparency is currently only possible for chart segments. For backgrounds, this is a potential enhancement without a schedule yet. We will add this request to the according story, thanks!
  2. 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
  3. 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
  4. Ja, das wäre eine mögliche Erweiterung. Gibt es einen Grund dafür, außer dem eher optischen dass die URL dadurch kürzer wird?
  5. Update, das Problem ist inzwischen produktseitig behoben, und die neue Version wird heute abend hochgespielt werden.
  6. Vielen Dank für die Meldung, das hat sich scheinbar wirklich mit einer anderen Änderung eingeschlichen. Wir werden das nun natürlich möglichst zeitnah fixen, und Bescheid geben.
  7. Thats true, more than 100px is currently not possible for the rounded corners. We will enhance that, should be available then with the next nedyx release, which is planned for in about 3 weeks.
  8. Sure, all files you upload in nedyx are available for other apps in the workspace as well. You need to use the internal file name which is returned by the UPLOADFILE function, and use that later in the other app as parameter for the DOWNLOADFILE function. You will find more information in the nedyx online help, at: https://docs.nedyx.com/working-with-nedyx/file-management
  9. A circle can be realized by using a cell widget with bigger rounded corners, like that: 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:
  10. 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. nedyx_Cases (20).zip
  11. 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
  12. Guten Morgen, wir senden die EMails von dem Server sendmail@nedyx.com. Gerne Bescheid geben, wenn noch weitere Infos benötigt werden.
  13. 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 "": In addition, we will provide an option to directly switch tooltips on or off soon as well.
  14. For this use case nedyx provides the function CELLREF. WIth parameters 2 and 3 you can specify in which cell a value should be inserted. You will find more information in the nedyx online help at: https://docs.nedyx.com/clearlines-functions/range-functions/cellref
  15. Hi AJ, on first glance, this seems really to be a bug. But we will take a deeper look, and come back to you with an analysis, and hopefully already with a workaround or a solution. Thanks for reporting. hp
  16. 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.
  17. Hi Anna, it seems that this problem is coming from a widget which has obsolete properties in the Connection tab. So please try to change any property in the connection tab for this widget, then the problem should disappear. hp
  18. Maybe you could share an example of this as app file? Then I can take a look...
  19. 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.
  20. 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.
  21. 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.
  22. Über die Funktion OPENWEBPAGE kann man eine beliebige Webseite in einem neuen Tab öffnen, siehe hier: https://docs.nedyx.com/clearlines-functions/navigation-functions/openwebpage
  23. 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: 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. Vor jeder Änderung an der Tabelle wird über den Befehl LOADWIDGETCONTENT der aktuelle, zentral abgelegte Inhalt der Tabelle geladen. 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
  24. For custom message dialogs, again the OPEN function could be used, this time with parameter "onpage". This opens another page as a popup on top of the current page, and can be closed by just calling the function CLOSE().
  25. Hi AJ, the best option for this use case might be the OPEN function with parameter "onwidget". This opens another page as a popup right below the clicked widget. I have attached your demo app, enhanced with an example how this can be used. nedyx_Test Menu (1).zip -hp
×
×
  • Create New...