Обсуждение: Mouse cursor doesn't change

Поиск
Список
Период
Сортировка

Mouse cursor doesn't change

От
Marcin Zajączkowski
Дата:
Hi,


It's possible it's a problem with wxWidgets, but when I move mouse 
cursor over "spliter" (something which allows changing tab size by 
dragging) it doesn't change to "resize cursor", but remains "normal 
arrow". Cursor is changed just when I press a left mouse button.
I'm not sure, but probably it was ok in 1.4 series.

pgAdmin: 1.7.0 snapshot (6371)
OS: Fedora 6


Regards
Marcin



Re: Mouse cursor doesn't change

От
Dave Page
Дата:
Marcin Zajączkowski wrote:
> Hi,
> 
> 
> It's possible it's a problem with wxWidgets, but when I move mouse 
> cursor over "spliter" (something which allows changing tab size by 
> dragging) it doesn't change to "resize cursor", but remains "normal 
> arrow". Cursor is changed just when I press a left mouse button.
> I'm not sure, but probably it was ok in 1.4 series.

Yes, I'm afraid that is wxWidgets - in 1.4 we only used simple 
splitters, but now we have the wxAUI based dockable user interface which 
explains the change in behaviour.

Regards, Dave.


Re: Mouse cursor doesn't change

От
Dave Page
Дата:
Marcin Zajączkowski wrote:
> Hi,
> 
> 
> It's possible it's a problem with wxWidgets, but when I move mouse 
> cursor over "spliter" (something which allows changing tab size by 
> dragging) it doesn't change to "resize cursor", but remains "normal 
> arrow". Cursor is changed just when I press a left mouse button.
> I'm not sure, but probably it was ok in 1.4 series.
> 
> pgAdmin: 1.7.0 snapshot (6371)
> OS: Fedora 6

Sorry, forgot to ask in my previous message - I assume the same issue 
occurs in the AUI sample in wxWidgets?

Regards, Dave


Re: Mouse cursor doesn't change

От
Marcin Zajączkowski
Дата:
On 2007-06-26 9:30:56 +0200, Dave Page wrote:
(...)
>> It's possible it's a problem with wxWidgets, but when I move mouse
>> cursor over "spliter" (something which allows changing tab size by
>> dragging) it doesn't change to "resize cursor", but remains "normal
>> arrow". Cursor is changed just when I press a left mouse button.
>> I'm not sure, but probably it was ok in 1.4 series.
>>
>> pgAdmin: 1.7.0 snapshot (6371)
>> OS: Fedora 6
> 
> Sorry, forgot to ask in my previous message - I assume the same issue
> occurs in the AUI sample in wxWidgets?

Hmm, when I was compiling wxWidgets 2.8 for my Fedora I used SPEC from
devel version and it seems that sample applications aren't packaged for
Fedora.
I could compile wxWidgets again, but it takes a lot of space which is
quite limited on my hard disk. Maybe someone with Fedora (or other Linux
distribution) could confirm that behavior with cursor?


Regards
Marcin