[Gambas-user] Viewing Picture/Image objects in the IDE debugger FDebugExpr

Bruce Steers bsteers4 at gmail.com
Sun Dec 17 15:24:33 CET 2023


On Sun, 17 Dec 2023 at 12:04, Bruce Steers <bsteers4 at gmail.com> wrote:

>
>
> On Sun, 17 Dec 2023 at 00:32, Benoît Minisini <
> benoit.minisini at gambas-basic.org> wrote:
>
>> Le 16/12/2023 à 18:10, Benoît Minisini a écrit :
>> >
>> > That's it. The debugger will do what you are currently doing manually.
>> >
>> > I'm currently modify the debugger expression window so that it has one
>> > part for the properties, and one part for the contents.
>> >
>> > Regards,
>> >
>>
>> It's done in the last commits. Not very well tested, so tell me if you
>> have any problem!
>>
>> Regards,
>>
>> --
>> Benoît Minisini.
>>
>
> It's fantastic Ben :) thank you.
> It seems to work well.
> It just could now do with a refresh button or something to reload the
> image if it's already being viewed, it's otherwise perfect :)
>

i just popped the following in the init method line 588...
  If tabExpr.Index = 1 And $iType = TYPE_IMAGE Then tabExpr_Click

https://gitlab.com/bsteers4/gambas/-/commit/1b8a6c88bdf4c96afe0468851563d98e79b66c09
Auto-refreshes the image now if you are viewing it :)
Much respect
BruceS



>
> Many thanks again,
>
> Respects
> BruceS
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20231217/14930b00/attachment.htm>


More information about the User mailing list