Display of user comments on a dialog

This forum is for eXpress++ general support.
Message
Author
User avatar
Auge_Ohr
Posts: 1428
Joined: Wed Feb 24, 2010 3:44 pm

Re: Display of user comments on a dialog

#11 Post by Auge_Ohr »

Cliff Wiernik wrote:Here is a sample also from the ACT program that would be nice to be able to emulate.
that seems me a Listview where multi-Line is no Problem.
someone have work with Codejock Report Control, that is also a Listview with "Group" Modus.

i'm still working on a native Version ... want to implement Keyboard (only Mouse yet)
http://bb.donnay-software.com/donnay/vi ... f=7&t=1583

Outlook e.g. use that Control : for every Day a Group
you also can collaps Control, like Treeview, so you can see "more" in a Dialog.
you can have multi Column
you can have Header and Footer
Zeitabrechnung.jpg
Zeitabrechnung.jpg (66.13 KiB) Viewed 6391 times
Comments welcome
greetings by OHR
Jimmy

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Display of user comments on a dialog

#12 Post by Cliff Wiernik »

Yes the the multiline column would very from record to record depending on the length of the comments. Write now, using a fixed space font, the length of the comments can range from 61-5734 characters. So each record, just in the sample would have a variable height. Alot would be single lines but many would be variable lines from 5-30 lines on average but could range to the given maximum currently limited to.

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Display of user comments on a dialog

#13 Post by rdonnay »

This would require a new browse class.
It can't be done with XbpBrowse().

It's possible to do this with a lot of static objects and a lot of screen management.
The eXpress train is coming - and it has more cars.

Post Reply