InterProcess Communication, geOpen and hiSetBindKey

Guest
Dear All,

My parent process is ofcourse skill.

I launched a child process with a child id named "childPID".

using geOpen I opened a schematic and it was successfully opened.

I binded the mouse button 1 to select only net names.

every time i will select a net name i must transfer the name in my
child process...

but childPID cause an error because it was unbound variable...

does geOpen of hiSetBindKey kill a child process?

please help!

thanks!
 
On Jan 17, 12:17 pm, bur.rosa...@gmail.com wrote:
Dear All,

My parent process is ofcourse skill.

I launched a child process with a child id named "childPID".

using geOpen I opened a schematic and it was successfully opened.

I binded the mouse button 1 to select only net names.

every time i will select a net name i must transfer the name in my
child process...

but childPID cause an error because it was unbound variable...

does geOpen or hiSetBindKey kill a child process?

please help!

thanks!
 
On Jan 17, 12:17 pm, bur.rosa...@gmail.com wrote:
Dear All,

My parent process is ofcourse skill.

I launched a child process with a child id named "childPID".

using geOpen I opened a schematic and it was successfully opened.

I binded the mouse button 1 to select only net names.

every time i will select a net name i must transfer the name in my
child process...

but childPID cause an error because it was unbound variable...

does geOpen of hiSetBindKey kill a child process?

please help!

thanks!
 
On Jan 17, 12:19 pm, bur.rosa...@gmail.com wrote:
On Jan 17, 12:17 pm, bur.rosa...@gmail.com wrote:
does geOpen OR hiSetBindKey kill a child process?
 
On Wed, 16 Jan 2008 20:19:15 -0800 (PST), bur.rosario@gmail.com wrote:

On Jan 17, 12:17 pm, bur.rosa...@gmail.com wrote:
Dear All,

My parent process is ofcourse skill.

I launched a child process with a child id named "childPID".

using geOpen I opened a schematic and it was successfully opened.

I binded the mouse button 1 to select only net names.

every time i will select a net name i must transfer the name in my
child process...

but childPID cause an error because it was unbound variable...

does geOpen of hiSetBindKey kill a child process?

please help!

thanks!
No.

Most likely it's because the variable is not accessible in the scope
you're evaluating it. Hard to tell why without seeing the code, but
you've probably just made a coding mistake.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top