From: richard.townsendrose on 16 Oct 2009 08:10 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 16 Oct 2009 21:51 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 17 Oct 2009 06:23 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 17 Oct 2009 07:01 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 17 Oct 2009 12:57 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.
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: bBrowser 3 - Infoview Next: moving from 2.7b to 2.8 - fixing compiler errors |