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

[IDE] JavaFX, NetBeans etc.

 [1/2] from: hallvard::ystad::babelserver::org at: 9-May-2007 20:43


Hello folks, Sun just launched JavaFX, a scripting language. Some of the syntax looks pretty familiar to rebol programmers, and is indeed far simpler than ordinary java programming. Anyone interested should have a look here: https://openjfx.dev.java.net/Getting_Started_With_JavaFX.html Some on this list are eager to =ABspread the word=BB, and it strikes me that a good way to do so, would be to make a Rebol development environment plugin for NetBeans. Plugins are already available for C/C++, Fortran, Python, Ruby... Anyone up for the challenge? HY

 [2/2] from: jblake:arsenaldigital at: 9-May-2007 16:54


I'm trying to create a script to send e-mail notifications as a different user from our exchange server. The script I did to read e-mails works fine using pop. The meaty part of the script is; set-net [ user-domain smtp-server pop-server ] I'm trying to edit the blast.r script on the Rebol site; http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=blast.r It "appears" to work in that the script runs and when I print out specific parts (to,from,contents) it is correct. I have it sending to me from another account but I don't see any messages in the outbox of the other account. The Windoze admin doesn't see any errors nor messages from that user. Do I have to "open smtp" to send it out? I'm missing something..... John