| Forum: DKLang Localization Package |
|---|
| Topic: WideCaption? |
|---|
| WideCaption? [message #192] |
Fri, 27 June 2008 12:32 |
Mat-d-rat Messages: 8 Registered: July 2006 |
Junior Member |
|
|
|
I'm using the TMS component pack, and in particular tAdvGlowButton. For some reason I can't get DkLang to pick up the Caption property of this component, or it's additional WideCaption property? I've tried various things in the "StoreList" but this has made no difference. Wht do I need to change/do to get this to work? Thanks!
|
|
|
| Topic: TntUnicodeVcl_R70 required |
|---|
| TntUnicodeVcl_R70 required [message #182] |
Thu, 25 October 2007 15:32 |
Andrew Spencer Messages: 1 Registered: October 2007 Location: Cape Town, South Africa |
Junior Member |
|
|
I have been using V2.4 of DKLang successfully, and am now busy with the move to V3.0.
I have installed TMS Unicode Component pack V1.4.1.2 from http://www.tmssoftware.com/go.asp?tmsuni
On trying to compile DKLang7.dpk, I get the error showing that TntUnicodeVcl_R70 (under the "requires" section) is not found.
Any ideas on how to fix this?
Thanks
Regards
Andrew
|
|
|
| Topic: Can you add such function: TranslateFromStream |
|---|
| Can you add such function: TranslateFromStream [message #179] |
Sun, 16 September 2007 22:53 |
denisDL Messages: 8 Registered: August 2007 Location: Ru |
Junior Member |
|
|
Can you add this function in your future version?
This very useful if you want load languages files from database (withour temp files) or other sources.
tntStream - this is a language file (for example: TFileStream -> Load -> Russian.lng)
// Load Language and translate from stream
procedure TDKLanguageManager.TranslateFromStream(tntStream: TMemoryStream);
var
Tran: TDKLang_CompTranslations;
begin
Tran := nil;
try
FSynchronizer.BeginWrite;
try
// Try to obtain the Translations object
Tran := TDKLang_CompTranslations.Create;
tntStream.Position := 0;
Tran.Text_LoadFromStream(tntStream, false);
FLanguageID := StrToIntDef(Tran.Params.Values[SDKLang_TranParam_LangID], ILangID_USEnglish);
UpdateCodePage;
finally
FSynchronizer.EndWrite;
end;
// Apply the language change after synchronizing ends because applying might require constants etc.
ApplyTran(Tran);
finally
Tran.Free;
end;
end;
This is your modified function with small changes.
|
|
|
| Forum: Features and How-Tos • Возможности и хитрости |
|---|
| Topic: Сетевая организация базы!!! |
|---|
| Сетевая организация базы!!! [message #276] |
Thu, 17 December 2009 16:11 |
Pritorius Messages: 1 Registered: December 2009 |
Junior Member |
|
|
Доброго времени суток!
Интересует вопрос организации библиотеки изображений находящихся в сетевом хранилище.
Насколько я понял, библиотека создается только с размещением базы локально в месте установленной программы.
А у нас сетевое хранилище... и есть непреодолимое желание создать единую базу, которая находится в сети
и юзается и редактируется разными пользователями одновременно посредством, например Portable версии
данной программы.
Насколько это реализуемо?
Заранее благодарны!
|
|
|
| Topic: Development of phoa |
|---|
| Development of phoa [message #190] |
Sat, 14 June 2008 12:22 |
Angus Messages: 1 Registered: June 2008 |
Junior Member |
|
|
Hello Dmitry,
first of all: you created a wonderful app. I like to work with it because of its usability and features. Talking about features, there are one or two features I would highly appreciate:
1) ability to add a rating to each photo (I know it could be done by creating "rating groups", but that would be to cumbersomely for me)
2) ability to save the picture groups (also nested) and picture data (place, notes, etc.) into the file (as metadata, e.g. xml, iptc)
Thanks
Angus
|
|
|
| Topic: Формат DNG |
|---|
| Формат DNG [message #181] |
Fri, 12 October 2007 19:20 |
Laryx Messages: 1 Registered: October 2007 Location: Rostov region |
Junior Member |

|
|
В первую очередь хочу поблагодарить разработчиков - отличная программа, давно уже искал такую. Каталогизатор+просмотрщик.
Все хорошо продуманно и отлично выполнено.
Раскидал всю гору своих старых фотографий по нескольким десяткам категорий - стало очень удобно ориентироваться в огромном их количестве.
Небольшая загвоздка произошла с RAWами. К сожалению, программа не поддерживает RAW формат, а у меня достаточно много фотографий хранится в таком формате.
К счастью, выяснилось, что программа поддерживает формат DNG - и я считаю, это вполне разумно, поскольку этот формат более стандартизован, чем RAWы с разнообразных камер.
Я для пробы перевел часть RAWов в DNG, и успешно "скормил их" PhoA. Однако, выяснилось две детали.
1.Некритично: PhoА не показывает содержимого DNG, показывает только превьюшку. В принципе, превьюва вполне достаточно, все-таки DNG файлы - это файлы, которые нуждаются в обязательной обработке перед просмотром.
2.Критично: Phoa не воспринимает метаданные этого формата. А вот это - уже хотелось бы иметь. На многих RAWах (или сконвертированных DNG) дата самого файла не соответствует дате фотографии, которая записана в метаданных, и, соответственно, каталогизация по датам - проходит неверно.
Собственно, хотелось бы узнать - последнее - "это баг или фича" ?
Ну и хотелось бы, конечно, чтобы метаданные из DNG файлов нормально воспринимались.
[Updated on: Fri, 12 October 2007 19:21]
|
|
|
| Topic: Selecting pictures in view mode |
|---|
| Selecting pictures in view mode [message #115] |
Wed, 10 January 2007 10:53 |
dietersbg68 Messages: 4 Registered: January 2007 |
Junior Member |
|
|
Hello
I like to select my pictures visually and often use the View mode.
I would find it very helpful to be able to mark the pictures in View mode.
Would like to go through the pictures of a group via view mode and mark the pictures i want to select with a mouseclick or keystroke, having the selected pictures marked then and be able to copy or move them to a other folder then, for example.
Dieter
|
|
|
| Forum: News in English |
|---|
| Topic: Site porting to a new server |
|---|
Site porting to a new server [message #248] |
Fri, 12 June 2009 11:23 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
My hosting provider has planned moving this site onto a new server.
Due to this a little downtime is possible.
[Updated on: Fri, 12 June 2009 11:24]
|
|
|
| Topic: DKLang 4.0RC1 is out |
|---|
| DKLang 4.0RC1 is out [message #209] |
Thu, 25 December 2008 21:56 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
DKLang Localization Package 4.0 Release Candidate 1 has been released.
Notice that this version supports BDS 2009 only and thanks to that drops Tnt Unicode Controls dependency.
|
|
|
| Topic: DKLang Subversion repository |
|---|
| DKLang Subversion repository [message #205] |
Tue, 23 December 2008 16:02 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
The work on moving DKLang to Delphi 2009 is in progress.
So far we have registered SourceForge.net project and set up SVN repository for it.
The next release is expected shortly, and it is going to be named 4.0RC1.
|
|
|
| Topic: What's going on |
|---|
| What's going on [message #202] |
Thu, 18 December 2008 14:44 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Hi all,
It has been quite a time without a news. And I had a number of reasons for that.
First of all, if you're curious, I'm no longer living in Russia but in the Netherlands.
Secondly, I've migrated to Ubuntu, I'm heavily using it now and quite happy with that. Discouraging enough, this means I'm no longer interested in any Windows development. So PhoA project will likely be discontinued, and so will Client SSI Generator be.
As for DKLang project, it was offered to be taken over by Bruce J. Miller who has developed Unicode support and lately Delphi 2009 version. To simplify the development I decided to move the sources into SourceForge.net Subversion repository; being developed under LGPL/MPL terms, the project perfectly meets SourceForge.net policy.
Delphi 2009 version of DKLang drops Tnt Unicode Controls dependency due to native IDE's Unicode support.
It could be possible to make PhoA open source as well. But it will take a lot of work to make it conform to shared development. Anyway, I have no request for that so far.
And of course, Merry Christmas and coming 2009 everyone!
[Updated on: Thu, 18 December 2008 14:46]
|
|
|
| Topic: DKLang 3.01 |
|---|
| DKLang 3.01 [message #51] |
Tue, 22 August 2006 14:47 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
DKLang Localization Package 3.01 released.
This release mostly fixes compilation issues in BDS 2006 (thanks to Robert Lee).
|
|
|
| Topic: Fixes to archived downloads of DKLang |
|---|
| Fixes to archived downloads of DKLang [message #45] |
Tue, 15 August 2006 15:02 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Those of you who experienced problems with opening downloaded dklang-package-3.0.zip and dktraned-3.0-LangSrc.zip files please re-download them.
They were in fact rar-archived, though the extension was .zip.
Now I have uploaded the corrected archives.
Dmitry Kann,
www.dk-soft.org
|
|
|
| Topic: DKLang 3.0 |
|---|
| DKLang 3.0 [message #44] |
Fri, 11 August 2006 20:56 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
New releases:
- DKLang Localization Package 3.0
- DKLang Translation Editor 3.0
This is a major update to the package.
The main novelty is complete Unicode support at design level, so package handles all language data as Unicode strings (WideString). This resulted in Unicode .dklang (and .lng) files being created and loaded.
It is strongly recommended to upgrade DKLang Translation Editor to version 3.0 as well. This is also because of Unicode support.
The problem with constant editor in Delphi 2005+ is resolved by using a separate resource file. This requires converting your old project using constants. So, if you were using DKLang version 2.x, please carefully read Upgrading from previous versions section prior to installing.
Version 3.0 introduces support for Delphi 2006, but it isn't tested yet (simply because I don't have it). I believe it should be okay though.
Further details you can find in Revision History section.
|
|
|
| Topic: Welcome back to the DK Software Forum! |
|---|
| Welcome back to the DK Software Forum! [message #2] |
Sun, 07 May 2006 11:01 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Hello everyone,
as you might notice the board was inaccessible for quite a long while. In fact there was a number of events caused that.
First, the site was hacked, and then being used for phishing.
Second, my ISP has migrated the server to a new box and IP so, in particular, I had to upgrade the whole site content to UTF-8.
Third, phpBB won't be used anymore due to lots of vulnerabilities caused new exploits to appear almost daily. Currently I've set up the board with FUDForum and testing it whether it satisfies our needs.
And last but not least, I had definitely no time to make a switch promptly.
So welcome back and keep discussing!
[Updated on: Tue, 09 May 2006 10:42]
|
|
|
| Forum: Новости по-русски |
|---|
| Topic: Перенос сайта на новый сервер |
|---|
|
| Topic: Вышла DKLang 4.0RC1 |
|---|
| Вышла DKLang 4.0RC1 [message #210] |
Thu, 25 December 2008 22:00 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Вышла версия DKLang Localization Package 4.0 Release Candidate 1.
Обратите внимание, что эта версия поддерживает только BDS 2009, и благодаря этому не требует Tnt Unicode Controls.
[Updated on: Thu, 25 December 2008 22:00]
|
|
|
| Topic: Subversion-репозиторий DKLang |
|---|
| Subversion-репозиторий DKLang [message #206] |
Tue, 23 December 2008 16:05 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Работа по модификации DKLang для Delphi 2009 продолжается.
На данный момент мы зарегистрировали проект на SourceForge.net и настроили SVN-репозиторий для него.
Следующий релиз должен скоро выйти, назвать его предполагается 4.0RC1.
|
|
|
| Topic: Что такого происходит |
|---|
| Что такого происходит [message #203] |
Thu, 18 December 2008 23:00 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Всем здрасте.
Минуло немало времени после последней новости. И у меня были на то причины.
Прежде всего, если вам это интересно, я теперь живу не в России, а в Голландии.
Во-вторых, я перешёл на Ubuntu; я интенсивно использую её и вполне ей доволен. Но это, к сожалению, значит, что разработка под Windows теперь слабо меня интересует. Поэтому PhoA, вероятнее всего, развиваться не будет, та же судьба светит и Client SSI Generator.
Что касается проекта DKLang, Bruce J. Miller выразил желание взять его развитие на себя; этот человек уже разработал поддержку Unicode, а недавно и версию библиотеки для Delphi 2009. Чтобы облегчить процесс разработки, я принял решение перенести исходники в Subversion-репозиторий на SourceForge.net; со своей лицензией LGPL/MPL проект идеально вписывается в их идеологию.
Версия DKLang для Delphi 2009 больше не требует Tnt Unicode Conrols благодаря встроенной в IDE поддержке Unicode.
Перевод PhoA в модель open source также возможен, но приведение исходников в годное для совместной разработки состояние потребует немалых усилий. Так или иначе, до сих пор потребности в этом никто не выразил.
Ну и само собой, всех с наступающим Новым Годом и Рождеством!
|
|
|
| Topic: DKLang 3.01 |
|---|
| DKLang 3.01 [message #52] |
Tue, 22 August 2006 14:48 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Выпущена версия DKLang Localization Package 3.01.
В этой версии по большей части исправляются ошибки компиляции в BDS 2006 (спасибо Robert Lee).
|
|
|
| Topic: DKLang 3.0 |
|---|
| DKLang 3.0 [message #43] |
Fri, 11 August 2006 20:52 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Опубликованы:
- DKLang Localization Package 3.0
- DKLang Translation Editor 3.0
Среди новых возможностей: полная поддержка Unicode, подержка Delphi 2006, возможность работы с константами в Delphi 2005+.
|
|
|
| Topic: Форум снова ожил |
|---|
| Форум снова ожил [message #3] |
Tue, 09 May 2006 10:53 |
 |
yktoo Messages: 88 Registered: April 2006 Location: The Netherlands |
Member Administrator DK Software Developer |
|
|
Всем привет,
как вы, вероятно, заметили, форум был недоступен в течение довольно длительного времени. Случилось это вследствие нескольких событий.
Во-первых, сайт был взломан, а потом использован для фишинга.
Во-вторых, мой хостер переехал на новый сервер и новые IP-адреса, поэтому, в частности, мне пришлось обновить всё содержимое сайта в UTF-8.
В-третьих, phpBB более не будет использоваться из-за обилия уязвимостей, из-за которых новые эксплойты выходят чуть ли не ежедневно. В настоящее время я поднял FUDForum и тестирую его на соответствие нашим потребностям.
И, наконец, у меня совершенно не было времени, чтобы сделать переход на новые хостинг и форум оперативно.
Короче говоря, добро пожаловать на обсуждение!
|
|
|
| Forum: Bugs • Ошибки |
|---|
| Topic: .chm broken, how to install |
|---|
| .chm broken, how to install [message #242] |
Sat, 18 April 2009 17:45 |
dragonstar Messages: 1 Registered: April 2009 |
Junior Member |
|
|
None of the pages in the .chm help file work, can't install in Delphi without instructions. Help.
drc 
|
|
|
| Topic: Проблемы со всплывающими описаниями |
|---|
| Проблемы со всплывающими описаниями [message #241] |
Mon, 06 April 2009 10:55 |
romir Messages: 1 Registered: April 2009 |
Junior Member |
|
|
Добрый день!
Я пользуюсь phoa уже несколько лет и это самая прекрасная программа для каталогизации фотографий. Очень жаль, что вы прекратили работу над ней. Но жизнь - есть жизнь и обстоятельства бывают разные... Очень надеюсь, что вы найдете в себе силы и время, чтобы выложить исходники программы в открытый доступ. Тогда программа приобретет множество новых функций и будет развиваться сама по себе.
Из вопросов: в последнее время стал проявляться странный баг: перестают появляться всплывающие описания эскизов. Этимология такого поведения программы пока остается неизвестной. Лечение пока тоже не придумано. В настройках галочки переставлял в разных комбинациях - и включал их и выключал - не дает желанного. Всплывающие описания могут начать появляться без каких-либо видимых и объяснимых причин. Такое поведение наблюдалось уже на двух машинах. Версия Phoa 1.1.10 beta. На машинах установлены виндовс ХР.
Надеюсь, что вы подскажете как бороться с этим.
|
|
|
| Topic: Нестабильная работа программы |
|---|
| Нестабильная работа программы [message #235] |
Tue, 17 February 2009 02:06 |
chestercoach Messages: 1 Registered: February 2009 |
Junior Member |

|
|
При попытке создания папки появляется ошибка. Появляется не всегда, чистый рэндом. Версия 1.1.9.
[Updated on: Tue, 17 February 2009 02:06]
|
|
|
| Forum: Additional tools • Дополнительные инструменты |
|---|
| Topic: Phoa Transformer Проблемы с русскими буквами привыгрузке |
|---|
| Phoa Transformer Проблемы с русскими буквами привыгрузке [message #26] |
Thu, 22 June 2006 18:51 |
Karl Messages: 1 Registered: June 2006 |
Junior Member |
|
|
|
При выгрузке из файла phoa в HTML страницу все русские буквы (в частности, пути к файлам фотографий) указываются в стиле Firefox %D0 и т.д. Можно ли это вылечить?
|
|
|