<lavaflow>
so for instance something like (new frame% [label "my window"] [alignment '(top left)])
<lavaflow>
note that whatever you're putting in it might be set to do something like stretch horizontally and center itself, even if the enclosing frame is set to top-left, in such a way that your element will still appear centered.
<lavaflow>
if that's the case, then stretchable-width on that child widget could be set to #f
libertyprime has joined #racket
salinasc has quit [Remote host closed the connection]
Nomenclatura has quit [Quit: q]
<phI||Ip>
ty - I was thinking more like I could just layout buttons by setting top/left width/height kind of like visual basic
<lavaflow>
I'm not familiar with how that system worked
<lavaflow>
but you can probably re-implement it in racket if somebody else hasn't already
endobson has joined #racket
libertyprime has joined #racket
mzan has joined #racket
jao has quit [Ping timeout: 244 seconds]
vraid has quit [Ping timeout: 258 seconds]
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endformationage has quit [Ping timeout: 245 seconds]
mzan has quit [Ping timeout: 244 seconds]
<lavaflow>
how can I instantiate a module using its path name inside a namespace other than the current namespace, without requiring it into the current namespace?
manualcrank has quit [Quit: WeeChat 1.9.1]
<lavaflow>
if I do (namespace-require '"foo.rkt" my-ns), that throws an error, then if I do (namespace-attach-module-declaration (current-namespace) '"scripts/query.rkt" my-ns) and (namespace-require '"foo.rkt" my-ns) again, it works
<lavaflow>
but if I don't do the first namespace-require, the one that throws an error, then the subsequent expressions don't work.
<lavaflow>
namespace-attach-module-declaration will complain that foo.rkt isn't declared in the current namespace
<lavaflow>
okay I think I got it. I need to (dynamic-require "foo.rkt" #f) to declare it without instantiating it.
<lavaflow>
I guess
<lavaflow>
seems to work
iyzsong has joined #racket
reverse_light has joined #racket
endobson has joined #racket
dddddd has quit [Remote host closed the connection]
mzan has joined #racket
ubLIX has joined #racket
ArthurStrong has joined #racket
lockywolf has joined #racket
endobson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
endobson has joined #racket
endobson has quit [Client Quit]
ArthurStrong has quit [Ping timeout: 246 seconds]
lockywolf has quit [Ping timeout: 258 seconds]
ng0 has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 258 seconds]
ArthurStrong has joined #racket
Fernando-Basso has joined #racket
orivej has joined #racket
diip has joined #racket
<diip>
Hi
lockywolf has joined #racket
<diip>
Is it possible to change 'doc-di from the home directory on Linux
<diip>
'doc-dir
<diip>
especially for drracket
ubLIX has quit [Quit: ubLIX]
mzan has quit [Ping timeout: 245 seconds]
sudden has quit [Ping timeout: 258 seconds]
mzan has joined #racket
dddddd has joined #racket
lockywolf_ has joined #racket
lockywolf has quit [Ping timeout: 246 seconds]
lockywolf_ has quit [Ping timeout: 246 seconds]
laxask has joined #racket
orivej has quit [Ping timeout: 246 seconds]
moldybits has quit [Quit: WeeChat 2.4]
<bremner>
diip: do you mean for installing packages, or for things that come with racket?
moldybits has joined #racket
orivej has joined #racket
orivej has quit [Ping timeout: 245 seconds]
orivej has joined #racket
<diip>
I mean to store code in. I would like drracket to open a specialised racket directory rather than my home directory when I want to save