From: Geoff Schaller on
Hey, does anyone know what I might have done to suppress an exe getting
an icon?

It worked last week and other VO projects generate exe's with an icon.
Just one project doesn't. The VO treeview shows the icon but the icons
don't appear in the exe as a resource either.

Regards,

Geoff Schaller

From: richard.townsendrose on
Geoff

I put the app icon in the START module which contains the START
method, and call it as soon as possible

METHOD Start() CLASS App
LOCAL Main AS MainWindow
LOCAL lOk := FALSE AS LOGIC
LOCAL oV4Check AS CheckW

// initialise and load app specific stuff
Main:=MainWindow{SELF}

// Set other Application Specific Information
Main:AppName :='Document Control'
Main:Icon :=TDOC_CR_ICON{}

it appears firts everywhere ... but it was alaways a pain in the neck
till i did that - now no probs EXCEPT for

the other thing that bollocks's things up is if VO cannot see the
resource when it is initialised ... i find it tends just to just
"leave it out"

richard

PS Any ideas on diskserialno ?

From: Geoff Schaller on
Richard,

I do all that. If I compile the same AEF in a different VO project I get
the icon for the exe. In this VO project I do not. Maybe I should just
junk the project and build a fresh one.

Geoff


"richard.townsendrose" <richard.townsendrose(a)googlemail.com> wrote in
message
news:1e7700e3-c3c3-4bac-a73d-fc7ab2bccee8(a)i39g2000yqm.googlegroups.com:

> Geoff
>
> I put the app icon in the START module which contains the START
> method, and call it as soon as possible
>
> METHOD Start() CLASS App
> LOCAL Main AS MainWindow
> LOCAL lOk := FALSE AS LOGIC
> LOCAL oV4Check AS CheckW
>
> // initialise and load app specific stuff
> Main:=MainWindow{SELF}
>
> // Set other Application Specific Information
> Main:AppName :='Document Control'
> Main:Icon :=TDOC_CR_ICON{}
>
> it appears firts everywhere ... but it was alaways a pain in the neck
> till i did that - now no probs EXCEPT for
>
> the other thing that bollocks's things up is if VO cannot see the
> resource when it is initialised ... i find it tends just to just
> "leave it out"
>
> richard
>
> PS Any ideas on diskserialno ?

 | 
Pages: 1
Prev: disk serial number
Next: browser notify