From: richard.townsendrose on
Geoff

Not necessarily.

I always define the app's icon within the start method - then it comes
first in the list !

then it seems to be a bit alphabetical based on the order the compiler
finds them ...

Richard
From: Geoff Schaller on
Irrelevant. It is alphabetic.

"richard.townsendrose" <richard.townsendrose(a)googlemail.com> wrote in
message
news:015edbae-8037-4838-885a-6d752ad969bb(a)b2g2000yqi.googlegroups.com:

> Geoff
>
> Not necessarily.
>
> I always define the app's icon within the start method - then it comes
> first in the list !
>
> then it seems to be a bit alphabetical based on the order the compiler
> finds them ...
>
> Richard

From: richard.townsendrose on
Geoff

Works for me ....

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{}

and that icon appears before all the bbrowser ones.

Richard
From: Geoff Schaller on
Ok fair point. I guess this is ok for an exe.


"richard.townsendrose" <richard.townsendrose(a)googlemail.com> wrote in
message
news:a7c8afc9-813a-46d6-b1c3-154d569cbad1(a)k19g2000yqc.googlegroups.com:

> Geoff
>
> Works for me ....
>
> 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{}
>
> and that icon appears before all the bbrowser ones.
>
> Richard

From: Amilcar A. Camargo on
Hi Richard,

On Sat, 17 Oct 2009 03:23:16 -0700 (PDT), "richard.townsendrose"
<richard.townsendrose(a)googlemail.com> wrote:

>Geoff
>
>Works for me ....
>
>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{}
>
>and that icon appears before all the bbrowser ones.

This works fine when tha app is running. I have the impression that the OP was
referring to the icon windows displays when listing the directory or the
default when creating a shortcut. In this case, it allways takes the first one
in alphabetical order.

Best regards,
Amilcar A. Camargo F.
Guatemala, C. A.