Re: [racket-users] Re: EDIT: Building a rectangle builder: trailing rectangle bug.

2020-11-23 Thread KOKOU AFIDEGNON
Hi Alex, thanks for your reply. Are you on Slack? On Tue, Nov 24, 2020, 00:21 Alex Harsanyi wrote: > The snip selection and resize is handled by the pasteboard > on-default-event, and it looks like your code also handles events, > resulting in duplicate handling. There is no clear solution to

[racket-users] EDIT: Building a rectangle builder: trailing rectangle bug.

2020-11-23 Thread KOKOU AFIDEGNON
*please, disregard the previous email, there was a little bug. this is the correct code. the issue still exists. * I can click to drag in order to draw a rectangle, but when i drag the created rectangle (for position adjustment), a new rectangle is created from the said position. How do i constrai

[racket-users] Re: building a GUI rectangle builder: I have a little bug.

2020-11-23 Thread KOKOU AFIDEGNON
[parent f-main])) (send f-main show #t) ``` On Mon, Nov 23, 2020 at 9:43 AM KOKOU AFIDEGNON wrote: > I can click to drag in order to draw a rectangle, but when i drag the > created rectangle (for position adjustment), a new rectangle is created > from the said posit

[racket-users] building a GUI rectangle builder: I have a little bug.

2020-11-23 Thread KOKOU AFIDEGNON
I can click to drag in order to draw a rectangle, but when i drag the created rectangle (for position adjustment), a new rectangle is created from the said position. How do i constrain/fix the issue? i have been trying to use key-combination to draw a new rectangle on demand. can you please give a

Re: [racket-users] Want to change Racket GUI application title (on the taskbar)

2020-11-23 Thread KOKOU AFIDEGNON
can you check on* frame%* *label* ? On Mon, Nov 23, 2020 at 6:25 AM JavaCommons wrote: > When I build Racket (scheme) GUI application like this: > > raco exe --gui gui-01.rkt > > Windows taksbar displays the name of the application as "Racket GUI > application". I want to change this name to som

Re: [racket-users] Re: when do we use snip%, snip-class% and editor-snip%

2020-11-20 Thread KOKOU AFIDEGNON
Thanks, I'm opening another subject meanwhile, Can you please advise? This is my current code which displays a rectangle on a pasteboard. I'm trying to build a wireframe designer where. I can click on a button or a node on a rectangle to create either an inner rectangle/circle or another standalo

Re: [racket-users] Re: when do we use snip%, snip-class% and editor-snip%

2020-11-20 Thread KOKOU AFIDEGNON
please, can you provide some tutorial about this video? https://www.youtube.com/watch?v=UKMgURA5Wg8 On Fri, Nov 20, 2020 at 5:26 AM Alex Harsanyi wrote: > You use snips to build small interactive widgets which can be combined and > embedded into other GUI applications. the snip-class% is a

[racket-users] when do we use snip%, snip-class% and editor-snip%

2020-11-19 Thread KOKOU AFIDEGNON
I have been reading about those classes but i can't properly figure out. what are the main use-case of snip, snip-class and editor-snip? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emai