codehouse.digfish.orgSelect the best GUI toolkit - part 5: Java SwingNOTE: this the fifth part of a series. The previous article was about .NET Windows Forms. You can find the article here. Java Swing is one of the oldest GUI toolkits made by SUN, the creator of the language (the first was AWT) and had vast acknowledg...Jun 17, 2023·1 min read
codehouse.digfish.orgSelecting the best GUI toolkit – part 4: Windows FormsNOTE: this the fourth part of a series. The previous article was about AutoHotkey. You can find the article here. Windows Forms is a GUI programming framework developed by Microsoft for building Windows desktop applications. It provides a set of pre-...May 25, 2023·2 min read
codehouse.digfish.orgSelecting the best GUI programming toolkit part 3: AutoHotkeyThis is the third article of a series titled Selecting the best GUI programming toolkit . The latter article was about Tkinter embedded in PySimpleGUI. AutoHotkey is Scripting language to define shortcut keys for the most diverse applications under W...Apr 3, 2023·4 min read
codehouse.digfish.orgComo configurar um teclado PC português para uso num macEste post vai ser escrito em português, visto que a audiência vai ser precisamente os utilizadores portugueses. Num post da semana passada, escrito em inglês, dei conta das minhas dificuldades para configurar um teclado para PC para uso com um mac mi...Apr 2, 2023·9 min read
codehouse.digfish.orgSelecting the best GUI programming toolkit (part 2 - Tkinter wrapped in PySimpleGUI)Note: this is the second part of a series. For the first part, about the planning, click here. As the first toolkit to experiment, I selected Tkinter, since I'm versed in Python and this already comes packaged with the Python standard distribution. F...Mar 27, 2023·3 min read