Skip to main content
Post Closed as "Duplicate" by m_goldberg, MarcoB, dr.blochwave, LLlAMnYP, Dr. belisarius
Routine clean-up
Source Link
m_goldberg
  • 108.6k
  • 16
  • 107
  • 263

How can I create a new window with a Manipulate expression?

Currently I'm using:

Manipulate[ {options, {ODE, r2, ViewPD, IC},   Column[{ Row[{Style["ODE: ", Italic] }]}],   {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField},   Grid[{{"Phase Diagram: "}}],   {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},   Grid[{{"Vector Field: "}}],    {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},  Grid[{{"Poincare Sections: "}}],   {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},   ControlPlacement -> Left] 

The result is displayed in the notebook containing the Manipulate expression. Now I need the result to be displayed in a new window.

How can I create a new window with a Manipulate expression?

Currently I'm using:

Manipulate[ {options, ODE, r2, ViewPD, IC}, Column[{ Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Vector Field: "}}],    {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},  Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False},  ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, ControlPlacement -> Left] 

The result is displayed in the notebook containing the Manipulate expression. Now I need the result to be displayed in a new window.

How can I create a new window with a Manipulate expression?

Currently I'm using:

Manipulate[ {ODE, ViewPD, IC},   Column[{Row[{Style["ODE: ", Italic] }]}],   {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField},   Grid[{{"Phase Diagram: "}}],   {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},   Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}],   {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar},   {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},   ControlPlacement -> Left] 

The result is displayed in the notebook containing the Manipulate expression. Now I need the result to be displayed in a new window.

Routine clean-up
Source Link
m_goldberg
  • 108.6k
  • 16
  • 107
  • 263

how How to create a new window with manipulate?

how toHow can I create a new window with manipulate?

anyone can help to create a window manipulate.

for instance:Manipulate expression?

Currently I'm using:

Manipulate[ {options, ODE, r2, ViewPD, IC}, Column[{ Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},         (*{{r2,False,"remainder \ "},{True,False},ControlType\[Rule]RadioButtonBar},*)  Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}  , , ControlPlacement -> Left   ]Left] 

,the The result is displayed in the notebook containing the Manipulate expression.

  Now I need the result to be displayed in a new window.

how to create a new window with manipulate?

how to create a new window with manipulate?

anyone can help to create a window manipulate.

for instance:

I'm using:

Manipulate[{options, ODE, r2, ViewPD, IC}, Column[{Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},         (*{{r2,False,"remainder \ "},{True,False},ControlType\[Rule]RadioButtonBar},*)  Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}   , ControlPlacement -> Left   ] 

,the result is displayed in the notebook.

  Now I need the result to be displayed in a new window.

How to create a new window with manipulate?

How can I create a new window with a Manipulate expression?

Currently I'm using:

Manipulate[ {options, ODE, r2, ViewPD, IC}, Column[{ Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, ControlPlacement -> Left] 

The result is displayed in the notebook containing the Manipulate expression. Now I need the result to be displayed in a new window.

how to create a new window with manipulate?

anyone can help to create a window manipulate.

for instance:

I'm using:

Manipulate[{options, ODE, r2, ViewPD, IC}, Column[{Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},

({{r2,False,"remainder
"},{True,False},ControlType[Rule]RadioButtonBar},
)

Grid[{{"Vector Field: "}}],

{{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},

Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}

, ControlPlacement -> Left

]

Manipulate[{options, ODE, r2, ViewPD, IC}, Column[{Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, (*{{r2,False,"remainder \ "},{True,False},ControlType\[Rule]RadioButtonBar},*) Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField} , ControlPlacement -> Left ] 

,the result is displayed in the notebook.

Now I need the result to be displayed in a new window.

how to create a new window with manipulate?

anyone can help to create a window manipulate.

for instance:

I'm using:

Manipulate[{options, ODE, r2, ViewPD, IC}, Column[{Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},

({{r2,False,"remainder
"},{True,False},ControlType[Rule]RadioButtonBar},
)

Grid[{{"Vector Field: "}}],

{{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField},

Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}

, ControlPlacement -> Left

]

,the result is displayed in the notebook.

Now I need the result to be displayed in a new window.

how to create a new window with manipulate?

anyone can help to create a window manipulate.

for instance:

I'm using:

Manipulate[{options, ODE, r2, ViewPD, IC}, Column[{Row[{Style["ODE: ", Italic] }]}], {{ODE, x^2 + r, "x[t]="}, ControlType -> InputField}, Grid[{{"Phase Diagram: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, (*{{r2,False,"remainder \ "},{True,False},ControlType\[Rule]RadioButtonBar},*) Grid[{{"Vector Field: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField}, Grid[{{"Poincare Sections: "}}], {{ViewPD, False, "Show PD:"}, {True, False}, ControlType -> RadioButtonBar}, {{IC, "{{r,x}}", "Initial Conditions:"}, InputField} , ControlPlacement -> Left ] 

,the result is displayed in the notebook.

Now I need the result to be displayed in a new window.

Source Link
ivan
  • 85
  • 5
Loading