[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bibliotheque / Library


Does it's progress setting make any difference?  Ie change it from
"Experimental" to "Not finished but stable"

Maybe non-stable libraries do not show?

Respects
BruceS


On Mon, 6 Oct 2025 at 18:12, Fabien Bodard <gambas.fr@xxxxxxxxx> wrote:

>
>
> Fabien Bodard
>
> Le lun. 6 oct. 2025, 17:48, Linus <olivier.cruilles@xxxxxxxx> a écrit :
>
>> Fabien,
>>
>> Do you mean that you expect to see appearing a new icon into the toolbar
>> somewhere in the Gambas IDE after loaded your new library, due the fact you
>> have a graphical Class defined into you library ?
>>
>> Could your issue be related to the fact, like a graphical component, you
>> need to add a new Icon in the ‘Project’ directory —> control —>
>> <your_icon.png>, to inform the IDE to show it in the toolbar ?
>>
>> or maybe I wrong….
>>
>>
>> Olivier
>>
> Normally the ide replace the missing icon by a dynamically created text
> image.
>
> But here nothing... I can try with an icon .. but...nor sure it change
> something
>
>
>
>>
>> Le 6 oct. 2025 à 10:55, Fabien Bodard <gambas.fr@xxxxxxxxx> a écrit :
>>
>>
>>
>> Le lun. 6 oct. 2025 à 16:40, Karl Reinl <karl.reinl@xxxxxxxxxx> a écrit :
>>
>>> Am Montag, dem 06.10.2025 um 09:00 -0400 schrieb Lee:
>>> > On 10/6/25 6:02 AM, Fabien Bodard wrote:
>>> > >
>>> > >
>>> > > Le lun. 6 oct. 2025 à 11:50, Gianluigi
>>> > > <gradobag@xxxxxxxxxxx <mailto:gradobag@xxxxxxxxxxx>> a écrit :
>>> > >
>>> > >     Il 06/10/25 11:30, Fabien Bodard ha scritto:
>>> > >      > Hi
>>> > >      >
>>> > >      > This is the first time I'm trying to use the library system.
>>> > >      >
>>> > >      > I added the executable to ~/.local/gambas3/lib/gambix/
>>> > >      >
>>> > >      > So far, no problems.
>>> > >      >
>>> > >      > One of the classes is a graphical component, but it doesn't
>>> > > appear in
>>> > >      > the project that wants to use the library.
>>> > >      >
>>> > >      > Why?
>>> > >
>>>
>>> Salut Fabien,
>>>
>>> try to use instGA3 from the Software farm/Development or inspect it
>>> --
>>> Amicalement
>>> Charlie
>>>
>>>
>>> Thank you but again no it isn't that . The library is well installed
>>
>> And for Lee
>> I've already exported the Classes
>>
>> EXPORT + inherit UserControl
>> +
>> Export
>> Inherits UserControl
>>
>> Public Const _Properties As String = "*"
>> Public Const _Group As String = "View"
>> Public Const _Similar As String = "GridView"
>> Public Const _DefaultEvent As String = "Click"
>>
>> ...
>>
>> --
>> Fabien Bodard
>>
>>
>>

References:
Bibliotheque / LibraryFabien Bodard <gambas.fr@xxxxxxxxx>
Re: Bibliotheque / LibraryGianluigi <gradobag@xxxxxxxxxxx>
Re: Bibliotheque / LibraryFabien Bodard <gambas.fr@xxxxxxxxx>
Re: Bibliotheque / LibraryLee <t.lee.davidson@xxxxxxxxx>
Re: Bibliotheque / LibraryKarl Reinl <karl.reinl@xxxxxxxxxx>
Re: Bibliotheque / LibraryFabien Bodard <gambas.fr@xxxxxxxxx>
Re: Bibliotheque / LibraryLinus <olivier.cruilles@xxxxxxxx>
Re: Bibliotheque / LibraryFabien Bodard <gambas.fr@xxxxxxxxx>