|
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
Posted: Mon Aug 04, 2008 9:12 am
<#MXP FRAME ...> and Scrolling |
I have not been able to turn scrolling off for windows that I create with the <#MXP FRAME> scheme, contrary to what the specs say.
Here is what I coded, perhaps there is an error:
Code: |
#MXP <FRAME Name="TEST" FLOATING Left="-80c" Top="0" Width="70c" Height="4c" SCROLLING="no">
|
I have coded it both with <... Scrolling="no"...> and by letting it default, which is so supposed to be "no". I am running CMUD 2.34, because I've experienced some other problems with creating windows in 2.35. However, I don't think that this problem is version-specific, unless there was a change to MXP from 2.33. |
|
_________________ Sic itur ad astra. |
|
|
|
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
Posted: Thu Aug 07, 2008 11:36 pm |
Scrolling="no" does not work in #MXP frames, the fact that no one claims that this is a bug means that it is just not supported. Someone ought to update the documentation.
|
|
_________________ Sic itur ad astra. |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Fri Aug 08, 2008 5:17 pm |
I'm pretty sure this is a bug. This equivalent #MAKEWINDOW should do what you want though.
Code: |
#MAKEWINDOW Test open "scrolling=no|left=80c|top=0|width=70c|height=4c" |
|
|
_________________ Asati di tempari! |
|
|
|
|
|