U++ framework
Do not panic. Ask here before giving up.

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: 14291
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: Sat Jun 20 21:27:13 GMT+2 2026

Total time taken to generate the page: 0.00384 seconds