nxScribe - Multi language management application (ver 1.0.2)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

Works fine here, unfortunately....... Tooltip wise....

Great prog :)
Paid up PB User !
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

dontmailme wrote:Works fine here, unfortunately....... Tooltip wise....

Great prog :)
Thanks.

The fact that you have no tooltip problem is good because we think that Milan is using a patched version of UXTheme.dll which does seem to be causing the problem. :)
I may look like a mule, but I'm not a complete ass.
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

I agree - it's a very nice app. While the 'languages/groups' side area was fine last time, this version is certainly a step up. Very professional indeed and visually something to aspire to. Thanks very much.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Thank you for those kind words; I'm glad you like it!

:)
I may look like a mule, but I'm not a complete ass.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

Now all we need is srod to get off his bum and put a splitter between the language groups and the string area so we can maximise our screen real estate and it will be perfect.

Oi, srod. Yes you, you horrible old git!!! Put that splitter in now or else!! Stop playing with those loose women!!
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

:lol:
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

mskuma, do you think he will let me live?
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Fangbeast, are you still alive?

Damn, the exploding kipper I sent you must not have exploded! Crap!

Uhm, try one of the cans of lager I sent...

:twisted:
I may look like a mule, but I'm not a complete ass.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

Fangbeast, are you still alive?
Sure am MWUAHAHAHAHAH

Code: Select all

Damn, the exploding kipper I sent you must not have exploded! Crap!
You were using that cheap exploding sauce from the minmart again?? It tasted delicious!!
Uhm, try one of the cans of lager I sent...
I did!! It killed the weeds very well thank you.
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

:lol:
Dare2 cut down to size
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Fangbeast wrote:I did!! It killed the weeds very well thank you.
Is that after you drank it?

:)
I may look like a mule, but I'm not a complete ass.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

Yuk!! I don't drink weed killer!!!!
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

4th Feb 2008. Update - nxScribe version 1.0.1.
Bugfix version.

A couple of bugs in the generated code files have been fixed! :)

See the first post for the download.
I may look like a mule, but I'm not a complete ass.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

5th Feb 2008. Update - nxScribe version 1.0.2.
Small update - bugfix.

The generated code files were looking in the current directory for the language files rather than the program directory of the application being created. This could have led to problems, particularly if your application was being used as a PB IDE tool for example! (ahem! :oops: )

This has been fixed. It does mean, however, that when developing an application you should instruct Purebasic (via the IDE compiler options) to "Create temporary executable in the source directory" in order for the nxScribe generated code file to be able to locate your language files correctly at compile time. (Not a problem if using a default language file, but, otherwise... :) )

Please see the first post for the download link.
I may look like a mule, but I'm not a complete ass.
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

Post by Hurga »

I took a look at your tool and it seems nice.
But I for myself would like to see a kind of an import-function.
I have some projects where I made a GUI with VD or PureForm and now have a more or less long list of strings. Later I decide to make it multi-language - and I dont want to type in every string again. :evil:

So is it possibe to make a sort of importer, which imports a List of strings from a file and take it as the Column name and as the first language? That would seems very helpful.
Post Reply