Results 1 to 4 of 4

Thread: Regarding Layout PCELL

  1. #1
    Rajeswaran M Guest

    Regarding Layout PCELL

    Andrew,

    I am not sure whether this is already addressed in the forum.

    It is when my pcell needs the following flow,

    Pcell Query Form
    |
    V
    Command Button Comes from CDF
    |
    V
    Callback of Command Button
    |
    V
    Callback opens a Skill Form
    |
    V
    The form calls its "Apply" Callback, once "OK"/"Apply"-ed
    |
    V
    Form "Apply" Callback need to update the pcell
    pareameters, only in the query form not actual update.
    |
    V
    User Clicks OK/APPLY to update the actual Pcell.


    I stuck at the last two steps :|

    Regards
    Rajeswaran

  2. #2
    Andrew Beckett Guest
    On Mon, 21 Nov 2005 14:27:41 +0530, Rajeswaran M
    <m_rajeswaran@DELETETHISyahoo.com> wrote:

    Andrew,

    I am not sure whether this is already addressed in the forum.

    It is when my pcell needs the following flow,

    Pcell Query Form
    |
    V
    Command Button Comes from CDF
    |
    V
    Callback of Command Button
    |
    V
    Callback opens a Skill Form
    |
    V
    The form calls its "Apply" Callback, once "OK"/"Apply"-ed
    |
    V
    Form "Apply" Callback need to update the pcell
    pareameters, only in the query form not actual update.
    |
    V
    User Clicks OK/APPLY to update the actual Pcell.


    I stuck at the last two steps :|

    Regards
    Rajeswaran
    I think this should work if you update the effective CDF that is being dealt
    with in the form via the cdfgData variable, in the same way as you would do
    with other CDF callbacks (if people insist on using CDF callbacks to derive data
    - see my views on this in previous postings). So you could do:

    cdfgData->myParam->value=newValue

    for example - in your form's callback code. You probably need to make the popup
    form modal so that you can't change the edit properties form whilst the other
    form is still open?

    Regards,

    Andrew.

  3. #3
    Rajeswaran M Guest
    Thanks for your reply. Sorry I think I did not frame the question
    properly. The problem is not updating the pcell/cdf directly, but only
    updating the edit properties form's readonly fields.

    Andrew Beckett wrote:
    On Mon, 21 Nov 2005 14:27:41 +0530, Rajeswaran M
    m_rajeswaran@DELETETHISyahoo.com> wrote:


    Andrew,

    I am not sure whether this is already addressed in the forum.

    It is when my pcell needs the following flow,

    Pcell Query Form
    |
    V
    Command Button Comes from CDF
    |
    V
    Callback of Command Button
    |
    V
    Callback opens a Skill Form
    |
    V
    The form calls its "Apply" Callback, once "OK"/"Apply"-ed
    |
    V
    Form "Apply" Callback need to update the pcell
    pareameters, only in the query form not actual update.
    |
    V
    User Clicks OK/APPLY to update the actual Pcell.


    I stuck at the last two steps :|

    Regards
    Rajeswaran


    I think this should work if you update the effective CDF that is being dealt
    with in the form via the cdfgData variable, in the same way as you would do
    with other CDF callbacks (if people insist on using CDF callbacks to derive data
    - see my views on this in previous postings). So you could do:

    cdfgData->myParam->value=newValue

    for example - in your form's callback code. You probably need to make the popup
    form modal so that you can't change the edit properties form whilst the other
    form is still open?

    Regards,

    Andrew.

  4. #4
    Andrew Beckett Guest
    On Mon, 28 Nov 2005 10:47:08 +0530, Rajeswaran M
    <m_rajeswaran@DELETETHISyahoo.com> wrote:

    Thanks for your reply. Sorry I think I did not frame the question
    properly. The problem is not updating the pcell/cdf directly, but only
    updating the edit properties form's readonly fields.
    Accessing cdfgData is altering the effective CDF for the form, before
    it gets applied to the actual instance. So I think this should do what you
    want...

    Andrew.

Similar Threads

  1. small question, how get pcell value ?
    By rubicam88 in forum Cadence
    Replies: 2
    Last Post: 07-25-2005, 10:18 PM
  2. Find pcell "parent"
    By Roger Light in forum Cadence
    Replies: 2
    Last Post: 07-08-2005, 05:10 AM
  3. graphical pcell stretch
    By stroller in forum Cadence
    Replies: 2
    Last Post: 06-21-2005, 04:41 PM
  4. PCell stream out issue
    By Bernd Fischer in forum Cadence
    Replies: 3
    Last Post: 12-15-2004, 07:00 AM
  5. Growing pcell
    By Rauni in forum Cadence
    Replies: 1
    Last Post: 10-28-2004, 05:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum