[Done] FontID and multiple form project

You need some new stunning features ? Tell us here.
Maitre_Kanter
User
User
Posts: 84
Joined: Mon Sep 06, 2010 3:05 pm

[Done] FontID and multiple form project

Post by Maitre_Kanter »

Hello,

I want to create a multi form project and on each form I wish have different fonts.

Currently, it's not possible because Form Designer uses the same naming for constants :

Code: Select all

Enumeration #PB_Compiler_EnumerationValue
  #Font_0
  #Font_1
  ...
EndEnumeration
Could you modify the naming by adding a differentiator ?
Why not the form name ?

Code: Select all

Enumeration #PB_Compiler_EnumerationValue
  #Font_Window_Main_0
  #Font_Window_Main_1
  ...
EndEnumeration
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Form Designer 5.11 Beta 3 : FontID and multiple form pro

Post by Polo »

Changed.
Post Reply