|
2
|
News and Reviews / Mini-Reviews by Members / Re: iPad 3 and me
|
on: July 23, 2012, 03:19:31 AM
|
Nice reads. :-) I'm no apple fan as well, and since my smartphone is a Samsung galaxy S2, my TV is a Samsung smart TV, I'll probably end up with a Samsung galaxy tab 10.x Last but not least, buying the iPad is *the* one thing that had the most positive effect on my Android phone's battery life  Made me rofl :-)
|
|
|
|
|
7
|
Other Software / Announce Your Software/Service/Product / Re: OpalCalc 1.43
|
on: July 10, 2012, 02:38:04 AM
|
Alternatively, to make it easier for me, I could add an option to restore just the last working session (sheet). Would this offer most of what you're looking for, or should I allow restoring of previous sheets (or sums) too?
This is a great idea/start to a history feature. I bought it some time ago and like it very much. Calculating like we are thinking. And the use of variables is just awesome. I have several saved files for calculations that I need to do some x tame over and over, with different values. Even although it are only 4 calculations witch uses results from the previous line, it is awesome. Keep up the good work :-)
|
|
|
|
|
13
|
DonationCoder.com Software / Finished Programs / Re: DONE: export table with template
|
on: March 05, 2012, 05:50:56 AM
|
Both solutions look very good  @skwire: I'll give it a try today or tomorrow. :-) I guess you export it as a CSV file? The same exprot file as the "export rows to CSV file"? @Ath: I was thinking of using the export from snapDB as input for Excel2HTML, but the CSV file is not usable as an XLS file. Too bad. That would have been super awesome. Now both are "just" awesome :-) And as Ath said: it all depends on how to store the data. Thanks both for the efforts :-)
|
|
|
|
|
17
|
DonationCoder.com Software / Finished Programs / Re: DONE: export table with template
|
on: March 02, 2012, 06:46:03 AM
|
|
Not really I think
Those are programs to control a translation database. I want something to export a list/excel to a xml file.
I've looked at your "Excel2Html", and that comes very close to what I need, with 1 thing: I want to be able to choose the columns and layout of the rows in single file mode. I'll post that in your thread. :-)
|
|
|
|
|
18
|
DonationCoder.com Software / Finished Programs / DONE: export table with template
|
on: March 02, 2012, 04:10:32 AM
|
Hi all, I'm in search of a little program that can maintain a database of labels and errormessages for multi-languages like this: (possible with more fields) | LABELCODE1 | E | LABELDESCRIPTION1 | | LABELCODE2 | E | LABELDESCRIPTION2 | | LABELCODE1 | N | LABELDESCRIPTION1 | | LABELCODE2 | N | LABELDESCRIPTION2 | | MESSAGE1 | E | MESSAGEDESCRIPTION1 | | MESSAGE2 | E | MESSAGEDESCRIPTION2 | | MESSAGE1 | N | MESSAGEDESCRIPTION1 | | MESSAGE2 | N | MESSAGEDESCRIPTION2 |
And that can filter (i.e. col2 = 'E') and then export the selection to something like this: <?xml version="1.0" encoding="utf-8" ?> <Resource> <item name="LABELCODE1">LABELDESCRIPTION1</item> <item name="LABELCODE2">LABELDESCRIPTION2</item> <item name="MESSAGE1">MESSAGEDESCRIPTION1</item> <item name="MESSAGE2">MESSAGEDESCRIPTION2</item> </Resource> And so you define a start part: <?xml version="1.0" encoding="utf-8" ?> <Resource>
A detail part: <item name="{COLUMN1}">{COLUMN3}</item> And an end part: </Resource> So its something like the merge function in word, but then in a program where you can save records, a start, a detail and an end part. I was thinking something like the great " SnapDB" to store the records and perhaps a 2nd program or "plugin" to define the export :-) If I'm unclear, just ask more details. Thanks in advance.
|
|
|
|
|
25
|
DonationCoder.com Software / Screenshot Captor / Re: LATEST VERSION INFO THREAD - ScreenshotCaptor - 2.101.01 - Sep 20, 2011
|
on: September 26, 2011, 01:48:24 PM
|
GREAT ONE! Right before the summer, I switched from SSC to some Snagit I found  but I didn't feel geed about it. Because I needed the blending of the highlight boxes very much and it just didn't came. Now I check it again, and its in there!!!! It's GREAT! I had to wait, but now I have different possibilities. Worth the WAIT. Thank you very much Mouser. Time to change my start-up programs again :-) And time to try the ZUploader. Looks also very handy. Keep it up. thank you.
|
|
|
|
|