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

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

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

Post 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
Last edited by Maitre_Kanter on Sun Apr 14, 2013 9:33 pm, edited 1 time in total.
SniffTheGlove
Enthusiast
Enthusiast
Posts: 122
Joined: Sat Nov 19, 2011 6:51 pm

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

Post by SniffTheGlove »

+1
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

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

Post by Polo »

This is already done for Fonts and Images (for next version)
Post Reply