-
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,
11:12AM UTC on May 25 2009 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...
07:47AM UTC on Apr 29 2007 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.
11:18AM UTC on Sep 28 2006 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,
03:04PM UTC on Aug 14 2006 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...
03:03PM UTC on Aug 14 2006 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) {.
01:35PM UTC on Aug 06 2006 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...
01:30PM UTC on Aug 06 2006 in Java Service Wrapper