Andras Lasso

Results 869 comments of Andras Lasso

You can change the placement behavior (one/multiple) using the markups toolbar (or in Markups module): That said, if the `Surface cut` effect changes the current placement mode then it may...

The implementation could be simplified, if we wanted to make the user see an image regardless of where the slider handle is. We could simply change the slice logic to...

Changing `left-posterior-superior` to `left-anterior-superior` means that the anterior/posterior direction of the image should be swapped. In Slicer-5.8.1 the left/right direction is swapped. In Slicer-5.9.0-2025-09-03 the anterior/posterior directions are swapped. So,...

Before the recent update, I think most NRRD files were usually read by a simpler, specialized NRRD reader class. It is very surprising that this reader handled some orientations incorrectly,...

We would need some communication between the launcher and the application to ensure that there is no time gap or overlap between the launcher and application splash screens. For example,...

The additional complexity by XML progress reporting scheme could be justified if we can make some more use of it (not just hiding the splash screen). For example, if we...

I've started working on this but have not finished it yet. It's on my todo list, should be ready by Monday.

@jcfr please review the CTK pull request: https://github.com/commontk/AppLauncher/pull/166 In Slicer, we'll need a single-line change: add `std::cout show();`

The launcher splashscreen should disappear immediately when the application splashscreen appears - see how it works in the official builds. Make sure your CTKAppLauncher is up-to-date.

I've tested this more and everything worked well, except when the application is restarted (e.g., typing `restart()` in the Python console). In this case probably somehow the new application output...