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 » [bug?] Can't Convert::Scan rows in ArrayCtrl
Re: [bug?] Can't Convert::Scan rows in ArrayCtrl [message #43479 is a reply to message #42717] Sat, 09 August 2014 10:15 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Nope, ArrayCtrl always uses only Format.

Scan (and Filter) is meant for input fields (EditField) or similiar situations.

I think you can describe situation as

- Format is usually meant to convert some original Value to some readable output.
- Scan is meant to convert this readable output back to original Value

Now ArrayCtrl stores (usually) original Values. What you expected it to do is to convert this original Value to... what? another original Value?

Another argument is that you can easily convert Value stored in ArrayCtrl to any other Value easily (e.g. in DDClick).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [BUG & FIX] in HeaderCtrl::LeftDouble
Next Topic: GridCtrl sorting
Goto Forum:
  


Current Time: Mon Apr 29 15:07:21 CEST 2024

Total time taken to generate the page: 0.02225 seconds