Search found 2 matches
- Mon Nov 03, 2025 8:37 am
- Forum: Coding Questions
- Topic: events lost in tranparent window
- Replies: 5
- Views: 1091
Re: events lost in tranparent window
Hello i am trying to create a transparent window that contains buttons. Transparency is needed because the buttons control the image behind the window. (see image: https://photos.app.goo.gl/bMBo2dhqeButYnzYA drive mad )
Every button should fire an event and when clicking in the middle of the ...
- Wed Jul 02, 2025 8:13 am
- Forum: Coding Questions
- Topic: Pass JSON data to program
- Replies: 4
- Views: 1029
Re: Pass JSON data to program
Hey, I try to pass JSON data as an argument to a program using RunProgram() .
The JSON data for example is {"date_id":"20240511","date_type":"1"} .
It seems I can not pass the quotes correctly. Based on what is possible in the shell, I would write:
Arguments$ = ~"api get ...