-
Hi,
At the request of one of my customers, could you publish a new version of Internote with support for Firefox 3 ? I attach the code i use for Firefox 3, is it done against the content of : http://hortont.com/files/Internote.zip Ifyou would like i contribute a patch let me know, and also if it is the right version of the code source. Thanks for your help and great extension,
2009-05-25 11:12:17 UTC in Internote
-
Hi all,
When i try to launch Cannagrower from subversion under Mac OS X 10.4.9, it fail if the property file doesn't exist (i have a lot of error messages before having the welcome screen). Also when i quit Cannagrower it generate an error because it cannot create the property file, because the parent dir ($HOME/.cannagrower) doesn't exist. I have done a little patch to...
2007-04-29 07:47:20 UTC in CannaGrower
-
Hi all,
When i launch FreeMind 0.9 beta 7 from Mac OS X, i get
an error when the loggers are initialized, which say
that no lock could be obtained on the file
'%h/.freemind/log'. I would like to know if this is
normal, or a problem which didn't happen under other
systems. I have put a workaround in place which is
contained in the attached diff file.
2006-09-28 11:18:03 UTC in FreeMind
-
Logged In: YES
user_id=91231
The sourcecode is here:
http://projects.ubik-products.com/repository/freemind/trunk
Best regards and thanks for this great software,
2006-08-14 15:04:00 UTC in FreeMind
-
Hi all,
It would be great if FreeMind was able to update files
remotely. I have made a proof of concept of the
FreeMind which use Jakarta Slide webdav implementation
to load and store mindmaps. It also allow to edit them
but doesn't support any collaborative features. I
detail here:
http://www.ubik-products.com/ludowiki/FreeMind
And the p-o-c can be tried here...
2006-08-14 15:03:12 UTC in FreeMind
-
Logged In: YES
user_id=91231
Oups, it seems that the diff for wrapper_win.c hasn't been
included. To use the patch you have also to modify
src/c/wrapper_win.c, line 3611 :
void _CRTAPI1 main(int argc, char **argv) {
by
void /*_CRTAPI1*/ main(int argc, char **argv) {.
2006-08-06 13:35:16 UTC in Java Service Wrapper
-
Hi all,
I just discover this project and i have tried to
rebuilt the native parts but i haven't been able to
compile it out-of-box with Visual Studio 8/2005,
PlatformSDK and Windows XP Pro SP2.
I have modified various files in order to compile the
native libs, mostly to replace references to VC98 by
references to VC.
The only modification i had to do in the code, and i
would like...
2006-08-06 13:30:12 UTC in Java Service Wrapper