Loading...
Logo
Processing Forum
stillprocessing's Profile
4 Posts
4 Responses
0 Followers

Activity Trend

Last 30 days
Show:
Private Message
    Hi, 

    I try to resize my applet at runtime. I can call say size(800, 800) < do something> then size(400, 400) and it works flawlessly. 
    But when I try to resize it to screen size, I can't resize back again. 
    So after calling size(screenWidth, screenHeight) <do something> size(400, 400) the window size is still screenWdith, screenHeight. 
    The same behaviour occurs, when i call frame.setSize(screenWidth, screenHeight) and try to downsize it again. 

    Does somebody know what to do? 

    regards
    Hi, 

    I was wondering if it's possible to somehow attach controlwindows to the main window? Or set its position always relativ to main-window position (if I drag the main-window, the controlwindow should move to)?

    Are there any build-in functions or has anyone an idea how to realize it manually? 

    Thanks in advance, regards