Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » Howto disable Insert and Append?
Re: Howto disable Insert and Append? [message #13403 is a reply to message #13401] Fri, 04 January 2008 01:15 Go to previous messageGo to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Sorry Mirek, yes I'm talking about GridCtrl.

Daniel, I tried the FixedPaste and it prevents appending but still allows inserting. What do Appending(false) and Inserting(false) do?

On the subject of copy and pasting to/from excel, I cannot paste to Excel from GridCtrl. Even when I setup like this

	GridCtrl grid;
	grid.Absolute().SearchHideRows(false).Searching(false);
	grid.EditsInNewRow(false)
		.Clipboard(true)
		.ExtraPaste(true)
		.TabChangesRow(false)
		.SelectRow(false)
		.AutoHideHorzSb(false)
		.MultiSelect(false)
		.FullColResizing(false)
		.Sorting(false)
		.MultiSorting(false)
		.EditMode(1)
		.HSizePosZ(16, 16)
		.VSizePosZ(60, 16);


Am I missing something or do I need to get the latest version from the SVN?

Nick
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to do column resizing after ShowColumn() or HideColumn()?
Next Topic: Repeated Question: How to use Clipboard in DB(SqLite3)?
Goto Forum:
  


Current Time: Tue Jul 08 22:28:27 CEST 2025

Total time taken to generate the page: 0.03611 seconds