New GSlidePOOM! - Windows Mobile Development and Hacking General

GSlide Pocket Outlook provider 0.0.1
Hi Yall
Just posted a new cool provider for GSlide (or any app that can read JSON...). Its called GSlidePOOM. This little app exports all your appointments and tasks to JSON. Hmm i wonder what i can do with that....
Its a simple exe which takes 2 mandatory arguments and 1 third which is optional.
1. Type of objects to be fetched ("tasks","appointments")
2. Location AND file name of the resulting JSON file ("/Whatever folder/whatever_name.js").
3. Optional app/script to be called straight after export.
Download at www.gslide.mobi/gpoom.rar
PS. Look in the Actions/Resources/Applications folder of GSlide (should you download it). Theres a small Alpha app called GImage.exe which scales bitmaps using command line args. Handy Its early apha so it will get better
Keep checking the site for more GApps.
Well?!... Now go code something interesting!
Ciao,
Lars

Any way this can work with Contacts?

But of course
Already did it. I will implement the same api pattern as GSlide with read/write xml-rpc.
More important i think is to mirror out the email, sms etc messages. What the phones seriously need is a new email client!
This is the original intent with this provider.
I wish i could get some more comments on GSlide (www.gslide.mobi) which is a really nice framework with so much potential... I wonder if the docs and examples are to unclear?
Any suggestions?
Ciao
Lars

New 0.1.5 version
Hi again
Now also exports Contacts...
Download at http://www.gslide.mobi/GPOOM_0_1_5.zip
This is as you understand still just a lab, even though it works... I will keep updating it. Keep checking the site.
Ciao,
Lars

Related

Question about registry entries in the Kitchen (PHP help)

XDA-dev guys, We need help.
Ok, We have right now, a Kitchen working with a couple of cool enhancements, we have acomplished to install, from the kitchen, some commercial programs, like Resco Explorer 2003, SPB Pocket Plus, and others. And we want to make this kitchen available to the public, so everyone can download their custom ROMS with these cool programs, but of course, for legal purposes, we can't just post them like that, already registered versions of programs.
We have an idea, basically what we want is a the text field provided under each program, (kind of the same as thing as the "NBF header string" that is at the bottom of the regular kitchen). This text entry would be each user's own serial (entered by the user). This would create a registry entry file which will put the fields in and then merge it into the rom, in that way the user would be able to use the programs and would not have to worry about the Serials anymore.\
In short, A text field in the webpage, under each program choice, so the user can enter his/her own serial number. With this text, it will generate a registry entry automaticly in the ROM generator, so The program is registered from the ROM, and the user is free to use its own program directly from the ROM
We have the progs working fine from the ROM, but we are using our own serials, we want each user to enter its own, so everyone is happy, and we don't get in trouble giving away software that is not ours for free.
Any help would be appreciated.
So what exactly do you need help with?
i'm a webdesigner with knowledge of php so maybe i can be of asistance.
Rico
exactly what I want is how to create a text field where people can enter their serial and this entry will generate a registry file that will go to the creation of the ROM, and to register the programs installed.
Sounds like you need a form with multiple text-fields targeting a page where these textfields are converted to registry entries.
maybe we could mns about this. that would probably speed things up.
or mail me @ [email protected]
Rico
The textbox feature in the current kitchen can put the literal typed string anywhere in the registry. Have you looked at how it works?
If you need more, you could write some php to do that. You'd still need permission to distribute the included programs though. Easy way to get this permission is to become a point of sale: you would point people to the place to buy it if they did not already have a serial. Could even make you some money through these affiliate programs.
Thanks guys. kenofalte, i might need ur help with php. I'm not a good programmer. I'll try to do it myself but in case i get lost.
alex
Most SPB and Resco programs come with the Trial versions that you can use for 14 days etc. that can later have a registration code entered... can't you setup your custom kitchen ROM with these different Trial versions instead and then whoever burns their own ROM can pick and choose what they want, burn it, and when setup and finished, they can enter their own code then? Just a curiousity. I am not sure about the permission to distribute the programs then? Either way, just a thought.
Regards,
mS
that's another option. i just wanted to make it so that they can register it during the "cooking" process. otherwise everytime they do a hard reset they have to re-register the product.
alex
Alex
just mail or msn me at the previous mentioned e-mail.
We will make it work.
Rico

Tutorial: How to create a shortcut to a specific midlet

I asked a few days back if this was possible and ended up e-mailing back and forth with a guy at TAO and he showed me how to do it after we figured out that the wizards java manager could handle it.
This is what he told me (I'll explain it all afterwards):
-r"<suite>","<vendor>","<name>"
where:
<suite> is the name of the MIDlet suite and can be obtained from the
MIDlet-Name line in the jad file.
<vendor> is the name of the MIDlet vendor and can be obtained from the
MIDlet-Vendor line in the jad file.
<name> is the name of the MIDlet and can be obtained from the first
parameter to the relevant MIDlet-<n> line in the jad file.
the shortcut to the manager program is \windows\jmm.exe, so a specific link would be \windows\jmm.exe -r"<suite>","<vendor>","<name>"
To find all of the information you need, you need the .jar or .jad file on your computer.
1. Open the .jar(.jad) file with winrar or 7zip or other unzipping program
2. Open the META-INF folder
3. Open the MANIFEST.MF file with a document viewer, I used wordpad.
Here's what google local gave me: I've bolded what you need to know
Manifest-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-Name: Google Local
Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
Ant-Version: Apache Ant 1.6.2
MIDlet-Vendor: Google
MIDlet-1: Google Local, GoogleMapsIcon.png, com.google.googlenav.Googl
eNav
MIDlet-Version: 1.0.0
MicroEdition-Profile: MIDP-2.0
4. Create a shortcut to the java manager(\windows\jmm.exe) on your ppc and open it for editing. I used Total Commander for this.
5. Remember that the shortcut has to be in -r"<MIDlet-1>","<MIDlet-Vendor>","<MIDlet-name>", so here, the full path should be \Windows\jmm.exe -r"Google Local","Google","Google Local"
6. Now you can link that to a button or put it in a launcher. When activated, the link will open the manager first, then the midlet.
Opera mini is \Windows\jmm.exe -r"Opera Mini","Opera Software ASA","Opera Mini"
I dont know how to link icons, so if someone could help me with that, I'd appreciate it. Now, all the links have the MIDlet manager icon.
I'd also love to hear what other cool midlets people are using.
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
The number is the n'th icon in the .exe file find out which using a resource hack tool. But it's usually 0 or one of the first ones, so simply try it out a few times. The two midlets I have come with their own icon displayed in the manager, and I found this file as a PNG image inside the Application Data directory, under Tao and then ever deeper down you'll find it.
But using png as icon didn't work for me. I'm guessing it needs to be converted to ICO or even BMP. Haven't had time to try that out yet.
And for the last part of your post, these are the cool midlets I'm using
Opera Mini - http://opera.mini.com (You obviously know this one)
MidpSSH - http://xk72.com/midpssh (Excellent freeware SSH client)
works with newmenu by saman as well thanks for the tip.
btw any more cool midlets for ppcs? the only thing i have so far is opera :|
I noticed the shortcut only works if you've run the applet atleast once. Otherwise only Midlet Manager opens up. Not really a big deal though
Question?
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
BTW, this thing is case sensitive. I tried GMail and it didn't work.
This is for Gmail. Copy paste and enjoy.
46#"\Windows\jmm.exe" -r"Gmail", "Google", "Gmail"
Tokay said:
Brilliant! I was looking for this exact information . Checked around on the Tao site but didn't find any documentation.
Changing the icon is done by adding the following to the end of the shortcut:
?\Program Files\Opera\opera.exe,0
Click to expand...
Click to collapse
It would seem that you need to have opera mobile installed for this to work though right?
KINetics said:
Is there a way to do this with IBM's Java Midlet Manager. I tried the syntax listed here and it doesn't work. It opens up the midelet manager, then closes right away.
Click to expand...
Click to collapse
Did you ever figure this out? I'd like to know how to get it to work.
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Paladin27 said:
Excellent information! Now I can link to Google Local from my Today screen with Pocket Plus!
Click to expand...
Click to collapse
why didn't you just install the cab file then? you can find it if you type gmm.cab in google.
famewolf said:
Anyone managed to do this on esmertec's java manager because this does NOT work:
"\Windows\jeodek.exe" -r"Gmail", "Google", "Gmail"
Click to expand...
Click to collapse
The answer to your question is HERE
You have to thank the author of the article and the great Menneisyys for posting the link in this post
Bye
(Hopefully) final MIDlet Bible main feature & hack & standards compliance chart published!
It was yesterday that I’ve published a larger excerpt from my forthcoming MIDlet Bible (a full roundup & tutorial explaining what MIDlets are, why you would want to run them, what applications there are to do this etc.), focusing on mostly 3D games. I haven’t been lazy in the meantime: I’ve made some serious updates to the main feature & hack & standards compliance chart of the Bible. The reason I’m posting it as a preview is pretty simple: it will still take me some two or three days to completely finish and, finally, publish the MIDlet Bible. In the meantime, however, you can already check out the new chart. I’m absolutely sure you’ll find it useful if you’re into gaming or running probably the, after Opera Mobile, second best Web Browser for Windows Mobile, Opera Mini 4 beta 2. Or, alternatively, the really unique and useful Gmail MIDlet, which is far more usable than any other Windows Mobile mailer tool.
I’ve, as has already been stated, greatly enhanced the previous version published over a month ago. I’ve added discussions of ClearType / font smoothing, automatic network connection, proxies, text input fields / areas etc. and I’ve even published the source code (!) of some of my test MIDlets I’ve written specifically for these tests. (I’m a Java pro.)
The chart is HERE, should you want to check it out before I, finally, publish the MIDlet Bible.
Comments are REALLY welcome!
Try this:
60#"\Windows\jmm.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
my opera mini link works great using jbed and the permissions fix, BUT...
I want to know if it is possible to make a link to a page (favorite/speedial #1) within opera. I have some shortcuts for PIE (default browser) on my today screen and wondered if I could do the same with opera pages without opera being my default browser. I have seen some shortcut creators that look interesting, but I am not sure about what path this link would need.
Any ideas?
thanks
my opera mini link works great using jbed and the permissions fix, BUT...
Click to expand...
Click to collapse
I can't get my Opera link to work using jbed, where do you get the permissions fix... maybe that's my problem?
I'm using:
60#"\Windows\jbed.exe" -r"Opera Mini","Opera Software ASA","Opera Mini"
jbed permissions fix is at the bottom of this page...
http://pdaphonehome.com/forums/ppc-...ed-includes-info-new-java-midlet-manager.html
Does anyone have this working with the ne Opera Mini 4.1? Latest Jbed.
hey can someone turn this into english for me haha sorry. i wanna get opera 4.1 shortcut into launcher. im not good at this stuff unless there is a step by step for dummies
I downloaded the latest 4.1 and it works great... Because I downloaded the new version before I deleted the previous version, I had to change my shortcut to point to r1 not r0. The new version has permissions fix already added I believe.
Everything is working brilliantly

(Win32/PPC) Note taking app (Linux/Web soon)

Hey everyone,
I developed this app as a part of my final year project. Initially I had big plans for it (I still feel that PPC lacks strong apps in this area.. OneNote doesn't cut it for me), but got busy with work/studies and forgot all about it.
I have also created a web version for it (sync your data with a web url), but thats too alpha at the moment. If anyone wants to beta test it, please let me know.
I'm uploading the last versions I made of this app to gather some bug reports, problems, crashes, new features etc which people might be interested in.
Keep in mind, I want this app to be so good that people can finally leave their paper notebooks home
I know some things aren't working well or at all, for e.g. synchronization.
Play around with the buttons (the tooltips etc should tell you what they're for)
Features:
arrange data in notebooks and pages. (basically you create a notebook and then insert a page into it..)
There are two modes.. view/edit.. edit mode gives you basic text input where you can format text using the following wiki syntax (effect of formatting is only visible in view mode):
*text* - bold
\text\ - italic
_text_ - underline
+ (add more pluses upto 6) gives you heading (e.g. ++My heading)
~color:green~ any text after this will be green. you can use this for most named colors
[link to another page] link between pages (linking will automatically happen if you use CamelCase/wiki syntax.. you can enforce linking by putting [Notebook/Page name] <-- in square brackets as such. Links can be renamed as well [[renamed link][Notebook/ActualPage]]
[image:image name]
You can insert images using the button/menu options. these images are imported into the notebooks directory.
Search notes
tag notes
bookmark notes (you can even bookmark searches, the stored search will be re-run every time, so for e.g. if you bookmark a search with dates later than last week, then it'll give you new results every time)
Maintain clipboard history and auto insert copied stuff into current page. (keyboard is polled every second)
Most important feature:- You can just copy over your notebooks/bookmarks directory (or sync it using any sync tool), and the same notebooks/pages/bookmarks will be available on both PPC and Win32.
Download:
http://ace.xhaven.net/DN-Win32-PPC.zip
Installation:
- Just unzip the win32 and PPC directories to your desktop and PDA.. click on the exe to run program. Should work on wm2003/wm5/wm6
Known bugs/issues:
- clipboard isn't working on PPC
- PPC version is slower, doesn't have softkey support yet
- PPC Icons look wierd
- .... add more?
Disclaimer:
I make no claims that this will work properly, or even execute on your desktop/PPC. I dont owe you anything. Please try this at your own risk.
no one tried it yet?
Nice Idea
Thanks,
This is great idea, i tested the note book, it is good.
But quite difficult to use on mobile, can u change the interface to make it easy to understand and write.
You're right, the PPC version is not that easy to use. Hopefully I'll get some time on this weeked to fix that up, as well as allowing common actions to be performed using hard/soft keys.
ammarr said:
You're right, the PPC version is not that easy to use. Hopefully I'll get some time on this weeked to fix that up, as well as allowing common actions to be performed using hard/soft keys.
Click to expand...
Click to collapse
Yes that would be cool, waiting for your new version.

Git-er-Done (GTD for PPC)

I'm working on a GTD system for Windows Mobile. My thinking is that, since I always have my phone with me, what better place to maintain a "trusted system"? I've seen make-shift systems based on Outlook Tasks, ListPro, etc., but none of them were right for me. They were either too inflexible, not robust enough or too cumbersome.
My goal is to make it as simple as possible - but no simpler. With that design goal in mind, I'm making it tag-based. No need for category, priority, or context fields - just use tags... @Home, @work, ASAP, Wait4, @errands, Business Hours, Home Maintenance, Auto Maintenance, etc.
Planned functionality...
MAIN MENU
Quick-Add Item (description only - auto-tagged with "TagL8r" for subsequent review/edit)
Add Item (including tags, and notes - with an option (future release) to auto-timestamp the creation date in the Notes field)
Quick-Find Item (Enter a search term, see a list of records that include that text anywhere in the record (i.e. in any field). Primarily used when there's something you don't want to forget - but you can't remember if you entered it already.)
View Items by Tag (Future release will include code so multiple tags can be used as a view (and possibly add-items) filter.)
View Untagged Items (Finds items tagged "TagL8r" - select item to add tags)
Mark items complete (one button - optionally including auto date/time stamp in Notes field.)
View Completed Items (Finds items tagged "TagL8r" - select item to add tags)
Manage Tags (future release)
Backup Data (via ActiveSync - database files must reside in \My Documents for this release; additional options planned for future release)
Skinnable (future release)
UPDATE:
I tackled this this using AutoHotkeyCE with a flat-file database. (I'm not a C programmer. And Mortscript's GUI functionality is woefully inadequate.)
This has gone badly. After 6 weeks, 10-12 (and sometimes more) hours per day, 6 (and often 7) days a week, I have an app that gets buggier the more I try to fix it.
While great for simple desktop automation tasks, AutoHotkey is (IMHO) not well-suited to sophisticated, GUI apps. (It has the chops - or at least the desktop version does -but the CE port is buggy and the syntax is incredibly counterintuitive.) In short, it has been an exercise in futility and terribly frustrating. I wish I had chosen any other scripting language (even Perl) for this, but for WM, my options were limited. (If there was a good implementation of php for PPC, I'd have been all over that, but sadly, the only such implementation was abandoned long ago.)
Bottom line, I will still be doing this, but I'll be doing it in C# or C++ (kind of a learn-as-I-go proposition.) When it's done, I'll certainly be posting it here, but after 6 weeks of very hard work, my neglected wife needs some attention. And with nothing to show for all my hard work, I need a bit of a break. Then there's the learning curve of a new language.
For now, though, I'm posting the main help file (PPC friendly) - with screenshots - as a sort of "sneak preview". Your comments and feedback are welcome.
Hi,
I'm waiting for your prog. Please make sure tags are outlook categories: I'm using GTD programs on my PC too, like jello-dashboard, and they relly on category to sync.
Thanks
This is totally separate from Outlook and I had no plans for integration. All data is stored in a flat-file database, but if you keep that file in My Documents, it should sync without problem. The entire app should work on the desktop as well as the PPC, though. And I'll optimize the desktop version to take advantage of the larger screen. This may be a deal breaker for you, I don't know. Then again, maybe you'll like it well enough to switch over. I'll certainly be open to enhancement requests, especially for the desktop version. If there are particular features that you really like in your desktop GTD app that I'm not implementing, I'll definitely consider adding them.
One other thing re: Outlook categories... I'd be glad to implement an import feature but I don't know how to access the system db that contains the Outlook categories. I've asked (on this forum) if there's a commandline util for doing so (and where to find a schema) but no one has ever answered either question.
Have a look at MLO http://www.mylifeorganized.net/products/my-life-organized/how-it-works.htm
I have. I believe my app will be better. Quicker/easier to add to my "Inbox", quicker/easier to sort/organize, quicker/easier to review/set priorities & action items, and in general, a whole lot more flexible. (Not to mention $77.95 cheaper!)
Sorry for the delay!
To those who have been watching/waiting for this, I apologize for the delay. I initially wrote the QuickAdd and QuickFind functions in Mortscript but then decided I wanted all the code in AHKCE, so there's been a bit of a rewrite and some problems with the port to AHKCE (some my fault, one apparently a bug.) And now there may be further delays as life (or maybe I should say "wife") is getting in the way.
Well all my GTD systems are based around outlook/exchange. Not using category, and using your own database to sync with the pc is going way back for me, at a time where I can sync between 7 devices with ease, using the same mail, contact, task and schedule database, and still access this data over internet.
Google might be another repository, but a GTD without any form of MAIN internet sync looks so Pocket pc 2003 to me.
But I'm sure you might reconsidere this, specially if you see that using standard outlook database with tags allow you to communicate with any PC part with ease, without reprograming your own.
This would be fantastic. Like you said, since the flat-file db can be file synced, it's all good. May could even bend it into a format that todo.sh/txt could handle!
Anyway, looking forward to it's release.
I don't really see your point
But I'm sure you might reconsidere this, specially if you see that using standard outlook database with tags allow you to communicate with any PC part with ease, without reprograming your own.
Click to expand...
Click to collapse
I've read about (and tried using) the Outlook method, with categories as tags. Didn't work for me. Outlook is a kludge. It wasn't designed specifically for GTD, isn't extendable, and is lacking in several areas. I found it cumbersome - Not quick to add an item to my inbox (or at least not nearly as quick as my app.) Not quick to add new categories as needed. Not quick to find multiple items with the same tag(s) (which could be items tagged "today" or with a context tag - mine will display such lists very quickly.) And not as quick to change to edit mode for items found via search.
Aside from all that, I don't use Outlook at all. I much prefer Thunderbird on my desktop, and Gmail forwards all mail to my phone via (push) web2mail.
thaihugo said:
at a time where I can sync between 7 devices with ease, using the same mail, contact, task and schedule database, and still access this data over internet.
Click to expand...
Click to collapse
Why would you need to sync with 7 devices?! You're placing a lot of emphasis on syncing. I'm not. This is phone-centric because I always have my phone with me. Yet I can still sync to my desktop (for entering long notes, etc.) using ActiveSync - by keeping the db file in \My Documents.
If the syncing issue outweighs the benefits of my app for you, I guess you won't be using my app. If syncing via Outlook Tasks is a priority for you, consider writing something that imports the dbfile into Outlook tasks.
defsquad said:
bend it into a format that todo.sh/txt could handle!
Click to expand...
Click to collapse
Shouldn't be that hard to support. Does it store it's data in a single text file?
Soon!
Excellent progress so far today. Just a bit of wrap-up to do and then I'll post v0.1 beta 1. But it'll have to wait til tonight - gotta run some errands, and appease the wife by doing some chores that have been put off due to this project!
This sounds great!
The thing i miss about Listpro is, ability to mark some ithems as "outlook tasks", so they show up in other programs, calender, etc. Just at suggestion.
I doubt I can do this from AutoHotkey or Mortscript. I would have to call some sort of commandline utility like
OutlookCreate.exe -item=appointment -subject=[subject] -date=[date] -time=[time] -reminder=[reminder]
As far as I know, this doesn't exist but if anyone knows of one (or wants to write one), I could certainly implement this functionality.
I do plan to implement a reminder function that would optionally set a system alarm for the current item/new items.
Status Update
For those watching this thread/interested in this app, I've posted an update (the news is not good) in the 1st post, along with the main help file (with screenshots) as a sort of "sneak preview". Sorry if this has become vaporware.
Oops. Forgot to include linked images (screenshots) when I uploaded the help file. Reuploaded. See 1st post.
One thing you might try is to Tweak an App like bLADEwiki to do GTD.
Good Luck in your GTD and C programming !
Does it working?
Hi Donny
I tried to install you software but it did not work. Maybe I did not try enough.
Half year ago I had a same dispute. Mortscript or Autohotkey? Morscript was winner, however it has not pretty gui windows, it has better scripting. So I created Plain todo. I use it every day: www.plaintodo.com

How to "run" Linux apps on WM6?

I have two Linux apps, Tuxcards & Kontacts, for which I am urgently looking for data compatible WM6 apps.
Any suggestions?
bump...bump....bump...
you can import and export .vcf-style vCards.
harddisk_wp said:
you can import and export .vcf-style vCards.
Click to expand...
Click to collapse
I realized that about Kontacts myself by now.
But what about the XML file format of Tuxcards?
pharao said:
I have two Linux apps, Tuxcards & Kontacts, for which I am urgently looking for data compatible WM6 apps.
Any suggestions?
Click to expand...
Click to collapse
Not sure what exactly you trying to do ... but I am a long time Linux desktop user. Synchronising my HD2 with Kontact (the contacts and appointments) over SynCE and OpenSync without problems.
Syncing is of no interest for me, as I never use that unreliable process anyway.
Never sure what gets overwritten where.
I have TONS of tech notes stored in my Tuxcards archive which I need for my work. So I'm desperately looking for an XML viewer for my SmartPhone that can handle/display the TuxCards archive.
I've read a TuxCards look-a-like tool called BasketNotes, but it also only exports in HTML format.
And that makes the entire Collapsible Tree functionality of Tuxcards go away.
Its a real pain in the rear trying to browse through hundreds of static web pages on a smart phone.
Anyone know of a way to easily import Tuxcard XML archives e.g. into Phatnotes?
bump...bump...bump
Sorry, but I'm still looking desperately for an XML Reader for WM6.
Anyone got any ideas here?
pharao said:
Sorry, but I'm still looking desperately for an XML Reader for WM6.
Anyone got any ideas here?
Click to expand...
Click to collapse
http://tinyurl.com/ycd2ye3
Edit:
I just tested the 1st one in the results, and it works fine. It's ugly, but it works. Spend some time with the rest of the results if you're not happy with the 1st one.
johncmolyneux said:
http://tinyurl.com/ycd2ye3
Edit:
I just tested the 1st one in the results, and it works fine. It's ugly, but it works. Spend some time with the rest of the results if you're not happy with the 1st one.
Click to expand...
Click to collapse
Hhhmm, I had googled my eyes out for an XML WM6 reader and couldn't find *anything* other than Porn Sites & Crack Torrents....
I'll try the Haali Reader for starters.
Thankz a lot...
I tried all of those your Google list came up with and none works.
The best I get is some notepad like prog which reads XML like a flat text file.
Not one of them even cares to interpret the inner structure of the XML data, so no chance of a snowball in hell to get a hierarchical notebook like layout of it :-(
Specially that Haali app was a big disappointment here.
And even apps like phatnotes only support plain text file imports and TuxCards doesn't export to plain text....(only to HTML)
pharao said:
I tried all of those your Google list came up with and none works.
The best I get is some notepad like prog which reads XML like a flat text file.
Not one of them even cares to interpret the inner structure of the XML data, so no chance of a snowball in hell to get a hierarchical notebook like layout of it :-(
Specially that Haali app was a big disappointment here.
And even apps like phatnotes only support plain text file imports and TuxCards doesn't export to plain text....(only to HTML)
Click to expand...
Click to collapse
Stupid question for you then - Why not export to HTML and use Opera?
Edit: Sorry, just realised I missed one of your earlier posts...
sub69 said:
Stupid question for you then - Why not export to HTML and use Opera?
Edit: Sorry, just realised I missed one of your earlier posts...
Click to expand...
Click to collapse
The question wouldn't be that stupid if not for the ABYSMALLY LOUSY quality of that HTML export
While TuxCards itself offers dynamic tree navigation, the exported HTML file is one big static dump, w/o proper font sizing and minimal (if any) graphic support.
In essence, its a pain in the rear to review, specially on a PocketPC device.
I think they just put it in there to have something listed under "Export" (just like the PhatNotes folks with their lousy Text Only import "feature").

Categories

Resources