AltME: SDK

Messages

Maxim
Changing the resources did fix the highlights when hoving over the icon in the task bar and when looking at the apps properties.
using ResHacker to automate the process in my build engine.
NickA
I used to use the Windows API to change the title bar in free releases of R2.  You should be able to use this code to change the title bar of the console too:  http://www.rebol.org/view-script.r?script=no-rebol-in-title-bar.r
NickA
I also once made an AutoIT script to manage these sorts of things.  An old version of AutoIT had a tiny .dll which I'd include as binary encrypted data in my Rebol script, write it to disk, and then access it using Rebol's shared library interface:  http://re-bol.com/remove_rebol_title_orig.exe
Maxim
I have similar functions, its called set-console-title.  and position-console-window.    the above requires the window to already be open... my problem is that  the console opens up as part of an encap error. at that point rebol script is not running anymore...  :-(
NickA
The AutoIT script can run on it's own...
Endo
Yes, the only way is to use WinAPI but in some cases it makes your script crashes. So be careful.

Bo
I made a minimal AutoIT binding for R2 at one point. It's a great way to control MS Windows. However, ideally it would have more ability to read the current state of the UI to make it easier to automate in a reliable manner.

Maxim
can anyone tell me where the license file is supposed to be on linux?  rebpro keeps complaining that license key is missing.
I've put it in my home and in the cwd where I'm starting rebpro from... strange.
Maxim
>> exists? %license.key
== true
' 8-/
Kaj
Perhaps .rebol/ ?
Maxim
I think its the license itself.  Looks like its keyed to the platform.
I was certain I had a linux version of the license.  maybe not.

ddharing
I had a similar problem before. I was using the wrong license file.
Maxim
hi guys.   Since its not obvious I can still purchase a license of the SDK, I'm wondering if someone can share his Linux license with me.
I've got to encap stuff for Linux and it seems my SDK license doesn't work on linux.
Private Message me, if you've got a license you can lend me... thanks!!!

Marco
@Maxim For "encap stuff for Linux" you mean build a self-extracting executable or something more complex?

Maxim
I need to encap some of my server software on linux.

Marco
If someone is interested in a rebol-red/system program that does on Linux what XPackerX does on Windows, let me know.  I am not releasing it to the public since the code is not  "clean" and probably you have to tweak it a little.

NickA
Marco, I'd love to see that.

Last message posted 125 weeks ago.