Pritpal, HBIDE developer, assists us to use it with FWH

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Thu Aug 12, 2010 5:56 am

yeangpumpeng wrote:A simple one

Error BASE/1004 Message not found: IDEEDITSMANAGER:SELETALL
Called from __ERRRT_SBASE(0)
Called from IDEEDITSMANAGER:ERROR(0)
Called from (b)HBOBJECT(0)
Called from IDEEDITSMANAGER:MSGNOTFOUND(0)
Called from IDEEDITSMANAGER:SELETALL(0)
Called from (b)IDEDOCKS_BUILDMDITOOLBAR(1058)
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0)
Called from APPEVENT(0)
Called from HBIDE:CREATE(562)
Called from MAIN(120)



Fixed, thanks for reporting.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Thu Aug 12, 2010 5:57 am

yeangpumpeng wrote:At the outputconsole a button to clear the screen


Done.
Not as a button, but as an option in context-menu.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Thu Aug 12, 2010 5:59 am

Uwe.Diemer wrote:I see whwn i mark with " * " the Line is not marked as commented the color is the same as not Commented
IS this a bug or a feature


Neither bug not feature, but a limitation of Qt's syntax-hilighter.
Nevertheless I will make another effort to see it is implementable.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Thu Aug 12, 2010 6:00 am

Uwe.Diemer wrote:
---------------------------
HBQT Runtime Error
---------------------------

Error BASE/1004 No exported method: ADDITEM
Called from ADDITEM(0)
Called from IDESKELETONS:UPDATETREE(528)
Called from IDESKELETONS:DELETE(278)
Called from IDESKELETONS:EXECEVENT(193)
Called from (b)IDESKELETONS_SHOW(153)
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0)
Called from APPEVENT(0)
Called from HBIDE:CREATE(564)
Called from MAIN(120)
---------------------------
OK
---------------------------


Fixed, thanks for reporting.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Thu Aug 12, 2010 6:56 am

Hello Everybody

Here is the latest hbIDE - http://hbide.vouch.info/

ChangeLog r13454:

2010-08-11 23:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbptreeview.prg
! Changed: context-menu implementation protocol.

* contrib/hbide/idedocks.prg
* contrib/hbide/ideedit.prg
* contrib/hbide/idetoolbar.prg
! Fixed: many artifacts reported on FWH forum.
% Applied: IdeToolbar() class to editors area top and left toolbars.

2010-08-11 20:19 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ contrib/hbqt/qtgui/g/TQAbstractGraphicsShapeItem.prg
+ Added: omission from prev commit.

2010-08-11 18:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbqt.ch
*
* contrib/hbqt/qtcore/g/filelist.hbm
* contrib/hbqt/qtcore/g/hbqtcore.h
* contrib/hbqt/qtcore/qth/QTimeLine.qth

* contrib/hbqt/qtdesigner/g/hbqtdesigner.h

* contrib/hbqt/qtgui/g/filelist.hbm
* contrib/hbqt/qtgui/g/hbqtgui.h
+ contrib/hbqt/qtgui/qth/QAbstractGraphicsShapeItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsEllipseItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsGridLayout.qth
+ contrib/hbqt/qtgui/qth/QGraphicsItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsItemAnimation.qth
+ contrib/hbqt/qtgui/qth/QGraphicsItemGroup.qth
+ contrib/hbqt/qtgui/qth/QGraphicsLayout.qth
+ contrib/hbqt/qtgui/qth/QGraphicsLayoutItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsLinearLayout.qth
+ contrib/hbqt/qtgui/qth/QGraphicsLineItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsPathItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsPixmapItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsPolygonItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsProxyWidget.qth
+ contrib/hbqt/qtgui/qth/QGraphicsRectItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsScene.qth
+ contrib/hbqt/qtgui/qth/QGraphicsSimpleTextItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsSvgItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsTextItem.qth
+ contrib/hbqt/qtgui/qth/QGraphicsView.qth
+ contrib/hbqt/qtgui/qth/QGraphicsWidget.qth
+ contrib/hbqt/qtgui/qth/QStyleOptionGraphicsItem.qth

* contrib/hbqt/qtwebkit/g/hbqtwebkit.h

* contrib/hbqt/utils/qtcore.qtp
* contrib/hbqt/utils/qtgui.qtp

+ Added: QGraphics* classes to form the basis of ideReport Designer.

+ contrib/hbqt/qtgui/doc/en/class_*
+ contrib/hbqt/qtgui/g/Q/Q*
+ contrib/hbqt/qtcore/doc/en/class_*
+ contrib/hbqt/qtcore/g/Q*
+ Regenerated.

2010-08-10 09:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbqt.ch

+ contrib/hbide/resources/designer.png
+ contrib/hbide/resources/f-bold-1.png
+ contrib/hbide/resources/f-generic.png
+ contrib/hbide/resources/f-image.png
+ contrib/hbide/resources/f-italic-1.png
+ contrib/hbide/resources/f-strike-1.png
+ contrib/hbide/resources/f-underline-1.png
+ contrib/hbide/resources/f_align_bottom.png
+ contrib/hbide/resources/f_align_center.png
+ contrib/hbide/resources/f_align_justify.png
+ contrib/hbide/resources/f_align_left.png
+ contrib/hbide/resources/f_align_middle.png
+ contrib/hbide/resources/f_align_right.png
+ contrib/hbide/resources/f_align_top.png
+ contrib/hbide/resources/f_barcode.png
+ contrib/hbide/resources/f_box_all.png
+ contrib/hbide/resources/f_box_bottom.png
+ contrib/hbide/resources/f_box_left.png
+ contrib/hbide/resources/f_box_matrix.png
+ contrib/hbide/resources/f_box_plain.png
+ contrib/hbide/resources/f_box_right.png
+ contrib/hbide/resources/f_box_shadow.png
+ contrib/hbide/resources/f_box_top.png
+ contrib/hbide/resources/f_chart.png
+ contrib/hbide/resources/f_gradient.png

* contrib/hbide/hbide.qrc
+ Added: few more icons.

* contrib/hbide/hbide.hbp
+ Added: ideprojectmanager.prg and idetoolbar.prg

* contrib/hbide/hbide.prg
* contrib/hbide/ideactions.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideobject.prg
+ contrib/hbide/idereportsmanager.prg
+ contrib/hbide/idetoolbar.prg
+ Started: implementation of Harbour's Report Designer and Print Engine.

NOTE: It is a very complex subject and more so I have a little
knowledge about Qt's rendering system, so please do not
pin high hopes. I still do not know which way it will proceed,
will we be successful or failure, will it touch our expectations.
It is an ambitious project I ever dreamt of developing one,
so I just started. If you can extend help in this direction,
every bit will matter. So please gear-up yourselves for next logical
evolution of hbIDE.

2010-08-07 16:18 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbide.qrc
! Fixed: last minute inculsion - hbide3.png.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Uwe.Diemer » Fri Aug 13, 2010 8:25 am

About the Editor Tabs

In xmate

Image



Could u please add this

thanks Uwe Diemer
User avatar
Uwe.Diemer
 
Posts: 94
Joined: Mon Aug 09, 2010 11:00 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Uwe.Diemer » Sat Aug 14, 2010 6:59 am

Menu -> View -> Toggle Animation "Checked" dont work

Tx
User avatar
Uwe.Diemer
 
Posts: 94
Joined: Mon Aug 09, 2010 11:00 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Uwe.Diemer » Sat Aug 14, 2010 1:07 pm

---------------------------
HBQT Runtime Error
---------------------------

Error BASE/1132 Bound error: array access
Called from IDETHEMES:SETATTRIBUTES(617)
Called from IDETHEMES:EXECEVENT(248)
Called from (b)IDETHEMES_SHOW(524)
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0)
Called from APPEVENT(0)
Called from HBIDE:CREATE(567)
Called from MAIN(120)
---------------------------
OK
---------------------------
User avatar
Uwe.Diemer
 
Posts: 94
Joined: Mon Aug 09, 2010 11:00 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Sat Aug 14, 2010 9:44 pm

Uwe.Diemer wrote:---------------------------
HBQT Runtime Error
---------------------------

Error BASE/1132 Bound error: array access
Called from IDETHEMES:SETATTRIBUTES(617)
Called from IDETHEMES:EXECEVENT(248)
Called from (b)IDETHEMES_SHOW(524)
Called from QT_QEVENTLOOP_PROCESSEVENTS(0)
Called from QEVENTLOOP:PROCESSEVENTS(0)
Called from APPEVENT(0)
Called from HBIDE:CREATE(567)
Called from MAIN(120)
---------------------------
OK
---------------------------


Fixed.
Thank you.

This bug was present since begining, nobody reported though.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Sat Aug 14, 2010 9:45 pm

Uwe.Diemer wrote:Menu -> View -> Toggle Animation "Checked" dont work

Tx


Oh, yes, it does not. Actually not implemeted yet.
Will see if it is possible or not.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Sat Aug 14, 2010 9:49 pm

Uwe.Diemer wrote:About the Editor Tabs
In xmate

Image

Could u please add this


As I stated earlier, I am not been able to catch context-menu event on the tab-bar.
I am using QTabWidget() which do not forward this functionality. In-fact I must had tried
with QTabBar() + QWidget()s where it is possible. This technique is used in ideReports Manager.

Though not on priority list, as it is tool complex now to redesign the whole concept,
yet I will look into this matter sometime in future.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Sat Aug 14, 2010 10:16 pm

Pritpal Bedi wrote:
Uwe.Diemer wrote:Menu -> View -> Toggle Animation "Checked" dont work

Tx


Oh, yes, it does not. Actually not implemeted yet.
Will see if it is possible or not.


Done.
Also "Toggle Statusbar" action.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Uwe.Diemer » Mon Aug 16, 2010 5:25 pm

hello just 2 questions

when i open the ide i always have 2 dialogs in the ide stats and main

in stats i see "projects"

in main the editor

how can i change this startup behaviour

or what was the idea behind that ???

tx
User avatar
Uwe.Diemer
 
Posts: 94
Joined: Mon Aug 09, 2010 11:00 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Pritpal Bedi » Mon Aug 16, 2010 8:22 pm

Uwe.Diemer wrote:hello just 2 questions

when i open the ide i always have 2 dialogs in the ide stats and main

in stats i see "projects"

in main the editor

how can i change this startup behaviour

or what was the idea behind that ???

tx


Click on "Full Screen" left-toolbar icon.
The "Stats" tab will be hidden and "Main" will be shown maximized.
Quit hbIDE, re-run, you will only see "Main" tab in focus.

Initially, on enter, "Stats" only was the default.
Then later, the last working "Panel" became the defualt.
And just recently, when I implemented multiple "Panels" open at once,
which you can resize, rearrange, etc, last set view is the default.
enjoy hbIDEing...
Pritpal Bedi
http://hbide.vouch.info/
User avatar
Pritpal Bedi
 
Posts: 154
Joined: Thu Jun 03, 2010 6:27 am

Re: Pritpal, HBIDE developer, assists us to use it with FWH

Postby Uwe.Diemer » Mon Aug 16, 2010 8:59 pm

tx i will try
User avatar
Uwe.Diemer
 
Posts: 94
Joined: Mon Aug 09, 2010 11:00 am

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 19 guests