Brian,

I have reviewed the code you sent to the mailing list concerning this 
bug...and it does make sense. Are you trying to resize the window when 
the inwin shows up ? or is your goal to have the window size remain the 
same ?

Chris

On 02/26/2010 04:46 AM, Christopher Michael wrote:
> In actuality, the elm_win_conformant function(s) could go away as they
> are not really used anywhere of significance. The best approach, went
> wanting a window that is 'illume conformant' is to use the elm_conform
> widget. elm_win_conformant_set makes no real changes to any window,
> other than setting an X property on it that illume can read...meant to
> be used in conjunction with the elm_conform widget. Really I think the
> best approach would be to remove the elm_win_conformant calls and just
> have the elm_conform widget set the property on it's parent
> window....would avoid some confusion.
>
> dh
>
> On 02/26/2010 04:38 AM, Christopher Michael wrote:
>> 'Conformant' only signifies that the elm window knows about the size and
>> position of the Indicator and Softkey windows. Conformant has no bearing
>> on the window size at all. That being said, yes all windows in Illume
>> will be maximized, with the exception of dialog and splash windows.
>>
>> dh
>>
>> On 02/26/2010 03:47 AM, Brian Wang wrote:
>>> Hello all,
>>>
>>> I've noticed there has been a new set of Illume-conformat APIs going
>>> into Elementary. I guess it hints whoever that needs it about the
>>> compatibility? I assume that by 'conformant' it states it's
>>> maximized, but I'm not sure.
>>>
>>> By adding
>>> elm_win_conformant_set(win, 1);
>>> and the patch, the positioning problem is gone. The modified code is
>>> also attached.
>>>
>>> Is it the proper fix? Please have a look at the patch and correct it
>>> as you see fit. There's probably some indentation issue.
>>>
>>> Thanks.
>>>
>>>
>>> brian
>>>


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to