Обсуждение: 1.4.1 missing feature?

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

1.4.1 missing feature?

От
Roberto Tagliaferri
Дата:
Hi, i've upgrade from 1.4.0 to 1.4.1 and when add a field in a table the 
autocompletion of the data type not work (i.e. in 1.4.0 if i write field 
name, tab to select data type and then t "text" datatype appear, in 
1.4.1 remain SET).

-- 
Roberto Tagliaferri
Responsabile Progettazione & Produzione
TosNet s.r.l. - Internet Service Provider
r.tagliaferri@tosnet.it
www.tosnet.it



Re: 1.4.1 missing feature?

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Roberto Tagliaferri
> Sent: 13 December 2005 08:13
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] 1.4.1 missing feature?
>
> Hi, i've upgrade from 1.4.0 to 1.4.1 and when add a field in
> a table the
> autocompletion of the data type not work (i.e. in 1.4.0 if i
> write field
> name, tab to select data type and then t "text" datatype appear, in
> 1.4.1 remain SET).

It works for me.. But there were some major changes in that code as a
result of some incompatible API changes made in wxWidgets :-( Did you
build it yourself? If so, what version of wxWidgets did you use?

Regards, Dave.


Re: 1.4.1 missing feature?

От
Roberto Tagliaferri
Дата:
Dave Page ha scritto:
>  
>
>   
>> -----Original Message-----
>> From: pgadmin-support-owner@postgresql.org 
>> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of 
>> Roberto Tagliaferri
>> Sent: 13 December 2005 08:13
>> To: pgadmin-support@postgresql.org
>> Subject: [pgadmin-support] 1.4.1 missing feature?
>>
>> Hi, i've upgrade from 1.4.0 to 1.4.1 and when add a field in 
>> a table the 
>> autocompletion of the data type not work (i.e. in 1.4.0 if i 
>> write field 
>> name, tab to select data type and then t "text" datatype appear, in 
>> 1.4.1 remain SET).
>>     
>
> It works for me.. But there were some major changes in that code as a
> result of some incompatible API changes made in wxWidgets :-( Did you
> build it yourself? If so, what version of wxWidgets did you use?
>
> Regards, Dave.
>
>   
I've get the slack packages

-- 
Roberto Tagliaferri
Responsabile Progettazione & Produzione
TosNet s.r.l. - Internet Service Provider
r.tagliaferri@tosnet.it
www.tosnet.it



Re: 1.4.1 missing feature?

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Roberto Tagliaferri
> Sent: 13 December 2005 09:07
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] 1.4.1 missing feature?
>
> > It works for me.. But there were some major changes in that
> code as a
> > result of some incompatible API changes made in wxWidgets
> :-( Did you
> > build it yourself? If so, what version of wxWidgets did you use?
> >
> > Regards, Dave.
> >
> >
> I've get the slack packages

Ahh, yes. Certainly seems to be broken (in fact, it's gone read-only as
far as typing is concerned from what I can see).

Andreas, can you take a look please? (as usual atm) I'm swamped with
other stuff :-(

Cheers, Dave


Re: 1.4.1 missing feature?

От
Roberto Tagliaferri
Дата:
Dave Page ha scritto:
>  
>
>   
>> -----Original Message-----
>> From: pgadmin-support-owner@postgresql.org 
>> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of 
>> Roberto Tagliaferri
>> Sent: 13 December 2005 09:07
>> To: pgadmin-support@postgresql.org
>> Subject: Re: [pgadmin-support] 1.4.1 missing feature?
>>
>>     
>>> It works for me.. But there were some major changes in that 
>>>       
>> code as a
>>     
>>> result of some incompatible API changes made in wxWidgets 
>>>       
>> :-( Did you
>>     
>>> build it yourself? If so, what version of wxWidgets did you use?
>>>
>>> Regards, Dave.
>>>
>>>   
>>>       
>> I've get the slack packages
>>     
>
> Ahh, yes. Certainly seems to be broken (in fact, it's gone read-only as
> far as typing is concerned from what I can see).
>
> Andreas, can you take a look please? (as usual atm) I'm swamped with
> other stuff :-(
>
> Cheers, Dave
>
>   
I've compiled all myself (wx-gtk 2.6.2 and pgadmin3 1.4.1) but the 
problem remain the same.

-- 
Roberto Tagliaferri
Responsabile Progettazione & Produzione
TosNet s.r.l. - Internet Service Provider
r.tagliaferri@tosnet.it
www.tosnet.it



Re: 1.4.1 missing feature?

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Roberto Tagliaferri
> Sent: 04 January 2006 07:26
> To: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] 1.4.1 missing feature?
>
> I've compiled all myself (wx-gtk 2.6.2 and pgadmin3 1.4.1) but the
> problem remain the same.

IIRC, this was a problem with autocomplete not working completely? If
so, you might want to try the latest code from
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/branches/REL-1_4_0_PATCHES/pg
admin3/. There have been additional fixes for the API changes mentioned
since 1.4.1. We think everything is OK now.

Regards,Dave.