Re: [Factor-talk] Changing the text on a label

2012-12-15 Thread Samuel Proulx
I see! I was thinking about a really complex way to do it even though it is actually a very simple thing to do. Thank you once again for your help! 2012/12/15 John Benediktsson > If you look at a label: > > IN: scratchpad \ label help > > You'll see that it has a "text" slot. Changing it

Re: [Factor-talk] Changing the text on a label

2012-12-15 Thread John Benediktsson
If you look at a label: IN: scratchpad \ label help You'll see that it has a "text" slot. Changing it will change the text it displays: IN: scratchpad "hello, world" dup gadget. IN: scratchpad "goodbye, world" >>text See that the text changes in the display? Thanks, John. On S

[Factor-talk] Changing the text on a label

2012-12-15 Thread Samuel Proulx
Hi, I've tried to do it for quite a while, but I still can't figure it out. I would like to make a label for a UI which I can change the text on. For example, when you click on a button to change the page, the title would change for the one of that new page. I've thought about making a tuple that

Re: [Factor-talk] Documentation

2012-12-15 Thread Nitralime
Thank you very much for those PDFs! If the conversion doesn't take so much time, I would shamelessly ask you for the PDF version of "Input and output" "C library interface" "Furnace framework". I personally find the PDF (-like) format (and a nearly linear flow of text) more comfortab