public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001587] New: eCos Config tool Ver 3.0 with vertical scroll bug
@ 2012-05-15  3:34 bugzilla-daemon
  2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-15  3:34 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

           Summary: eCos Config tool Ver 3.0 with vertical scroll bug
           Product: eCos
           Version: 3.0
          Platform: All
        OS/Version: HostOS: Win XP/7
            Status: UNCONFIRMED
          Severity: major
          Priority: low
         Component: ConfigTool
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: pvha@mail.ru
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1757)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1757)
bug of scroll bar(wxwidget)

Hi all!

I got some bugs with GUI of eCos Configuration tool ver 3.0.

I've built the eCos configuration tool version 3.0 using wxMSW 2.8.8 and Tcl
8.4.19, it could run and build eCos normally but unfortunately the vertical
scroll bar of config tree was not working properly (when i change the position
of scroll bar, for example: scrolling down, the config tree did not change
anything, you can see it in the image i attached) 
In addition, whenever i change the current project by open new .ecc project,
the config tree seem to be disappear.

Please if somebody knows this help me fix these bugs. Thank you in advance.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: eCos Config tool Ver 3.0 with vertical scroll bug bugzilla-daemon
@ 2012-05-15  3:36 ` bugzilla-daemon
  2012-05-15 15:52 ` bugzilla-daemon
  2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-15  3:36 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

Pham Van Ha <pvha@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|low                         |high

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: eCos Config tool Ver 3.0 with vertical scroll bug bugzilla-daemon
  2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
@ 2012-05-15 15:52 ` bugzilla-daemon
  2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-15 15:52 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |john@dallaway.org.uk
     Ever Confirmed|0                           |1

--- Comment #1 from John Dallaway <john@dallaway.org.uk> 2012-05-15 16:52:03 BST ---
I think this is an issue with changes to scrolling message behaviour in Windows
Vista. Try this patch:

http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/contrib/src/gizmos/splittree.cpp?r1=51581&r2=55007&view=patch

Or use a later version of wxWidgets 2.8.x.

Does that resolve the problem?

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: eCos Config tool Ver 3.0 with vertical scroll bug bugzilla-daemon
  2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
  2012-05-15 15:52 ` bugzilla-daemon
@ 2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-16  3:08 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

--- Comment #2 from Pham Van Ha <pvha@mail.ru> 2012-05-16 04:08:16 BST ---
(In reply to comment #1)
> I think this is an issue with changes to scrolling message behaviour in Windows
> Vista. Try this patch:
> 
> http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/contrib/src/gizmos/splittree.cpp?r1=51581&r2=55007&view=patch
> 
> Or use a later version of wxWidgets 2.8.x.
> 
> Does that resolve the problem?

I have used your patch but the problem doesn't change, and i also see that
later version of wxWidgets, version 2.8.12, already edited as your patch.

 I have just tried to use generic tree control by set USE_GENERIC_TREECTRL = 1
in splittree.h, it make the config tree have 2 scroll bars, 1 scroll bar have
bug as above and one could work nearly as normal but not perfect with display
of config tree. Have you used the generic tree control yet? please suggest me
some ideas about this. Thank you so much!

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: " bugzilla-daemon
  2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
  2012-05-15 15:52 ` bugzilla-daemon
@ 2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-16  3:08 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

--- Comment #2 from Pham Van Ha <pvha@mail.ru> 2012-05-16 04:08:16 BST ---
(In reply to comment #1)
> I think this is an issue with changes to scrolling message behaviour in Windows
> Vista. Try this patch:
> 
> http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/contrib/src/gizmos/splittree.cpp?r1=51581&r2=55007&view=patch
> 
> Or use a later version of wxWidgets 2.8.x.
> 
> Does that resolve the problem?

I have used your patch but the problem doesn't change, and i also see that
later version of wxWidgets, version 2.8.12, already edited as your patch.

 I have just tried to use generic tree control by set USE_GENERIC_TREECTRL = 1
in splittree.h, it make the config tree have 2 scroll bars, 1 scroll bar have
bug as above and one could work nearly as normal but not perfect with display
of config tree. Have you used the generic tree control yet? please suggest me
some ideas about this. Thank you so much!

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: " bugzilla-daemon
  2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
@ 2012-05-15 15:52 ` bugzilla-daemon
  2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-15 15:52 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |john@dallaway.org.uk
     Ever Confirmed|0                           |1

--- Comment #1 from John Dallaway <john@dallaway.org.uk> 2012-05-15 16:52:03 BST ---
I think this is an issue with changes to scrolling message behaviour in Windows
Vista. Try this patch:

http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/contrib/src/gizmos/splittree.cpp?r1=51581&r2=55007&view=patch

Or use a later version of wxWidgets 2.8.x.

Does that resolve the problem?

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001587] eCos Config tool Ver 3.0 with vertical scroll bug
  2012-05-15  3:34 [Bug 1001587] New: " bugzilla-daemon
@ 2012-05-15  3:36 ` bugzilla-daemon
  2012-05-15 15:52 ` bugzilla-daemon
  2012-05-16  3:08 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-05-15  3:36 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001587

Pham Van Ha <pvha@mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|low                         |high

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-16  3:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15  3:34 [Bug 1001587] New: eCos Config tool Ver 3.0 with vertical scroll bug bugzilla-daemon
2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
2012-05-15 15:52 ` bugzilla-daemon
2012-05-16  3:08 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2012-05-15  3:34 [Bug 1001587] New: " bugzilla-daemon
2012-05-15  3:36 ` [Bug 1001587] " bugzilla-daemon
2012-05-15 15:52 ` bugzilla-daemon
2012-05-16  3:08 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).