|
|
 | | From: | Erich Zippel | | Subject: | And an other upgrade problem to 2.5 | | Date: | Sat, 22 Jan 2005 16:48:09 +0100 |
|
|
 | I don't see why but apperently I can no longer use valid SourceCode-Aliases.
I have an Alias defined edmart = j:\edm\art
for a button in a custom class I have the image set by:
class ZEBARCLOSE( ParentObj, Name ) of Container4bar( ParentObj, Name ) custom SET TALK OFF with ( this ) left := 110 width := 31 endwith
this.ZEbarbuttonCLOSE = new ZEBarButton( this ) with ( this.ZEbarbuttonCLOSE ) upBitmap := "RESOURCE:2 EXIT :edmart:zesilver0.dll" onClick := { ; form.close()} endwith endclass
the button is used on a form the form and the cc-file are compiled and put in DEO-path of the ini.
When starting the form by the users in the runtime environment the error- message: " Fehler: Datein nicht vorhanden :edmart:zesilver0.dll "
|
|
 | | From: | Erich Zippel | | Subject: | Re: And an other upgrade problem to 2.5 | | Date: | Sat, 22 Jan 2005 17:29:43 +0100 |
|
|
 | Just ignore.
Was not intended to be sent meanwhile figured outthe problem myself also.
Erich Zippel
"Erich Zippel" schrieb im Newsbeitrag news:YTAxO2JAFHA.1128@news-server... >I don't see why but apperently I can no longer use valid >SourceCode-Aliases. > > I have an Alias defined > edmart = j:\edm\art > > for a button in a custom class I have the image set by: > > class ZEBARCLOSE( ParentObj, Name ) of Container4bar( ParentObj, Name ) > custom > SET TALK OFF > with ( this ) > left := 110 > width := 31 > endwith > > this.ZEbarbuttonCLOSE = new ZEBarButton( this ) > with ( this.ZEbarbuttonCLOSE ) > upBitmap := "RESOURCE:2 EXIT :edmart:zesilver0.dll" > onClick := { ; form.close()} > endwith > endclass > > > the button is used on a form > the form and the cc-file are compiled and put in DEO-path of the ini. > > When starting the form by the users in the runtime environment the error- > message: > " Fehler: Datein nicht vorhanden :edmart:zesilver0.dll " > > >
|
|
|