Re: [racket-users] Layout + styling in racket/gui

2020-07-07 Thread WarGrey Gyoudmon Ju
On Tue, Jul 7, 2020 at 6:18 AM Travis Kiefer wrote: > Jens, > > Thank you for the example links. The spreadsheet example gets closer to > the right direction of a non-trivial example. What's missing from these is > the ability to add styles to the elements... Background colors, gradients, > box s

Re: [racket-users] Layout + styling in racket/gui

2020-07-07 Thread Jens Axel Søgaard
Hi Travis, Den tir. 7. jul. 2020 kl. 00.18 skrev Travis Kiefer : > Thank you for the example links. The spreadsheet example gets closer to > the right direction of a non-trivial example. What's missing from these is > the ability to add styles to the elements... Background colors, gradients, > bo

Re: [racket-users] Layout + styling in racket/gui

2020-07-06 Thread George Neuner
On 7/6/2020 5:54 PM, Travis Kiefer wrote: Hello all! I'm coming from the background of building web apps that are wrapped in a headless browser and would like to take the app development experience and bring it to the racket ecosystem. As an html / css / javascript engineer I'm finding the

Re: [racket-users] Layout + styling in racket/gui

2020-07-06 Thread Travis Kiefer
Jens, Thank you for the example links. The spreadsheet example gets closer to the right direction of a non-trivial example. What's missing from these is the ability to add styles to the elements... Background colors, gradients, box shadow, border around a container element, left align, right al

Re: [racket-users] Layout + styling in racket/gui

2020-07-06 Thread Jens Axel Søgaard
If you are looking for examples of how to use the Racket GUI toolkit, I can recommend: https://github.com/mfelleisen/7GUI It contains Racket implementations of the 7 gui tasks mentioned here: https://eugenkiss.github.io/7guis/tasks /Jens Axel Den man. 6. jul. 2020 kl. 23.54 skrev Travis Kiefer

[racket-users] Layout + styling in racket/gui

2020-07-06 Thread Travis Kiefer
Hello all! I'm coming from the background of building web apps that are wrapped in a headless browser and would like to take the app development experience and bring it to the racket ecosystem. As an html / css / javascript engineer I'm finding the learning curve pretty daunting with racket's d