kayler-renslow / arma-dialog-creator

A dialog/GUI creation tool for Arma 3.
MIT License
76 stars 12 forks source link

RscPicture #10

Closed realAnimoL closed 7 years ago

realAnimoL commented 7 years ago

Hey buddy, is it possible to add also the picture dialog?

kayler-renslow commented 7 years ago

The picture control is really just the static control with the Picture style setting.

Here are steps:

  1. Create static control and remove all styles
  2. Select Picture style
  3. In the "text" property, you can enter a file path. The path will be relative to the Workspace directory (info here). You can also convert the type of "text" to an Image and then locate the Image file.

You can see an example of RscPicture here: https://community.bistudio.com/wiki/DialogControls-Text#Static_Pictures