View Single Post
  #4 (permalink)  
Old September 4th, 2001
fmadero fmadero is offline
Apprentice
 
Join Date: September 3rd, 2001
Posts: 5
fmadero is flying high
Default I figure out my problem mabey this may shed some light on yours.

Ok as i said before the problem with my limewire was i was getting inconsistent window sizes for limewire sometimes i couldnt see anything becuase the window size was like 1280x1024 and no gui showed up. well the way i fix that is in the file limewire.props there are variables that control size of window(placement etc..) and if you set it at small size the gui remains intact so for example i set
APP_HEIGHT=700
APP_WIDTH=700
and this made my gui a good size and it was perfect everything worked and i could see everything the problem is when i close it it may change the size even if you don't resize the window at all while your using limewire. SO i guess the trick is to make the to varaibles above constant read-only and this would perfectly solve my problem.
Reply With Quote