🔗 https://documentation.xojo.com/api/printing/printersetup.html
🔗 https://documentation.xojo.com/api/printing/printersetup.html
Source: https://documentation.xojo.com/topics/user_interface/design_tips.html
#Xojo #UIDesign #DesktopDev
Source: https://documentation.xojo.com/topics/user_interface/design_tips.html
#Xojo #UIDesign #DesktopDev
https://blog.xojo.com/2026/06/25/build-a-threaded-find-in-files-solution/
#Xojo #ProblemSolved #DesktopDev #Threading
https://blog.xojo.com/2026/06/25/build-a-threaded-find-in-files-solution/
#Xojo #ProblemSolved #DesktopDev #Threading
Event hits on open + every activation.
Pull fresh DB rows or sync state.
Try:
Sub Activated() Handles Activated
UpdateData_Custom()
End Sub
#Xojo #DesktopDev #CrossPlatform
Event hits on open + every activation.
Pull fresh DB rows or sync state.
Try:
Sub Activated() Handles Activated
UpdateData_Custom()
End Sub
#Xojo #DesktopDev #CrossPlatform