| Author |
Message |
Rajeswaran M
Guest
|
Posted:
Mon Dec 20, 2004 1:23 pm Post subject:
Query gives reduced property window in schematic |
|
|
When particular object is queried the property window is small and we
need to resize every alternative time. Also during that time the icfb
hangs for few seconds. we started facing the problem since our recent
linux migration. The problem exists both in KDE and Gnome environments.
Any help?
|
|
| Back to top |
|
 |
Bernd Fischer
Guest
|
Posted:
Mon Dec 20, 2004 6:55 pm Post subject:
Re: Query gives reduced property window in schematic |
|
|
This is known at Cadence and they post a Solution for this on
Sourcelink # 11139956.
Here it is it's a kind of wrapper SKILL around the 'schHiObjectProperty'
function.
Bernd
;; Workaround Solution # 11139956 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
procedure( CCSsopCB2( l_newSize "l" )
let( ((initSize schObjPropForm->initialSize))
hiSetFormSize(schObjPropForm l_newSize)
schObjPropForm->initialSize = initSize
)
)
procedure( CCSsopCB1( )
hiRegTimer(sprintf( nil "CCSsopCB2('%L)" hiiGetFormSize(schObjPropForm) ) 10)
)
procedure( CCSschObjProp( )
hiRegTimer( "CCSsopCB1()" 1 )
schHiObjectProperty()
)
hiSetBindKey( "Schematics" "<Key>q" "CCSschObjProp( )" )
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Rajeswaran M wrote:
| Quote: | When particular object is queried the property window is small and we
need to resize every alternative time. Also during that time the icfb
hangs for few seconds. we started facing the problem since our recent
linux migration. The problem exists both in KDE and Gnome environments.
Any help? |
|
|
| Back to top |
|
 |
Pete nospam Zakel
Guest
|
Posted:
Tue Dec 21, 2004 8:26 am Post subject:
Re: Query gives reduced property window in schematic |
|
|
In article <cq61g0$16p$1@home.itg.ti.com> Rajeswaran M <m_rajeswaran@DELETETHISyahoo.com> writes:
| Quote: | When particular object is queried the property window is small and we
need to resize every alternative time. Also during that time the icfb
hangs for few seconds. we started facing the problem since our recent
linux migration. The problem exists both in KDE and Gnome environments.
Any help?
|
This bug has been reported against KDE. I have never seen it with Gnome.
What window manager are you using with Gnome?
-Pete Zakel
(phz@seeheader.nospam)
"Under capitalism, man exploits man. Under Communism, it's just the opposite."
-J. K. Galbraith
|
|
| Back to top |
|
 |
Rajeswaran M
Guest
|
Posted:
Thu Dec 23, 2004 10:08 am Post subject:
Re: Query gives reduced property window in schematic |
|
|
Hi Pete,
We use sawfish as window manager in Gnome. We do have the same problem
in this too.
Thanks
Rajeswaran
Pete nospam Zakel wrote:
| Quote: | In article <cq61g0$16p$1@home.itg.ti.com> Rajeswaran M <m_rajeswaran@DELETETHISyahoo.com> writes:
When particular object is queried the property window is small and we
need to resize every alternative time. Also during that time the icfb
hangs for few seconds. we started facing the problem since our recent
linux migration. The problem exists both in KDE and Gnome environments.
Any help?
This bug has been reported against KDE. I have never seen it with Gnome.
What window manager are you using with Gnome?
-Pete Zakel
(phz@seeheader.nospam)
"Under capitalism, man exploits man. Under Communism, it's just the opposite."
-J. K. Galbraith |
|
|
| Back to top |
|
 |
Pete nospam Zakel
Guest
|
Posted:
Tue Jan 04, 2005 6:41 am Post subject:
Re: Query gives reduced property window in schematic |
|
|
| Quote: | Pete nospam Zakel wrote:
In article <cq61g0$16p$1@home.itg.ti.com> Rajeswaran M <m_rajeswaran@DELETETHISyahoo.com> writes:
This bug has been reported against KDE. I have never seen it with Gnome.
What window manager are you using with Gnome?
|
In article <cqdj5t$sd2$1@home.itg.ti.com> Rajeswaran M <m_rajeswaran@DELETETHISyahoo.com> writes:
| Quote: | We use sawfish as window manager in Gnome. We do have the same problem
in this too.
|
That's interesting. I've tested here at Cadence using sawfish and have not
seen the problem. We've only seen the problem with KDE and twm.
The other window managers I tested that did not show the problem were mwm
(Motif), dtwm (CDE), metacity (GNOME 2.0), olwm (OpenLook) and olvwm
(OpenLook).
I've confirmed that we are making multiple resize calls, and with KDE it just
ignores the final resize(s). I've confirmed with the debugger that the final
resize call is the correct size, and due to the complexity of our software
there is no easy way to ensure that only one resize call is made.
-Pete Zakel
(phz@seeheader.nospam)
"The more we disagree, the more chance there is that at least one of us
is right." |
|
| Back to top |
|
 |
|
|
|
|