B4J Question b4j icon

nelson costa

Member
Licensed User
Longtime User
Como colocar um icone em um programa b4j ?

teno utilizado #PackagerProperty: IconFile = \JTOP\B4J\Files\icon99.ico , e outras formas, mas nenhuma funciona.. o compilador sempre fala que nao encontra.

alguma solução ?
 

teddybear

Well-Known Member
Licensed User
Please use English. It is the english forum.
Use relative path .
B4X:
#PackagerProperty: IconFile = ..\Files\icon99.ico
or absolute path
B4X:
#PackagerProperty: IconFile = YouDriver:\SomeWhere\JTOP\B4J\Files\icon99.ico
 
Last edited:
Upvote 0
Top