Page 1 of 1

[DONE][PB5.11] - ImageID enumeration and multiple forms

Posted: Sun Apr 14, 2013 8:15 am
by Maitre_Kanter
Hello,

as mentionned below (quoting thread),

is it possbile to do the same with ImageID and why not for each constant declaration made by Form Designer ?

TIA,
Arnaud.

Maitre_Kanter wrote: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: [PB5.11] - ImageID enumeration and multiple forms projec

Posted: Sun Apr 14, 2013 12:15 pm
by SniffTheGlove
+1

Re: [PB5.11] - ImageID enumeration and multiple forms projec

Posted: Sun Apr 14, 2013 12:28 pm
by Polo
This is already done for Fonts and Images (for next version)