Support forum of the software localization tool Sisulizer


Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... Home

Get in contact with the makers of Sisulizer.
Our forum is open for all questions around Sisulizer from customers and prospects.
Don't hesitate to register and ask. The Sisulizer team will answer ASAP.

Search     Help Home Sisulizer Website Download
Search by username
Not logged in - Login | Register 

 Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius
New Topic Reply Printer Friendly
EDITION of Controls in Forms (C++BUILDER V5) - Wish list for software localization tool - Technical Support (You need to be registered at the forum to write) - Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ...
AuthorPost
 Posted: Sat Oct 4th, 2008 06:39 pm
PM Quote Reply
DREYFUS
Member
 

Joined: Thu Apr 3rd, 2008
Location:  
Posts: 27
Status: 
Offline
After many trials , playing with all check-Box of "Form Editor settings"   I CANNOT manage to get BACK the possibilty of changing the aspect of Text Controls in my Forms ...
they are normally visible , with littles squares on corners and middle of side , but refuse to be modified ...
   I have try all checked box , on and off , especially "can reduce" ....but without success  ...
   How get that MODIFICABLITY characteristic back ???????


  Jean Christian DREYFUS  PARIS

  jeanchristiand_(at)_free.fr
 

Back To Top PM Quote Reply

 Posted: Sat Oct 4th, 2008 07:02 pm
PM Quote Reply
Markus.Kreisel
Administrator


Joined: Sat Apr 8th, 2006
Location: Bedburg, Germany
Posts: 829
Status: 
Offline
Hi,

have you checked the last option in the editor settings called "locked"?

In this mode the handles to move the controls become gray instead of black.

Markus

Attachment: 00002642.jpg (Downloaded 26 times)



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Sat Oct 4th, 2008 07:40 pm
PM Quote Reply
Janusz Grzybek
Super Moderator


Joined: Fri Dec 1st, 2006
Location: Zabrze, Poland
Posts: 561
Status: 
Offline

If already have unchecked option “Locked” in editor propertiestry you find following options:
Menu Project > Options > Lock all the components
If you have selected this option unselect it

Attachment: screen.png (Downloaded 24 times)



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Sat Oct 4th, 2008 07:49 pm
PM Quote Reply
Janusz Grzybek
Super Moderator


Joined: Fri Dec 1st, 2006
Location: Zabrze, Poland
Posts: 561
Status: 
Offline
If you already have unselected above described settings, or controls are still locked, you should to look on following option
Menu Project > Edit Source > Excluded types > Integer number.
If this item checked uncheck it.

Attachment: screen2.png (Downloaded 23 times)



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

 Posted: Sun Oct 5th, 2008 12:21 pm
PM Quote Reply
DREYFUS
Member
 

Joined: Thu Apr 3rd, 2008
Location:  
Posts: 27
Status: 
Offline
Thank you very much to Mr GRZYBEK for his very precise and fast answers ...I found out the Pb : Exclude types/Integer was checked on ...!!! But how to guess that excluding the translation of numbers , which are numerous after analysys of source file , is ALSO concerning the Sizes/Numbered values of controls ...this SHOULD be separated Controls-Properties // String-Number whith different check boxes .
Also a precise answer permit me to realize that from V268 I am still using there has been NEW options added :
"EXCLUDED TYPES" 2 More (16/14 before):
HTML
XML
The order changed , the "namings" changed , by the way
, what do you EXACTLY mean with :
"Cardinal Number" , is it diff from Integer number?
Also if , for ex , XML is Checked on ,with a XML source
file : ALL the file wil be NOT translated , or some
parts , which ??
In V268 there was ONLY "Number" , did that mean
=INTEGER +REAL + CONTROLS VALUES + ...??

in "PROJECT OPTIONS GENERAL" 1 More (4/3 before):
"Natural string sorting " ... what is Natural or NOT ??

I think it is going to be usefull to move to last Build/Version ??? Is the EDITING of Dictionnaries AND TMs going to be included ???

Thank you again to a very good and very reactive team ... all over EUROPE ...WE ARE DOING the REAL WORKING EUROPE TOGETHER !!!

JC DREYFUS PARIS

Back To Top PM Quote Reply

 Posted: Sun Oct 5th, 2008 04:54 pm
PM Quote Reply
Janusz Grzybek
Super Moderator


Joined: Fri Dec 1st, 2006
Location: Zabrze, Poland
Posts: 561
Status: 
Offline
Hello Jean,

Thank you for your warm words about our support.

But how to guess that excluding the translation of numbers , which are numerous after analysys of source file , is ALSO concerning the Sizes/Numbered values of controlsControls height, width, x and y position are always integer numbers, and for this reason if you will disable possibility of integer numbers edit, automatically you will also disable possibility of control sizes and position edit.

Sizes/Numbered values of controls ...this SHOULD be separated Controls-Properties // String-Number whith different check boxes .We always would like to keep specification and terminology for selected programming language, and if Delphi or C++Builder treat control sizes values as integer number we also do it, and for this reason we won't extract these values from Integer numbers data type (BTW: if you will open "Excluded data types" for other source type, you could to see completely different list of data types), but instead it you can use menu Project > Options > Lock all the components, for disabling possibility of controls sizes changes in opened project, or menu Tools > Editors > Forms > Locked for disable it in WYSIWYG editor for all projects.

The order changed , the "namings" changed , by the way
, what do you EXACTLY mean with :
"Cardinal Number" , is it diff from Integer number?
Basically cardinal numbers are natural numbers. Below you could to find some basic information about specification of Cardinal numbers for Borland products:
http://www.delphibasics.co.uk/Article.asp?Name=Numbers

Also if , for ex , XML is Checked on ,with a XML source
file : ALL the file wil be NOT translated , or some
parts , which ??
In our example we have C++Builder source files. If you will exclude XML or HTML data types, Sisulizer will exclude XML or HTML data EMBEDDED to source file e.g. DLL or EXE for binary localization. If your source file is XML file, you will see completely different file properties settings (menu Project > Edit source, or context menu of source item in Project tree).

in "PROJECT OPTIONS GENERAL" 1 More (4/3 before):
"Natural string sorting " ... what is Natural or NOT ??
This feature was implemented after some user request published on forum. Below are links to discussion on our forum about implementing this feature:
http://www.sisulizer.net/forum7/964.html
http://forum.sisulizer.com/forum7/996.html
It is a good sample showing that Sisulizer always gets new features also between the major updates on user request. We always listen our users, and if they have interesting idea our R&D will implement it with pleasure.

I think it is going to be usefull to move to last Build/Version ??? Is the EDITING of Dictionnaries AND TMs going to be included ???Of course, we always recommend update to latest version. To latest build was added simple dictionary editor, our R&D would like implement special Translator Memory Editor in near future. It probably will be more advanced and powerful tool then basic dictionary editor.

Best regards,
Janusz



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Quote Reply

Current time is 06:04 am  
Localization Tool for VB, Delphi, .NET, C#, VB.NET, XML, Online Help, HTML ... > Technical Support (You need to be registered at the forum to write) > Wish list for software localization tool > EDITION of Controls in Forms (C++BUILDER V5)



WowUltra 1.11 Copyright © 2007 by Jim Hale - Based on WowBB Copyright © 2003-2006 Aycan Gulez

Sisulizer software localization tool - Three simple steps to localize