I have a 64 bit VIP 9x application in which I cannot set custom tab stops in a dialog listbox control.
The listbox uses the default tab stops, no matter how I set the custom tab stops.
So, I created a tiny test application and found that custom tab stops work when compiled to a 32 bit application, but NOT when compiled to a 64 bit application with VIP 9x -- I haven't tested 10x yet.
64 BIT Dialog
32 BIT Dialog
-
- VIP Member
- Posts: 458
- Joined: 5 Nov 2000 0:01
Listbox control - setting specific tab columns in a 64 bit application
You do not have the required permissions to view the files attached to this post.
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
Re: Listbox control - setting specific tab columns in a 64 bit application
Perhaps you could zip and attach the project (without exe(64) and obj(64) directories).
Regards Thomas Linder Puls
PDC
PDC
-
- VIP Member
- Posts: 458
- Joined: 5 Nov 2000 0:01
Re: Listbox control - setting specific tab columns in a 64 bit application
Test project is attached.
Press F8 to open the dialog, as usual.
Unravelling that glitch was breaking my brain for a while.
Press F8 to open the dialog, as usual.
Unravelling that glitch was breaking my brain for a while.

You do not have the required permissions to view the files attached to this post.
-
- VIP Member
- Posts: 1466
- Joined: 28 Feb 2000 0:01
Re: Listbox control - setting specific tab columns in a 64 bit application
I think it may be caused by a violation of some restrictions on the run stack. If that is indeed the case then it is caused by some kind of code generation bug. We will of course investigate it further.
Regards Thomas Linder Puls
PDC
PDC