Actions and images
Luis Carlos Díaz Otero <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hello group.
I am trying to display a graphic in a formfield
DEFINE archlogo CHAR(100)
.....
.....
OPEN WINDOW principal WITH FORM "/programascooperativa/librerias/gen_principalxml"
LET archlogo = "/programascooperativa/pics/logoEMC.png"
DISPLAY archlogo TO textvar
...
...
...
INPUT BY NAME clientes.*
...
...
The form is displayed, the input is launched, but nothing else happens: the graphic is not displayed (the graphic file is were it must be)
Besides, if i change the name of the field (i.e.: DISPLAY archlogo TO otherfield), there are no warnings or errors
The field in the form is defined in this way:
Image textvar = FORMONLY.textvar, AUTOSCALE, PIXELWIDTH=480, PIXELHEIGHT=316;
In the other hand if i try to load action defaults, they are not loaded:
CALL ui.Interface.loadActionDefaults("/programascooperativa/acciones")
A file named acciones.4ad is located at /programascooperativa so why the actions are not displayed as expected?
I am sure that in previous versions of VDC all of these worked fine
Thanks for any help
Luis Carlos Díaz Otero
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss