-
the.
2009-10-30 10:51:59 UTC by nobody
-
I hit the same issue, but found a workaround:
0. transfer the PDA created .mm to a desktop machine
1. on the desktop, open the PDA created .mm file in Notepad++
2. in Notepad++ execute "convert to ANSI"
3. save the .mm file
4. close Notepad++
5. open the file in desktop Freemind
I compared the files using a hex editor. I found that the PDA version starts with 3 high value bytes (ef bb bf in my...
2009-10-14 06:41:00 UTC by martinstut
-
As I see the 'notes' on nodes are completely incompatible
between the version of the Freemind on Linux.
There is no way to see 'notes' from files created on pocketfreemind when I load these files on Freemind on linux.
2009-09-26 14:59:51 UTC by csynt
-
same problem on imate 8502 (wm 61).
2009-09-26 14:39:57 UTC by csynt
-
A thought about licensing:
Pocket Freemind is licensed under GPL v2
tGetFile.dll is freeware closed source with the limitation that no redistribution is allowed. This might limit/complicate the way it is installed on smartphones...
"
tGetFile.dll is a free software. However, unlike the other Tillanosoft free software, redistribution of tGetFile.dll is not permitted. License...
2009-09-14 08:29:26 UTC by fireyoctane
-
Some of the UI appears to use Buttons, which is also problematic on smartphones... How hard is it to change these to menus?.
2009-09-14 07:28:59 UTC by fireyoctane
-
tGetFile.dll can be accessed from the code using DLL imports:
[DllImport("tgetfile.dll")]
public static extern bool tGetOpen3(int i1, int i2, int i3, IntPtr p1);
[DllImport("tgetfile.dll")]
public static extern bool tGetSave3(int i1, int i2, int i3, IntPtr p1);
The code base only appears to use open and save from common dialogs.
2009-09-14 07:25:50 UTC by fireyoctane
-
One problem with tGetFile.dll is that it uses C headers, rather then being C#. Maintainers (kedge, puddlehaven, rollone), will this destroy C# purity of the codebase (ie undesirable)? On quick inspection of the CVS codebase it does appear pure C#. Would a Smartphone Freemind fork be better?.
2009-09-14 07:16:06 UTC by fireyoctane
-
Associated forum for wider discussion:
https://sourceforge.net/projects/pocketfreemind/forums/forum/547986/topic/1948425/index/page/1.
2009-09-14 07:00:56 UTC by fireyoctane
-
I suggest consolidation around replacing the common dialogs in Pocket Freemind with tGetFile.dll replacement which does work on smartphones.
Available from: http://tillanosoft.com/ce/tgetfile.html.
2009-09-14 06:58:28 UTC by fireyoctane