http://bugs.winehq.org/show_bug.cgi?id=3484
------- Additional Comments From nospam(a)thenerdshow.com 2005-10-10 01:52 -------
I think it's http://cvs.winehq.org/patch.py?id=19745 that's causing it. I tried
replacing some of the binary files and it does sorta fix the problem (if you
ignore the crashes from bad headers). I will try a pre-compiled RPM
distribution of wine 20050930 to see if maybe that fixes the problem. If so
then I am doing something wrong with my build setup or perhaps a bug my GCC (4.0.1).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3521
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 01:42 -------
Adam Schreiber, the Slackware maintainer, says
> I'll fix it for the next release.
>
> Adam
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2372
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 01:39 -------
IE 6 SP1 installs fine on Wine CVS if you follow the manual instructions in the
HOWTO at http://appdb.winehq.org/appview.php?versionId=469
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 01:30 -------
I don't know... maybe it looks at SB_THUMBPOSITION on WM_VSCROLL (not sure what
SB_ENDSCROLL does). Undocumented API's are so much fun...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From mike(a)codeweavers.com 2005-10-10 01:03 -------
It's really a question of when we should be triggering the event. I'm not sure
how MSI is meant to know that the user has scrolled down to the end of the
License text... the current ScrollableText implementation doesn't do that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 00:42 -------
According to MSDN:
"The ControlEvent table allows the author to specify the Control Events started
when a user interacts with a PushButton Control, CheckBox Control, or
SelectionTree Control. These are the only controls users can use to initiate
control events."
I checked License, and it is a control of type ScrollableText.
What should be done about this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 00:28 -------
Actually, here's the corrected output:
Dialog: L"License_Dialog", Control: L"License", Event: L"DoAction", Argument:
L"LicenseViewedAction", Condition: L"LicenseViewed <> \"1\""
Allright, so it looks like we need to call:
msi_dialog_control_event( MSIRECORD *rec, LPVOID param )
msi_dialog_evaluate_control_conditions( msi_dialog *dialog )
upon interaction with teh License control (is this a scrolltext control? must
find out..I'll print the Control table) in the LicenseDialog dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3330
------- Additional Comments From craig(a)nch.com.au 2005-09-10 23:56 -------
Sorry I cannot provide you with source code as we are a commercial company that
does closed source delelopment. Just create a toolbar with a button of type
STD_DELETE. You should find a lot of example code on the web.
A release program with the problem is at
http://www.nch.com.au/msrs/index.html
Download and run with Wine select the button Play from the main toolbar and you
will see a missing delete icon on the next one.
You shoud test with the 20050930 version of Wine as there were startup issues
before that one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-09-10 23:51 -------
Created an attachment (id=1139)
--> (http://bugs.winehq.org/attachment.cgi?id=1139&action=view)
Some tables in hl2.msi
I just wrote a function to print some things - msi2xml didn't work for me. I
can't figure out where the Type 1 Custom Action: LicenseViewedAction is called.
Any suggestions for other tables to print?
Should actions be in a sequence, or can they be called from elsewhere?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.