Notes |
|
(0003272)
|
lewis
|
12-10-05 23:36
|
|
This appears to be just some missing (not yet implemented?) methods in MVCUIManager. I uploaded MVCUIManagerMissingMethods-dtl.1.cs.gz which adds the missing method, plus a couple of #notYetImplemented methods to mark two other missing implementations that could cause problems later on.
Maybe someone is already working on this, if so just disregard this. |
|
|
(0003277)
|
andreas
|
12-11-05 06:27
|
|
I've added you as a developer at squeaksource.com. Feel free to commit these changes directly to the repository. |
|
|
(0003288)
|
lewis
|
12-12-05 12:45
|
|
Thanks, I added the changes to ToolBuilder-MVC on squeaksource. |
|
|
(0003306)
|
cdegroot
|
12-13-05 00:01
|
|
Did my own implementation that doesn't use Workspace - one of the idea of ToolBuilder is to help us get rid of the old stuff ;-).
Patch is in ToolBuilder-MVC-CdG.9 which is in my local package-cache pending confirmation by Andreas that he doesn't want/need to be involved in ToolBuilder patching... |
|
|
(0003308)
|
cdegroot
|
12-13-05 00:52
|
|
Copied patch to squeaksource.com/ToolBuilder |
|
|
(0003317)
|
lewis
|
12-13-05 12:11
|
|
Cees, your #edit:label:accept: opens a StringHolder rather than a Workspace, which means that e.g. workspace variable bindings do not work. Not Good.
Also FYI, I gummed up the works here by loading ToolBuilder-MVC-dtl.12 after ToolBuilder-MVC-ar.8 (because I entered wrong SqueakSource authentication several times). This messes up your ToolBuilder-MVC-CdG.9 version in the MC browser. Sorry about that.
Right now, ToolBuilder-MVC-dtl.12 shows up as the most recent version in MC. This version does work. |
|
|
(0003874)
|
MarcusDenker
|
02-15-06 21:07
|
|
|