Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[ALLY] New Stuff Re:

 [1/8] from: carl::rebol::com at: 10-Sep-2000 16:50


I like the rebnotes app. Very handy. (Note, the first time I ran it, the screen came up blank, with just the text fields at the bottom. Is that a bug?) -Carl At 9/10/00 11:24 PM +1000, you wrote:

 [2/8] from: carl:rebol at: 10-Sep-2000 16:55


PS... you can call: request-color to allow folks to set the color on those notes visually. -Carl At 9/10/00 11:24 PM +1000, you wrote:

 [3/8] from: carl:rebol at: 10-Sep-2000 18:22


Ah... I put that restriction in there on purpose. Perhaps I should think about removing it. At 9/11/00 10:35 AM +1000, you wrote:

 [4/8] from: allenk:powerup:au at: 11-Sep-2000 10:32


----- Original Message ----- From: <[carl--rebol--com]> To: <[ally--rebol--com]> Sent: Monday, September 11, 2000 9:50 AM Subject: [ALLY] New Stuff Re:
> I like the rebnotes app. Very handy. (Note, the first time I ran it, the
screen came up blank, with just the text fields at the bottom. Is that a bug?) Thanks. No. It is blank until you add something. But I will change it and add a note saying to click "show help" for instructions, to make it bit more friendly than the blank screen. Carl this app also encounters a problem with the popup and inform. (see feedback #4073 & #4096) My work around is to prevent any engage events from being evaluated whilst the pop-up exists. e.g if popup-mod/pop-face [exit] Cheers, Allen K

 [5/8] from: allenk:powerup:au at: 10-Sep-2000 23:24


Hi Allies, Just thought I would share a couple of new things I've discovered. show and hide can now take a block of faces. Which makes code for showing multiple faces a bit simpler. There is a new style in VID called KEY Which just allows you to allocate a shorcut key for an action without having to use a label or text style. view layout [key #"a" [print {You pressed "a"}]] Cheers, Allen K ps. I've put a couple more scripts on the RF rebsite this weekend too.

 [6/8] from: allenk:powerup:au at: 11-Sep-2000 10:35


----- Original Message ----- From: <[carl--rebol--com]> To: <[ally--rebol--com]> Sent: Monday, September 11, 2000 9:55 AM Subject: [ALLY] New Stuff Re:
> PS... you can call: > > request-color > > to allow folks to set the color on those notes visually.
Great! I was waiting for that. But doesn't the show-popup prevent more than one popup from being shown at once? or has this limitation been removed? This would require a popup to show another popup. Cheers, Allen K

 [7/8] from: kolla:nvg:ntnu:no at: 23-Sep-2000 0:52


Speaking of new stuff and new areas where rebol might be used... Hows the status on IPv6 support, multicasting and other new technology still mostly unused? I whish MiamiDx could get IPv6 in soon, I'm on a IPv6 test net (3FFE:) and we'd love more toys to play with. -- kolla

 [8/8] from: p_trotter:yaho:o at: 22-Sep-2000 16:41


If anyone is interested I'm working on distributed agent based simulation systems - enabling you to host a large single discrete event simulation over a number of networked PC's. The networked pc's provide a common simulation environment and the agents are mobile within it (meaning they can move from one PC to the next within the confines of a simulation host). The project is currently at design stage with architecture and dialect design due for completion by late october. Current activity is lagerly focused on porting older existing C based prototype into REBOL extending functionality and testing. Once the design and new REBOL prototype code is finished, I'll happily release the code for comments and feedback if anyone is interested.