Hi,
Is it possible to set an image element to formview itself as background image?
I would like to put other elements on it.
Thanks in advance.
Megumi
[RPG]setting background image to formview
-
MegumiSawada
- Posts: 266
- Joined: Tue Feb 19, 2013 5:18 pm
-
MarcusLancaster
- Posts: 47
- Joined: Wed Nov 06, 2013 1:28 am
Re: [RPG]setting background image to formview
Hi Megumi
I've done this in the past in RDMLX by adding the image to the form (using set_image with a local resource) and using the z_Index parm to push the image to the "back", and allow the primary user controls etc to float above it.
I would imagine that in RPG the same would be possible?
I guess it does depend on the particular scenario though and what controls you want to add to the form?
Anyway - hope that helps in your situation.
Cheers for now.
Marcus.
I've done this in the past in RDMLX by adding the image to the form (using set_image with a local resource) and using the z_Index parm to push the image to the "back", and allow the primary user controls etc to float above it.
I would imagine that in RPG the same would be possible?
I guess it does depend on the particular scenario though and what controls you want to add to the form?
Anyway - hope that helps in your situation.
Cheers for now.
Marcus.
-
MegumiSawada
- Posts: 266
- Joined: Tue Feb 19, 2013 5:18 pm
Re: [RPG]setting background image to formview
Hi Marcus,
Oh, z_Index !!
I didn't think of it. I'll try it.
Thank you for your advice!
Regards, Megumi
Oh, z_Index !!
I didn't think of it. I'll try it.
Thank you for your advice!
Regards, Megumi