World: r3wp
[All] except covered in other channels
older newer | first last |
yeksoon 13-Jun-2005 [1736] | flip-flop the font size between 0 and whatever other size ? |
ChristianE 13-Jun-2005 [1737x3] | view layout [t: text "Blink, please!" black rate 2 feel [engage: func [f a e] [if 'time = e/type [t/font/color: either t/font/color = white [black] [white] show t]]]] |
Sorry, T: of course wasn't necessary, in ENGAGE T should have read F (F/FONT/...) | |
view layout [style blink-text text white red rate 2 feel [engage: func [f a e] [if 'time = e/type [c: f/font/color f/font/color: f/color f/color: c show f]]] blink-text "Blink, please" red white blink-text "Yellow & Blue" yellow black] | |
[unknown: 5] 13-Jun-2005 [1740] | Thanks ChristianE. |
BrianW 15-Jun-2005 [1741] | Another curiosity question: Does Rebol ever get used in the embedded market? You know: cell phones, set-top boxes, high tech microwaves, etc. |
yeksoon 15-Jun-2005 [1742] | whywire.net? the wireless stuffs?... is that considered embedded? |
BrianW 15-Jun-2005 [1743x2] | Sure, I'd consider it embedded. Thanks |
oh yeah, I'd already forgotten about that. Silly me. | |
yeksoon 15-Jun-2005 [1745x2] | set top box-->ask Steve (or eFish)<--- |
if I put rebol onto a small chip and sew it into my wallet...I got a rebol-embedded wallet :) | |
[unknown: 9] 13-Jul-2005 [1747] | If anyone would like more people invited to this world, please speak up. |
Sunanda 13-Jul-2005 [1748x2] | I'd like there to be a clear path by which new people could request membership....With the loss of the guest account the path is no longer obvious. We need something better than having to know an existing member. |
I'd like to be invited a 2nd time so I have an alternate account I can use to work around the resync bug (see !Atlme forum messages on Monday) | |
[unknown: 9] 14-Jul-2005 [1750] | What would you suggest fr a better path? |
Tomc 14-Jul-2005 [1751x3] | an altme with a restricted guest account |
an altme that has overcome the sync bug | |
(realizing it may not be in your court) | |
Allen 14-Jul-2005 [1754] | A form to email signup request on http://www.rebol.com/support.html .. low barrier of entry. Then just need a Hat to process any requests at least once a day (unless you want to automate the process more) |
Sunanda 15-Jul-2005 [1755] | I agree with Allen. I sent Carl a feedback last week to say such a form should be on the Altme mirror pages. So someone finding those pages is just a click away from requesting to join. |
DideC 8-Aug-2005 [1756] | I will be off-line for near than 3 weeks. Happy holidays for those who are in. |
MikeL 8-Aug-2005 [1757] | Didier, On your travels, look up Doc Kimble and have him fill in for you. |
Gregg 27-Aug-2005 [1758] | Just FYI, I removed some empty/inactive groups, and will be looking for more. Groups with only a few messages, or which haven't had any new ones posted for a while may go away. |
Graham 27-Aug-2005 [1759] | How about you warn us of which ones you are going to delete .. so we can revive them if necessary. Yahoogroups does that! |
Gregg 29-Aug-2005 [1760] | YourValues, GoogleGroup, Portal, Vanilla, Disaster Relief, Fav Blogs, Recycle Bug, Nederland, and France are on my list. |
Scot 29-Sep-2005 [1761] | I'm going to miss DevCon this year...which I really regret...but I will be watching, listening and participating here as I can. I'm there in spirit anyway... |
Jean-François 4-Oct-2005 [1762] | Does anyone have a good simple time tracker to suggest. I'm on Win 98. I don't need much. Just start stop reset. It would be nice if it could count up to a certain number of hours, not reset when it is turned off, have a space to log tasks accomplished, and show some kind of report when needed. It also needs to be portable (USB key) because I work at different computers. Maybe something has been written in Rebol, that would be nice, but it's not an absolut requirement. many thanks, |
Carl 4-Oct-2005 [1763x2] | I've seen a couple of those written in REBOL. I wrote one a while back too. |
If no others come forward, let me know, and I'll run a search for it. | |
Terry 4-Oct-2005 [1765] | How can i make Rebol crash without the "Shouldn't happen" warning?? |
Benjamin 4-Oct-2005 [1766] | quit ? |
Terry 4-Oct-2005 [1767x2] | I want it to quit.. but when it crashes, it pops up a window.. I want it to just go away, so my 'monitoring' script can just restart it :) |
(I need it to free up the port when it crashes) | |
Benjamin 4-Oct-2005 [1769x2] | of if you are on windows xp go to systems-> advanced options-> error reports (button on the bottom right) |
(you can press the window key and pause) disable error reports (topmost checkbox) mi XP is in spanish so im just guessing but should be there | |
Terry 4-Oct-2005 [1771] | Hmm, already disabled |
Benjamin 4-Oct-2005 [1772x2] | realy ? |
then you must trow another kind of error maybe remote RPC ones | |
Terry 4-Oct-2005 [1774] | it pops up a rebol window |
Benjamin 4-Oct-2005 [1775] | would you belive me, i never saw that popup |
Terry 4-Oct-2005 [1776] | Something like .. "***CRASH*** Should not happen**** |
Benjamin 4-Oct-2005 [1777] | doest rebol have some kind of error handling |
Terry 4-Oct-2005 [1778] | i suppose it does. |
Allen 5-Oct-2005 [1779] | Does launching with -q or -w stop the alert popup? |
Terry 5-Oct-2005 [1780] | don't know, can't recreate the crash |
Luca 5-Oct-2005 [1781] | A Rebol bittorrent is really interesting to see, if anybody has one I'd like to have a look at it. |
PhilB 5-Oct-2005 [1782x3] | Hi Jean .... I have a timer style you could try ..... would just need a tweak to add a reset button. |
Let me know if you would like to try it and I will email you off=-ine | |
off+-ine = offline | |
Jean-François 5-Oct-2005 [1785] | Hello PhilB, Yes I would be interested to try it. |
older newer | first last |