Activity for Obelix

  • Obelix Obelix posted a comment on discussion Help

    is there meanwhile a way to have another font color than the standard blue?

  • Obelix Obelix posted a comment on discussion Open Discussion

    Hi has anybody a solution how to not print the footer at the page end? I would need the "footer" at the end of the table. I know this sounds stange, but on thermo bon printers it is useless to have a print sheet in length of something like DIN A4. thanks in advance Achim

  • Obelix Obelix posted a comment on discussion Open Discussion

    Hi Phillip here are the screenshots. One enabled and one with "olvNames.enabled = false"

  • Obelix Obelix posted a comment on discussion Open Discussion

    Hi I'm decorating my app in "dark mode". So changing the colors is easy - except when setting the OLV to "enabled=false". Then the background changed to some light gray. Is there something I oversaw? The disabled style cannot be the solution - I already tried that. No success... Any hints?

  • Obelix Obelix posted a comment on discussion Open Discussion

    seems like I found the solution myself: the model is based on the MyFilesystemInfo from the demo projects. The subdirectories are created when calling GetFilesystemInfos. But another call creates different objects, so they are inserted into the tree very correctly! the solution is to extend the model to keep the files and dirs and enable a force reread of the directory. private List<MyFileSystemInfo> files = new List<MyFileSystemInfo>(); private List<MyFileSystemInfo> subdirs = new List<MyFileSystemInfo>();...

  • Obelix Obelix posted a comment on discussion Open Discussion

    I could need some advice: See picture 0.png how my tree looks: Dokuments (this is a root item) +--#inbox +--testdir after doing drag&drop action I need to refresh the counter in column 1. my hope was doing a "RefreshObject" on the tree model (I did many tries of other methods with even worse results). After that refreshing I get the result seen in picture 1.png Dokuments (this is a root item) +--#inbox +--testdir +--testdir there appears another "testdir" which is the same model as the original testdir....

  • Obelix Obelix posted a comment on discussion Open Discussion

    this issue is still present in version 2.9.1 took me HOURS to find, because I always...

1