Page 1 of 1

[Done] FontID and multiple form project

Posted: Thu Mar 14, 2013 5:40 am
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

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

Posted: Thu Mar 21, 2013 7:49 pm
by Polo
Changed.