World: r3wp
[Ann-Reply] Reply to Announce group
older newer | first last |
Graham 29-Aug-2009 [1758x2] | Just reading your announce and it seems you have concentrated more on the fundamentals with focus control, keyboard use |
and data entry | |
Henrik 29-Aug-2009 [1760] | You can get surprisingly far with that. :-) I've focused the most on that, yes. |
Graham 29-Aug-2009 [1761] | Is there a way to "reset" the gui after bad resizing? |
Henrik 29-Aug-2009 [1762x2] | unfortunately not |
(I'm open to ideas, though) | |
Graham 29-Aug-2009 [1764x2] | save all the flags and just reset them? |
Anyway, you need to create your own group here for people to discuss your extension set :) | |
Henrik 29-Aug-2009 [1766x2] | we have an old VID+ group :-) |
nah, creating a new group. one sec. | |
Graham 29-Aug-2009 [1768] | VID+ was for R3 |
Pekr 30-Aug-2009 [1769x2] | Back from training course. Read new VID message from ML on my cellphone :-) I was very surprised, that nearly at the end of R2 lifestyle, where RebGUI is the king, something like that is coming. |
I will be realistic - have not studied the styles yet, but from the style browser, I am very disappointed by the look :-( It really looks like Amiga 1.3, 25 yars old. Or some very old Unix. Who uses such plain buttons and field, with so basic borders? Or is there any skin system attached? As for completness, still the most complete add-on kit for R2 VID is some 6 years or more old Romano Paolo Tenca's one - tabbing, grid, etc. supported ... | |
Henrik 30-Aug-2009 [1771] | Pekr, read the docs. |
Graham 30-Aug-2009 [1772] | Romano's kit was GPL ... had drag and drop between styles but no one could use it with that license. |
Dockimbel 1-Sep-2009 [1773] | Cyphre systray: great news! |
Reichart 1-Sep-2009 [1774] | Agreed.... this is the type of thing that gets people to use REBOL more. |
Pekr 1-Sep-2009 [1775] | I proposed to speed-up REBOL developments by bounty system, like Amiga or other communities had. I think this might be a great idea .... simply put - I would like to have LDAP protocol? OK, maybe community gathers enough money, so that e.g. Softinnov can pick-it up, and does not need to work for free necessarily ... |
Steeve 1-Sep-2009 [1776x2] | We need a site for this purpose (Rebol bounty hunters)... Who can do that ? Hum, bad idea because we need this site to build this site. |
Pekr, can you show us a site like that ? | |
Dockimbel 1-Sep-2009 [1778] | Pekr, I was thinking about that since a long time, but never proposed it due to the small size of the community... |
Steeve 1-Sep-2009 [1779x2] | Found one: http://www.amigabounty.net/ |
i got the name: Rebol bounty hunters ;-) | |
Rebolek 1-Sep-2009 [1781] | Let's start a bounty to build the bounty site... |
Pekr 1-Sep-2009 [1782] | This is better - you can see even particular bounties - http://bounties.morphzone.org/ |
Reichart 1-Sep-2009 [1783] | If you do this, do it in (or with) other language sites....REBOL is also sadly elitist......a little blending, and being “part of the crowd” would be nice too.... |
Graham 1-Sep-2009 [1784x2] | The Rebol community is small .. but they still have money! |
Maybe Popper (David May) can start the first bounty for a GUI for video processing! | |
Will 1-Sep-2009 [1786] | That is a great idea! |
james_nak 3-Sep-2009 [1787] | Pekr, et. al, how do you use that tray.r? |
Pekr 3-Sep-2009 [1788] | Cyphre should upload some examples, till that time, you are on your own. I don't use the SW myself .... |
james_nak 3-Sep-2009 [1789] | Thx. |
Micha 4-Sep-2009 [1790x6] | how to create threads in REBOL? |
I wrote this code | |
rebol[] ;------------------ system/words/&: func [ "Return the memory address of a binary, string or struct as a binary value" b [binary! string! struct!] ][ to-integer reverse third make struct! [s [string!]] reduce [either struct? b [third b][b]] ] ;---------- integer: make struct! [ value [integer!] ] none ;------------------- kernel32: load/library %kernel32.dll CreateThread: make routine! [ pThreadAttributes [integer!] dwStackSize[integer!] lpStartAddress [callback [int return: [int]]] lpParameter[integer!] dwCreationFlags[integer!] lpThreadId [integer!] return: [integer! ] ] kernel32"CreateThread" ;---------- i: 0 thread: func [ n ][ i: i + 1 ] ;----------------- loop 10 [ print t: CreateThread 0 0 :thread 0 0 & integer wait 0.1 print i ] halt | |
as I add features until the thread does not works | |
if i change "thread: func [ n ][ i: i + 1 ] " on "thread: func [ n ][ for m 1 10 1 [] i: i + 1 ] " | |
this code not work | |
Graham 4-Sep-2009 [1796x4] | Alan, "integrated" is the correct spelling. |
I think you need to thumbnail those images .. they're just not downloading for me. | |
What is FNDY ?? | |
Something to do with fire fighting? | |
amacleod 4-Sep-2009 [1800x2] | FDNY New York City Fire Department |
images download fast here but I'm sure you are right..they are full size. | |
Graham 4-Sep-2009 [1802x2] | Yeah .. you need to thumbnail them. |
Use imagemagick or something ... | |
amacleod 4-Sep-2009 [1804] | My server seems to be crawling right now...don't know why. Usually flys |
Graham 4-Sep-2009 [1805x3] | check the server logs |
maybe a bot is crawling your site | |
do you have a robots.txt file? | |
older newer | first last |