User forums > Nightly builds

The 13 April 2009 build (5535) is out.

<< < (7/11) > >>

ollydbg:

--- Quote from: mmkider on April 20, 2009, 09:48:05 am ---
--- Quote from: geiermeier on April 20, 2009, 09:01:46 am ---I'm experiencing the toolbar-drag crashes with the current nightly and the library versions given in the opening post under XP SP3.

--- End quote ---

Download this wxmsw2.8.10 for my patch.

http://mmkider.googlepages.com/wxmsw28u_gcc_cb_wx2810.7z


--- Code: ---void wxAuiManager::OnFloatingPaneMoveStart(wxWindow* wnd)
{
    // try to find the pane
    wxAuiPaneInfo& pane = GetPane(wnd);
    wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));

   //patch there.
   if(!pane.frame)
        return;
       
    if (m_flags & wxAUI_MGR_TRANSPARENT_DRAG)
        pane.frame->SetTransparent(150);
}


--- End code ---

--- End quote ---

Wow, Thanks for sharing!

critic:
Please, pay attention to my question http://forums.codeblocks.org/index.php/topic,10406.msg71709.html#msg71709
You can watch sources of this plugin in attached archive qthelper.zip.

Guys, I need your help!!!


[attachment deleted by admin]

eckard_klotz:
Hello Critic.

I'm not a developer of C::B or a plug-in, so my tip may be wrong.

If I understand you right you want to change some project-adjustments but you don't have the know-how to change the application-variables of C::B in the ram of your computer.

Have you ever thought about changing the content of the xml-file that contains the project-data also? May be you have to reload your project after changing the data was changed by your plug-in to make it active. But if you can live with this solution at the moment this will be a temporary workaround until somebody can help you really.

Best Regards,
                   Eckard Klotz

stahta01:

--- Quote from: critic on April 22, 2009, 10:15:59 am ---Please, pay attention to my question http://forums.codeblocks.org/index.php/topic,10406.msg71709.html#msg71709
You can watch sources of this plugin in attached archive qthelper.zip.

Guys, I need your help!!!


--- End quote ---

Please post a "new topic" in the proper group.

Tim S

critic:
I posted a new topic "QtHelper plugin" in Developers forum -> Plugins development

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version