World: r4wp
[Ann-Reply] Reply to Announce group
older newer | first last |
Gregg 28-Apr-2012 [59x2] | I have to curse you now, because time I should be working is being spent reading and playing. :-) |
Easy-drawer is FANTASTIC, BTW. | |
Steeve 28-Apr-2012 [61] | Well, I am surprised myself. I remember writting it from scratch in one night. The code is really tiny |
Gregg 28-Apr-2012 [62] | Yeah, it's amazing. |
Endo 6-May-2012 [63] | Jerry: There will be English version of your book? |
Jerry 6-May-2012 [64x3] | My English is not very good. Writing a book in English is very difficult for me. I might need to hire someone to help me translate it into English and make it an e-book. Good news is, my publisher is willing to let me put 1/3 of the books in slideshare or somewhere like that to share with others when the book is published. BTW. The book is about 330 pages. |
If Red lang is out in this month, I might be able to put an appendix for introduction to RED. | |
The Book is a R3 book, not R2 book. | |
Endo 6-May-2012 [67x3] | I see. Please let us know when (if any) English version ready, so I buy one. |
Oh it's for R3! I thought that it's for R2 | |
I currently use R2 only in my projects, and training my team. | |
Jerry 6-May-2012 [70] | R2 doesn't support Unicode, so it's useless in East Asia. |
Endo 6-May-2012 [71] | Oh that's right.. Fortunately, Turkish chars are in first 0xFF, so I can use it. |
Jerry 6-May-2012 [72] | And I am not a REBOL guru like many people here, so I won't expect anyone here to learn anything from my book. It's a book for absolute beginners. |
Endo 6-May-2012 [73] | That means its for my team :) |
GrahamC 6-May-2012 [74] | You have been busy! Let's hope R3 actually gets fixed and released. |
Endo 6-May-2012 [75] | And a book about Red when it is completed would be great. |
Kaj 6-May-2012 [76] | Congratulations, Jerry. That's great |
Gregg 6-May-2012 [77] | Congratulations Jerry! |
Cyphre 7-May-2012 [78] | Congratulations Jerry! I think Carl should get back to R3 at least just because of your book. Maybe you should try to send him an email about that? |
Sujoy 7-May-2012 [79] | Look forward to (an English!) version of your book Jerry! Can Carl really be persuaded to get back to R3? Please?? :) |
Jerry 7-May-2012 [80x2] | My plan is to make R3 at least a little bit popular in China, so Carl and the investors can see the hope, and are willing to continue R3. |
I've send Carl an email about my R3 book in China and Taiwan. Not sure he got the email or not. | |
james_nak 7-May-2012 [82x2] | Jerry, how wonderful that is. Thank you for doing that. |
Gregg, thanks for the Split, I'll be using that! | |
DocKimbel 7-May-2012 [84] | Congratulation Jerry, I'll do my best to get a first Red alpha out this month, so you can add it to the book. |
Arnold 7-May-2012 [85x2] | Sorry DocKimbel that I did contribute yet, but I fear I do not understand GitHub, I try to find a button to accept changes that were committed since I forked Red but I only find the pull request that I suspect to be for changes I made to be pulled by others. That could be a bad idea ;-) |
I try to find a nice tutorial for Git(hub) | |
Kaj 7-May-2012 [87x2] | You need to update your repository from your local command line or Git GUI |
You're right about the pull request | |
Arnold 29-Jun-2012 [89x3] | Thanks to Maxim the first bug was already found and corrected in the mirror game. |
Continuing from announce, maybe a world owner can cut&paste from there. The loop is the check-oplossing (check-solution, opgelost=solved) When the first pair doesn't match it is not a solution. This is the working I meant. Better to say functionality. | |
Did you want good ones to be green or false ones to become red? Both? Red-green colorblindness issue for 10% of the popularity. | |
Maxim 29-Jun-2012 [92] | but the successful ones in bold white, they will stick out. it makes them look lit as if a little bulb was lighting the number. |
Arnold 29-Jun-2012 [93] | so font/color: white it is, how to do the bold? |
Maxim 29-Jun-2012 [94x2] | font/style: 'bold or font/style [bold] which you can pair with italic like so font/style: [bold italic] |
assuming you are using faces for the text, in AGG its a bit more work. | |
Arnold 30-Jun-2012 [96] | Mmm, I wanted to change the font on just 1 label, but ALL labels in the app now have font color white. |
Kaj 30-Jun-2012 [97x2] | That's because font objects and other attribute objects are shared by widgets. It's one of the standard starter gotchas |
To change specific faces, copy the font object | |
Arnold 1-Jul-2012 [99] | That crossed my mind too, using copy of something but I couldn't find it, probably because I don't have a suitable font object or two to copy yet :-) |
Endo 2-Jul-2012 [100] | Very nice game! I got "Bad font style!" several times at the start. Which font is used? |
Cyphre 2-Jul-2012 [101] | hmm, the game doesn't work here: ** Script Error: labelfont has no value ** Where: zet-label-kleur ** Near: panel-rechts/pane/:p/font: labelfont either onoff [panel-rechts/pane/:p/font: lbl-r/font] >> Any ideas? |
Endo 2-Jul-2012 [102x2] | there is "labelfont" word in the script? I think there is a end-of-line problem on your download. |
** "there is NO labelfont word in the script" | |
Cyphre 2-Jul-2012 [104x2] | I didn't change anything with the source. Even this doesn't work: >> do http://arnoldvanhofwegen.com/stuff/mirror.rebol connecting to: arnoldvanhofwegen.com Script: "Mirrorgame" (none) ** Script Error: labelfont has no value ** Where: zet-label-kleur ** Near: panel-rechts/pane/:p/font: labelfont either onoff [panel-rechts/pane/:p/font: lbl-r/font] >> |
I can see the labelfont variable in the script at least twice but without any definition | |
Pekr 2-Jul-2012 [106x2] | mine runs, but just complains about the bad font style .. |
View 2.7.8 on Vista 32 bit here ... | |
Henrik 2-Jul-2012 [108] | I see labelfont twice in the source code, where neither is a definition. |
older newer | first last |