<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: AllMyNotes Organizer and TitleBar buttons</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=42433144-b734-46d8-8379-fa49c9f14cc2" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=42433144-b734-46d8-8379-fa49c9f14cc2</link>
<description>DisplayFusion RSS: AllMyNotes Organizer and TitleBar buttons</description>
<lastBuildDate>Wed, 08 Apr 2026 18:20:16 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=42433144-b734-46d8-8379-fa49c9f14cc2</generator>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#12</link>
<pubDate>Tue, 26 Apr 2011 17:41:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#12</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for following-up, I think I've found the issue. DisplayFusion is checking to make sure that the window is re-sizable before trying to re-size it by looking for either WS_SIZEBOX or WS_THICKFRAME. Unfortunately, AllMyNotes is a re-sizable window but doesn't have either of these window style...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for following-up, I think I've found the issue. DisplayFusion is checking to make sure that the window is re-sizable before trying to re-size it by looking for either WS_SIZEBOX or WS_THICKFRAME. Unfortunately, AllMyNotes is a re-sizable window but doesn't have either of these window styles set. I've altered DisplayFusion Beta 12 to look for WS_MAXIMIZEBOX as well as an indicator of a re-sizable window and now it should work. You may want to consider adding either WS_SIZEBOX or WS_THICKFRAME window styles to make it easier for other application to read it's status correctly. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#11</link>
<pubDate>Thu, 21 Apr 2011 13:22:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#11</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
DisplayFusion uses the SetWindowPos function to move/size other windows
....
"AllMyNotes Organizer" moves correctly, but never changes size. All I need is for your application to respond correctly to the SetWindowPos function so it can be moved and sized.
I've tried to call SetWindowPo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>DisplayFusion uses the SetWindowPos function to move/size other windows<br/>
....<br/>
"AllMyNotes Organizer" moves correctly, but never changes size. All I need is for your application to respond correctly to the SetWindowPos function so it can be moved and sized.</div></div><br/>
<br/>
I've tried to call SetWindowPos wih random coords, like this:<br/>
    intxPos = int(double(rand()) / RAND_MAX * 100);<br/>
    int yPos = int(double(rand()) / RAND_MAX * 100);<br/>
    int width = 500 + int(double(rand()) / RAND_MAX * 100);<br/>
    int height = 500 + int(double(rand()) / RAND_MAX * 100);<br/>
<br/>
    ::SetWindowPos(hWnd, NULL, xPos, yPos, width, height, SWP_NOZORDER);<br/>
<br/>
It it appears to me that it moves correctly. I did noticed only one thing - if window is maximized, man/max buttons will not change, but this is common behavior for all apps, so I guess I'm doing everything correctly - I'm handling WM_SIZE and WM_WINDOWPOSCHANGED events...<br/>
<br/>
Say, is the problem with <b>main window</b>, or one of sub-windows?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#10</link>
<pubDate>Tue, 05 Apr 2011 13:34:46 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#10</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Volodymyr , thanks for responding so quickly. DisplayFusion uses the SetWindowPos function to move/size other windows:
http://msdn.microsoft.com/en-us/library/ms633545%28v=vs.85%29.aspx
"AllMyNotes Organizer" moves correctly, but never changes size. All I need is for your application to resp...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Volodymyr , thanks for responding so quickly. DisplayFusion uses the SetWindowPos function to move/size other windows:<br/>
http://msdn.microsoft.com/en-us/library/ms633545%28v=vs.85%29.aspx<br/>
<br/>
"AllMyNotes Organizer" moves correctly, but never changes size. All I need is for your application to respond correctly to the SetWindowPos function so it can be moved and sized.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#9</link>
<pubDate>Tue, 05 Apr 2011 09:18:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#9</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Unfortunately it looks like the developer of "AllMyNotes" chose to write their own window handling code, and as a result the application isn't responding correctly to the standard windows sizing messages. I can't do anything from my end, sorry, it they will have to fix it in their applica...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Unfortunately it looks like the developer of "AllMyNotes" chose to write their own window handling code, and as a result the application isn't responding correctly to the standard windows sizing messages. I can't do anything from my end, sorry, it they will have to fix it in their application.</div></div><br/>
<br/>
Hi Jon,<br/>
<br/>
I'm the developer of <a href="http://allmynotes.vladonai.com/" target="_blank" rel="nofollow"><b>http://allmynotes.vladonai.com/</b></a>. As we support skins, we have to handle widow sizing manually. You are welcome to send me details what exactly you need to enable certain features - <div class="Image"><a href="http://www.vladonai.com/images/email_support.gif" target="_blank" data-fancybox="" data-caption="http://www.vladonai.com/images/email_support.gif" HelpButtonData="http://www.vladonai.com/images/email_support.gif" HelpButtonDataAlign="BelowMiddle"><img src="http://www.vladonai.com/images/email_support.gif" alt="http://www.vladonai.com/images/email_support.gif" title=""></a></div> <br/>
<br/>
Best regards,<br/>
Volodymyr Frytskyy
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#8</link>
<pubDate>Mon, 04 Apr 2011 21:33:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[Perfect, and if they need a more technical explanation about what DisplayFusion is trying to do, just have them post here and I'll be more than happy to provide more details for them.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Perfect, and if they need a more technical explanation about what DisplayFusion is trying to do, just have them post here and I'll be more than happy to provide more details for them. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#7</link>
<pubDate>Mon, 04 Apr 2011 21:16:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok thanks Jon for the info.
I will contact the AllMyNotes developer to see if she/he is willing to take a look and see if something can be changed.
Stéphane]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok thanks Jon for the info.<br/>
<br/>
I will contact the AllMyNotes developer to see if she/he is willing to take a look and see if something can be changed.<br/>
<br/>
Stéphane
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#6</link>
<pubDate>Mon, 04 Apr 2011 21:07:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Unfortunately it looks like the developer of "AllMyNotes" chose to write their own window handling code, and as a result the application isn't responding correctly to the standard windows sizing messages. I can't do anything from my end, sorry, it they will have to fix it in their application.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately it looks like the developer of "AllMyNotes" chose to write their own window handling code, and as a result the application isn't responding correctly to the standard windows sizing messages. I can't do anything from my end, sorry, it they will have to fix it in their application.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#5</link>
<pubDate>Mon, 04 Apr 2011 18:32:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Jon,
I am running Win 7 x64 Home Premium and here a list of some of the not working TitleBar buttons:
Span Window across all monitors
Move window to center of monitor and size to 75% (the window is centered but not resized)
Size and move Window to bottom side of the monitor (the window is mov...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Jon,<br/>
<br/>
I am running Win 7 x64 Home Premium and here a list of some of the not working TitleBar buttons:<br/>
<br/>
<ul class="ListBullet">
<li>Span Window across all monitors</li>
<li>Move window to center of monitor and size to 75% (the window is centered but not resized)</li>
<li>Size and move Window to bottom side of the monitor (the window is moved but not resized)</li>
<li>Size and move window to left side of monitor (the window is moved but not resized)</li>
<li>...</li></ul>
<br/>
So after more tests it is turning out that all the TitleBar buttons involving resizing are not properly working (resize part).<br/>
<br/>
Hope this helps.<br/>
<br/>
Thanks,<br/>
Stéphane
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#4</link>
<pubDate>Mon, 04 Apr 2011 18:13:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Which ones have you tried, which ones work and which ones don't word? Also, which version of Windows are you using?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Which ones have you tried, which ones work and which ones don't word? Also, which version of Windows are you using?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#3</link>
<pubDate>Mon, 04 Apr 2011 17:07:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi Jon,
Thanks for adding AllMyNotes compatibility in the Beta 6.
The TitleBar buttons are now showing up but unfortunately most of them do not work
Stéphane]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Jon,<br/>
<br/>
Thanks for adding AllMyNotes compatibility in the Beta 6.<br/>
<br/>
The TitleBar buttons are now showing up but unfortunately most of them do not work  <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":-(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":-(" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Stéphane
</div>
]]></content:encoded>
</item>
<item>
<title>RE: AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#2</link>
<pubDate>Mon, 04 Apr 2011 14:28:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Thanks for letting me know about this, I have fixed this issue for the upcoming Beta 6.  Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for letting me know about this, I have fixed this issue for the upcoming Beta 6. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>AllMyNotes Organizer and TitleBar buttons</title>
<link>https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2</link>
<pubDate>Sun, 03 Apr 2011 22:39:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/allmynotes-organizer-and-titlebar-buttons/?ID=42433144-b734-46d8-8379-fa49c9f14cc2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
I am using AllMyNotes Oarganizer (www.vladonai.com) and I cannot get the title buttons working with it.
I tried to add it in the list of Compatibility Windows and played with the offset values but the TitleBar buttons do not show up at all.
Could you check if there is a way to have Display...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I am using AllMyNotes Oarganizer (www.vladonai.com) and I cannot get the title buttons working with it.<br/>
I tried to add it in the list of Compatibility Windows and played with the offset values but the TitleBar buttons do not show up at all.<br/>
<br/>
Could you check if there is a way to have DisplayFusion and AllMyNotes working together?<br/>
<br/>
Thanks!<br/>
Stéphane
</div>
]]></content:encoded>
</item>
</channel>
</rss>