[Gambas-devel] Release of gambas 1.9.34
Benoit Minisini
gambas at ...1...
Thu Jul 20 02:08:36 CEST 2006
On Thursday 20 July 2006 00:53, Fabien Bodard wrote:
>
> This is what i say... i know how to do in kde... but i've always some
> bugs .... i will join my trying ... it's not the final because i've not
> done the parsing part like Daniel. And there is a bug that crash all...
> (benoit un coup de pouce a un nul stp)
>
> Normally for use the Stock or maybe Icon Class we will type :
>
> Stock["size/name"]
>
> ex:
>
> Stock["menu/open"] = Stock["16/open"]
>
> By luke the kde work look like to the gtk one...
>
> My idea for stock will be different :
> ** this is important under kde style concern effect on icon too.
> Stock.Style = Stock.Custom
>
> Stock.Size = 15
> pic = Stock["open"]
>
> it's more clear
>
> and :
>
> ** this is like application.env ...
> For each s in Stock
> pic = Stock[s]
> next
>
Please read my other mail about the way I want to implement stock icons
access.
> > > How the hell he knows the stock has something to do with icons.
> > > I have only resistors, diode etc in stock.
> >
> > This name comes from Daniel that implemented it first in gb.gtk, and took
> > the name from the GTK+ library.
> >
> > > Well in my opinion a better stock class should then
> > > in the completion box for the key give something as
> > > 'stock.folder', 'stock.close', 'stock.myicon' or the class
> > > should have it in the help like Align.xyz and Alignment.xyz.
> >
> > Maybe, but may constants have an higher cost that a key string.
>
> and what about a _next that return the name of the icon name list ?
>
A String array of stock icon paths will be enumerable.
>
> The principal problem on gb.db.form is to not have a graphical component to
> set the Connection.
For four lines of codes... But when the database manager will be included in
the IDE, I think this problem will be solved.
>
> If you have a minute can you tell me if you can do a columncombobox or mabe
> tell me what i can use to do it.
>
What is a columncombobox ???
--
Benoit Minisini
More information about the Devel
mailing list