http://bugs.winehq.org/show_bug.cgi?id=2327
Zillode <zillode(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zillode(a)gmail.com
--- Comment #8 from Zillode <zillode(a)gmail.com> 2008-04-09 16:40:39 ---
Everything seems to work fine,
just a few issues:
- Cursor stays in 'sandbox'-mode
- I can't close the 2nd window (with the graph on it): back, file->exit and the
close button of my windowmanager is ignored
(I just ran the app in my vmware and I confirm that the issues are only visible
in wine, it's not the application)
See my previous message for the output
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7205
Tefnet developers <developers(a)tefnet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |developers(a)tefnet.pl
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #33 from Tefnet developers <developers(a)tefnet.pl> 2008-04-09 15:29:32 ---
(In reply to comment #32)
> I am not sure one needs to do any MultiByteToWideChar() at all - because
> the input is really 7-bit padded to 16-bit - I think you just need to do
> parse_html_entities() before NavigateToUrl() - parse_html_entities
> does in-place modification, so one might want to make a copy of surl,
> first, but that's basically it, I think.
>
I'm doing it because after parsing chm file i've got url in format like:
"pr\00a9sentation_du_logiciel.htm" and NavigateToChm needs that url in format:
"pr\00c3\00a9sentation_du_logiciel.htm".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6801
--- Comment #32 from Hin-Tak Leung <htl10(a)users.sourceforge.net> 2008-04-09 15:14:57 ---
I am not sure one needs to do any MultiByteToWideChar() at all - because
the input is really 7-bit padded to 16-bit - I think you just need to do
parse_html_entities() before NavigateToUrl() - parse_html_entities
does in-place modification, so one might want to make a copy of surl,
first, but that's basically it, I think.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3107
--- Comment #5 from Danila Sentiabov <dsent(a)mail.ru> 2008-04-09 15:03:06 ---
Confirming this bug with AceMoney 3.10.2 and wine 0.9.59.
Native comctl32.dll helps (see HOWTO).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6801
Hans Leidekker <hans(a)it.vu.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hans(a)it.vu.nl
--- Comment #31 from Hans Leidekker <hans(a)it.vu.nl> 2008-04-09 15:01:26 ---
> Do you know what am I doing wrong?
You're converting a wide string to CP_UTF8 and then back into a wide
string specifying CP_ACP, which can't work. What are you trying to achieve?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3107
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dsent(a)mail.ru
--- Comment #4 from Lei Zhang <thestig(a)google.com> 2008-04-09 14:28:24 ---
*** Bug 12467 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5174
--- Comment #26 from Ulf Mehlig <ulf.mehlig(a)gmx.net> 2008-04-09 13:51:12 ---
Just delete the 1st line and execute the script via
python name-of-the-script-on-your-machine.py
(my first line tells the shell how to execute the script on my machine; your
python is probably not in that directory)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5174
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2008-04-09 13:45:57 ---
In current git:
austin@austin-desktop:~/.wine/drive_c/Python24$ ~/wine-git/wine python.exe
test.py
Traceback (most recent call last):
File "test.py", line 2, in ?
Files/python25/pythonw.exe
NameError: name 'Files' is not defined
Haven't tested windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.