Flyout menus (very often) opens at center of screen (under wine 1.4.1).
All  1-6  7-11

Previous
Next
 From:  smartavionics
7273.7 In reply to 7273.6 
Hi,

No I don't have any other problems. For certain font sizes, the gui font appears weird but for the size I normally use it looks fine. I am a moi newbie so I have not used all the program's capabilities but all the basic stuff works great.

Cheers,

Mark
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  ttype (STRUBE)
7273.8 In reply to 7273.7 
Thanks, Mark. Right now even 1.7.37 is the latest dev version and I couldn't see any bold fonts at all.

Also, this is fast now:
code:
var sp = moi.ui.getUIPanel('moi://ui/SidePane.htm');
var st = sp.document.body.style;
if (!st.display || st.display == 'block') {
    st.display = 'none';
} else {
    st.display = 'block';
}
moi.ui.mainWindow.contentChanged();

(Under 1.4.1 this looked like running on a Pentium 2 or so.)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  smartavionics
7273.9 In reply to 7273.8 
Hi ttype,

Err, forgive my ignorance, what does that snippet of code do and how do you run it?

Cheers,

Mark
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  ttype (STRUBE)
7273.10 In reply to 7273.9 
You could run it as a keyboard shortcut, it toggles the visibility of the side panel on and off.

But I just mentioned that, because Michael probably reads it. And now he knows, that not just the font thing is better in 1.7.37.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
7273.11 In reply to 7273.10 
Hi Strube, that's great news that there are other improvements in the latest dev version!

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-6  7-11