Re: [racket-users] GUI (get-directory)

2019-12-05 Thread Jens Axel Søgaard
FWIW I just found an introduction to Racket GUIs by Andres Ramos: https://www.youtube.com/watch?v=yo6wVXS6dkU /soegaard Den tir. 19. nov. 2019 kl. 18.49 skrev pow bam : > Hello, I am very new to programming and up until this point I had only > seriously messed with the AutoIt language - it was

Re: [racket-users] GUI (get-directory)

2019-12-03 Thread James Platt
On Nov 21, 2019, at 6:27 PM, Alexis King wrote: >> On Nov 21, 2019, at 11:21, James Platt wrote: >> >> If we can direct more of the energy of this community into, not just >> improving the documentation, but the way we do documentation, it would be a >> major improvement. Requiring lots of

Re: [racket-users] GUI (get-directory)

2019-11-21 Thread Alexis King
> On Nov 21, 2019, at 11:21, James Platt wrote: > > If we can direct more of the energy of this community into, not just > improving the documentation, but the way we do documentation, it would be a > major improvement. Requiring lots of parentheses doesn't bother me. Lack of > infix

Re: [racket-users] GUI (get-directory)

2019-11-19 Thread Hadi Moshayedi
On Tue, Nov 19, 2019 at 9:49 AM pow bam wrote: > (get-directory [message "Select a folder.."]) > > You should just use (get-directory "Select a folder.."). The docs says the

[racket-users] GUI (get-directory)

2019-11-19 Thread pow bam
Hello, I am very new to programming and up until this point I had only seriously messed with the AutoIt language - it was easy to search and find out how to do things as their forums were quite active and already possessed a wealth of data that any determined person could get by on with just