D
David
Guest
Does anyone have a working example of how to use
hiCreateTabField?
I have tried everything I know (and that is not very much) trying to
make the ?fields parameter happy with no success.
Below is a copy of the area of code that I think is giving me
the trouble:
--------------\snip\---------------
jnkField = list( list( hiCreateFrameField(
?name 'ppFrame2
?labelText "Power Plots"
?enabled t
) 15:50 frameWidth:yCrdMax 20
))
tabField = list( list( hiCreateTabField(
?name 'ppTabField
?fields jnkField
?tabs list( "tab1" "tab2" )
?value 1
?tabPlacement 'top
?tabOrderIsAddOrder 't
?callback ""
?notebookStyle 'nil
) 100:20 500:100
)) ;;; end list list
BPForm = hiCreateAppForm(
?name 'BP_configForm
?formTitle "Batch Plot"
?callback list( "BPJnk1()" "BPJnk2()" )
?unmapAfterCB t
?buttonLayout 'OKCancel
?help ""
?initialSize frameWidth+50:yCrdMax+800
?fields tabField
) ;;; end hiCreateAppForm
TIA,
David
hiCreateTabField?
I have tried everything I know (and that is not very much) trying to
make the ?fields parameter happy with no success.
Below is a copy of the area of code that I think is giving me
the trouble:
--------------\snip\---------------
jnkField = list( list( hiCreateFrameField(
?name 'ppFrame2
?labelText "Power Plots"
?enabled t
) 15:50 frameWidth:yCrdMax 20
))
tabField = list( list( hiCreateTabField(
?name 'ppTabField
?fields jnkField
?tabs list( "tab1" "tab2" )
?value 1
?tabPlacement 'top
?tabOrderIsAddOrder 't
?callback ""
?notebookStyle 'nil
) 100:20 500:100
)) ;;; end list list
BPForm = hiCreateAppForm(
?name 'BP_configForm
?formTitle "Batch Plot"
?callback list( "BPJnk1()" "BPJnk2()" )
?unmapAfterCB t
?buttonLayout 'OKCancel
?help ""
?initialSize frameWidth+50:yCrdMax+800
?fields tabField
) ;;; end hiCreateAppForm
TIA,
David