User forums > Nightly builds

The 12 october 2006 build is out.

<< < (10/13) > >>

Belgabor:

--- Quote from: severach on October 15, 2006, 01:46:45 am ---Project | Remove Files...

It does absolutely nothing. It doesn't crash. It doesn't bring up a dialog. Now I just edit the .CBP file to remove files from my projects.


--- End quote ---

You can also remove files via right-click on the list tree.

tiwag:

--- Quote from: severach on October 15, 2006, 01:46:45 am ---Project | Remove Files...

It does absolutely nothing. It doesn't crash. It doesn't bring up a dialog. Now I just edit the .CBP file to remove files from my projects.


--- End quote ---

it does nothing until you select any project in the project manager pane.

killerbot:

--- Quote from: eranif on October 14, 2006, 08:44:39 pm ---Hi All,
A quick update:

wxFlatNotebook V2.1 is released and can be downloaded from SF.

here is summary:
Accepted changes:
- Added style wxFNB_ALLOW_FOREIGN_DND
- DeletePage, RemovePage now accepts second argument 'notify' to allows user to enable/disable
  firing of the PAGE_CLOSE/CLOSING events
- All XPM files are now located under fnb_reousrces.cpp, include fnb_resources.h
  if you need them :)
- OnRightDown - the if( m_pRightClickMenu ) was removed, when looking at the code
  I did support for custom user menus, but forgot to remove this 'if' ...
- SetSelection now fires the events: wxEVT_COMMAND_FLATNOTEBOOK_PAGE_CHANGED/ ING instead of OnLeftDown
- OnDropTarget - changed to fit the new style wxFNB_ALLOW_FOREIGN_DND
- Fixed drawing issues with VC7.1 & Fancy style AND bottoms tabs
- Added the missing 'x' button on active tab for VS8 style

Not accepted:
- Changes to the header include (1, 2, 3)
- AddPage, InsertPage - Not accepted, I am not sure if it is needed anymore. However, I DO know
  that a invisible tab must have -1, -1 position set. So far I did not get any drawing
  artifacts, can you guys check and tell me if it still exists?
- OnMiddleDown - like you mentioned, this patch can safely be ignored

Hope now it will be easier for you to handle new versions of wxFlatNotebook :)

Eran


--- End quote ---

CB sources updated :
 - did not re-apply the OnMiddleDown (for above reasons)
 - headers remain unchanged -> restructured our source tree
 -AddPage/InsertPage not re-applied, let's see what gives ...

1 *important* change in wxFlatNotebook.cpp : the comment where the boss's name is mentioned "Yiannis".
In your sources it's misspelled ... we don't want to get the Don angry ;-)

eranif:

--- Quote ---1 *important* change in wxFlatNotebook.cpp : the comment where the boss's name is mentioned "Yiannis".
In your sources it's misspelled ... we don't want to get the Don angry Wink
--- End quote ---

I could not find it in my sources ... maybe I deleted it by accident?  :oops:

just give me the line number and source (and the comment) and I will add it again ...

Eran

severach:

--- Quote from: tiwag on October 15, 2006, 05:22:56 am ---it does nothing until you select any project in the project manager pane.

--- End quote ---
"Add Files.." works anytime and "Remove Files..." only works when a project is selected. That discontinuity is why I didn't look any further. Add, Add Recursively, and Remove must behave exactly the same. You have some options:

1 All grayed out when a project is not selected
2 All available when a workspace contains exactly one project even if it isn't selected
3 An irritating dialog is displayed telling me to click on something or other before trying again.
4 Both always apply to the project that is currently active. There is no need to select it. The options were never greyed out or non working before because there must always be an active project and what does active mean anyways if not that?

I prefer #4 because that's the way Add already works. If I want to add to a project other than the active one I can right click.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version