Милош Павловић

Results 17 comments of Милош Павловић

> Thanks! That's a nice and working idea (although the `` tag is deprecated and not available in HTML5). If you are using HTML dialogs (yad --html) I can imagine...

It must be some old KDE standard. [Here](https://www.linuxtopia.org/online_books/linux_desktop_guides/kde_desktop_user_guide/configuration-files.html) it is: > So-called “Shell Expansion” can be used to provide more dynamic default values. With shell expansion the value of a...

It's reproducible in bash 5.1 with cycle read. ```bash while : ; do date +"%a %d %b %H:%M %S" sleep 1 done | { yad --title=clock --geometry=230x50+420+16 --form --cycle-read --field=":...

I have the latest from master branch and this still happens. This expands height: `yad --text="Set height equal to 100&#59;Set height equal to 100&#59;Set height equal to 100&#59;" --width=500 --height=100...

It is already possible with changed action and check button. With the latest version even with switch. ```bash yad --form --field="Check":CHK --field="Switch":SW --field="Switch 2":SW "FALSE" "TRUE" "TRUE" --changed-action 'yad --text="%1...

Now when you mentioned this, even button-press and release events would work on a label too. All we would need is an event box ```C #include static gboolean button_press_event_cb( GtkWidget...

This would be very hard to achieve. It would require implementing a secondary window manager that runs alongside the primary window manager. Docked app would set the window to override...