Changes between Initial Version and Version 1 of Ticket #1391, comment 1
- Timestamp:
- 08/19/17 23:58:18 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1391, comment 1
initial v1 2 2 I can set a window's title correctly through assigning the bb:property "text" the desired string i.e, (set! (bb:property main-win 'text) "the title") instead of passing the text property of the window through to bb:render, so I'm good to go. 3 3 4 **Update, the notes example code in egg-ref still produces this error for me, so the bug exists, it just has an easy work around.. Maybe update the documentation? 4 5 5 6