[Delphi] Problèmes d'interfaces: besoin de testeurs pour KFK

Problèmes d'interfaces: besoin de testeurs pour KFK [Delphi] - Delphi/Pascal - Programmation

Marsh Posté le 28-07-2003 à 12:38:58    

Comment expliquez vous que CA:
 
http://www.katarncorp.com/images/kfk_screen.gif
 
puisse apparraitre comme CA: (chez quelques utilisateurs)
 
http://www.katarncorp.com/tmp/Split.jpg


Message édité par Kyle_Katarn le 29-07-2003 à 00:12:46
Reply

Marsh Posté le 28-07-2003 à 12:38:58   

Reply

Marsh Posté le 28-07-2003 à 13:13:22    

c'est surement un problème du à l'utilisation de "fonte large"

Reply

Marsh Posté le 28-07-2003 à 13:20:58    

tu préfères pas faire un porttage de cat && split pour windows? :D

Reply

Marsh Posté le 28-07-2003 à 13:26:04    

Lol, là je remet juste au "goûts du jour" mon vieux KFK ;-)
 
Je vais voir du coté des fonts larges

Reply

Marsh Posté le 28-07-2003 à 13:39:59    

Quelqu'un sait gérer ce genre de problèmes ?

Reply

Marsh Posté le 28-07-2003 à 23:48:20    

up désespéré.

Reply

Marsh Posté le 28-07-2003 à 23:55:23    

ben fais un appel au test si tu n'a pas encore cerné chez qui ça foire...

Reply

Marsh Posté le 29-07-2003 à 00:06:03    

Je veux bien : Voulez vous tester KFK et me dire ci chez vous l'affichage est correct ? http://www.katarncorp.com/?kfk

Reply

Marsh Posté le 29-07-2003 à 08:46:11    

Skoi cette page web sur mon bureau!!!  :fou:  
non bah sinon chez moi ca marche trés bien.
je suis en taille de police normale, mais effectivement si je me mes en grande police ca foire. par contre te dire comment remedier a ca... t'as qu'a faire des screenshots de tes text et tu les fou dans des images box  :pt1cable: ... bon ok je sors
 :hello:

Reply

Marsh Posté le 29-07-2003 à 09:15:02    

j'ai trouvé ce code sur google, j'ai pas testé ...
 

type
 TControlClass = class(TControl)
    public
      property Font ;
  end ;
...
const
  DesignedPPI = 96 ;  // Pixels per inch you design the form under.
 
 
procedure ChangeControlScale (Form : TForm) ;
var
  Loop    : Integer ;
  Control : TControlClass ;
begin
  if (DesignedPPI <> Screen.PixelsPerInch) then
    for Loop := (Form.ControlCount - 1) downto 0 do
      begin
        if (Form.Classname <> 'TDBGrid') then
          begin
            Control := TControlClass (Form.Controls[Loop]) ;
            Control.ChangeScale (DesignedPPI, Screen.PixelsPerInch) ;
            Control.Font.Size := (Control.Font.Size * DesignedPPI) div
                                  Screen.PixelsPerInch ;
          end ;
      end ;
end ;


 
a prioris tu appelles la procédure dans OnCreate de ta form

Reply

Marsh Posté le 29-07-2003 à 09:15:02   

Reply

Marsh Posté le 29-07-2003 à 10:58:39    

C'est un peu bourrin mais je vais essayer merci ;-)

Reply

Marsh Posté le 29-07-2003 à 12:34:16    

Je viens de poster une nouvelle version qui devrait corriger le problème autrement... pouvez vous confirmer ?

Reply

Marsh Posté le 29-07-2003 à 13:02:29    

bon alors sous XP avec l'option Grand police c'est ok, mais avec l'option très grands caractères tu as une scrollbar verticale qui apparait et qui mange un peu les controles sur le coté droit (mais ça reste fonctionnel)
 

Reply

Marsh Posté le 29-07-2003 à 13:12:34    

ok parfait !
Merci

Reply

Marsh Posté le 23-05-2015 à 14:38:34    

KFK - 3.16 (Released 2015-05-23)
================================
 
http://www.kcsoftwares.com
 

Citation :


- 0002743: [Bug] GUI problems with 120 DPI (Kyle_Katarn) - resolved.
- 0002856: [Bug] Main screen icon position is incorrect when in "full screen" mode (Kyle_Katarn) - resolved.

Reply

Marsh Posté le 02-02-2019 à 10:43:46    

KFK - 3.22 (Released 2019-02-02)
================================
 
https://www.kcsoftwares.com/?kfk
 

Citation :


0005289: [Bug] Missing UninstallDisplayIcon in registry for installed version (Kyle_Katarn)
0005045: [Refactoring] OpenSSL 1.1.0h > 1.1.0i (Kyle_Katarn)
0005138: [Bug] Crash when closing Portable version ran from a read only folder (eg : NAS,...) (Kyle_Katarn)
0005182: [Refactoring] Updated Hungarian translation (Kyle_Katarn)
0005084: [Refactoring] Improved log management as per 0005071 (Kyle_Katarn)
0004932: [Bug] Language setting is not saved in Portable version (Kyle_Katarn)

Reply

Marsh Posté le 09-06-2019 à 10:04:10    

KFK - 3.23 (Released 2019-06-09)
================================
 
https://www.kcsoftwares.com/?kfk
 

Citation :


0005427: [Refactoring] bcrypt.dll is missing error on Windows XP (Kyle_Katarn)
0005318: [Bug] Update ICS library to 8.59 and OpenSSL to 1.1.1b (Kyle_Katarn)
0005299: [Refactoring] Logging version of active OpenSSL to prepare use of SSL (Kyle_Katarn)

Reply

Marsh Posté le 05-04-2020 à 11:25:13    

KFK - 3.24 (Released 2020-04-05)
================================
 
https://www.kcsoftwares.com/?kfk
 

Citation :


0005628: [Bug] Update ICS library to 8.62 and OpenSSL to 1.1.1c (Kyle_Katarn)
0005920: [Refactoring] Updated German translation (Kyle_Katarn)

Reply

Marsh Posté le 05-04-2020 à 11:34:10    

Salut, je suis allé voir tes logiciels en Delphi (moi aussi, j'adore ce langage et IDE). Question : pour ton splitter de fichiers, ça pause pas des pbs de droits que tu utilises l'icône de défrag de Windows 98 ? Tu publies tes logiciels sous quelle licence au fait ?
Merci :jap:


---------------
Astres, outil de help-desk GPL : http://sourceforge.net/projects/astres, ICARE, gestion de conf : http://sourceforge.net/projects/icare, Outil Planeta Calandreta : https://framalibre.org/content/planeta-calandreta
Reply

Marsh Posté le 04-10-2020 à 14:48:52    

KFK - 3.25 ( Released 2020-10-04 )
==================================
 
https://www.kcsoftwares.com/?kfk
 

Citation :


 0006057: [Refactoring] Update ICS library to 8.64 and OpenSSL to 1.1.1g (Kyle_Katarn)
 0005939: [Refactoring] Updated Italian translation (Kyle_Katarn)

Reply

Marsh Posté le 04-10-2020 à 14:58:04    

rufo a écrit :

Salut, je suis allé voir tes logiciels en Delphi (moi aussi, j'adore ce langage et IDE). Question : pour ton splitter de fichiers, ça pause pas des pbs de droits que tu utilises l'icône de défrag de Windows 98 ? Tu publies tes logiciels sous quelle licence au fait ?
Merci :jap:


 
Sauf erreur de ma part je n'utilise pas l'icone de Defrag. Mes logiciels sont en source fermée, gratuits (Freeware) ou Shareware selon les cas

Reply

Marsh Posté le 07-01-2021 à 21:41:50    

KFK - 3.26 ( Released 2021-01-07 )
==================================
 
https://www.kcsoftwares.com/?kfk
 

Citation :


 0006287: [Refactoring] Update ICS library to 8.65 and OpenSSL to 1.1.1i (Kyle_Katarn)
 0006299: [New Feature] Simplified Chinese translation (Kyle_Katarn)
 0006237: [Refactoring] Updated Spanish translation (Kyle_Katarn)

Reply

Marsh Posté le    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed