| T O P I C R E V I E W |
| tinkusch |
Posted - 03/15/2005 : 11:01:59 AM Origin Version (Select Help-->About Origin): 7.5 Operating System:XP
Hi, is there a way to change & control the size and position of windows (graph-windows and wks-windows)on the ORIGIN desktop? I want to make shure, that a window pops up every time at the same position and with the same size. Would be fine, if I could freeze the size and the position. Thanks for any help
Stefan
|
| 3 L A T E S T R E P L I E S (Newest First) |
| tinkusch |
Posted - 03/17/2005 : 02:49:48 AM Hi, the code examples in OriginC-help only work with worksheets. To make it work also with graphs-windows, change the following line WorksheetPage testWks("MyWorksheet"); to Page testWks("MyGrWin");
in the OriginC-functions: void test_MoveWindow() and void test_GetWindowRect()
|
| tinkusch |
Posted - 03/16/2005 : 04:07:34 AM Hi Mike,
that is what I needed Thanks! Stefan
|
| Mike Buess |
Posted - 03/15/2005 : 7:25:48 PM Hi Stefan,
That is only possible with Origin C. See GetWindowRect and MoveWindow in the programming guide...
OriginC Language Reference > Classes > User Interface Controls > Window
Mike Buess Origin WebRing Member |