goosfancito wrote:Where i can report error HBIDE?
Right here in this thread.
This thread is meant for this purpose.
Of course better place would be Harbour's
devel-list, but no plroblems with this thread though.
goosfancito wrote:Where i can report error HBIDE?
Push up
Pritpal,
whath is this ?
http://docs.google.com/File?id=dhmtv9fs_334g86mgzd6_b
the report designer is free ? where we can download it ?
not work in windows 7
i move window hdide and close.
i click right button and close.
also for me
not run on w7 premium
Silvio wrote:Pritpal,
whath is this ?
http://docs.google.com/File?id=dhmtv9fs_334g86mgzd6_b
the report designer is free ? where we can download it ?
goosfancito wrote:not work in windows 7
i move window hdide and close.
i click right button and close.
Hello Everybody
The latest hbIDE (r16911) tipped for Harbour release 3.0.0.
is available at http://hbide.vouch.info.
There are tons of improvements and feature additions
which is difficult to document in details. Also
http://hbide.vouch.info is rewritten to show up current version.
Please feel free to download and experiment.
It has all the new interface plus many new goodies.
Hello Everybody
On this board, after long...
Here is an important commit in HbIDE, may be of any use to you...
2012-07-12 23:33 UTC-0800 Pritpal Bedi (bediprit...@hotmail.com)
* contrib/hbide/idebrowse.prg
* contrib/hbide/ideeditor.prg
* contrib/hbide/idemain.prg
* contrib/hbide/idesources.prg
+ Implemented:
1. IdeDBU mode where .dbf(s) can be passed on command-line, as:
HbIDE.exe \harbour\tests\test.dbf myOther.dbf
This mode can be combined with pure source editing mode
where source(s) are passed on the command-line, like;
HbIDE.exe \harbour\tests\test.dbf myOther.dbf \mysources\first.prg.
This mode also hides "Main" and "Docking Widgets" toolbars,
thus presents a lean look. If a .dbf is passed as above,
then IdeDBU gets preference over source editor in terms of
application's real-estate, which seems logical. Currently,
DBFCDX driver is used to open these tables, but logic is in
place to honour other drivers; the only issue is how to get this
information on the command-line.
2. A "default.prg" source will welcome the user on "Main" panel
ready to accept input, if HbIDE is opened without any sources
made available to be opened. The actual filename will be requested
at the time of saving that source; either explicitly saved, or
on termination. This request will come-up only if the source
has been modified.
Hello Everybody
I am committed to work on HbIDE for next few weeks and looking for FWH environment embedded into it.
Your viewpoints are welcome on this stage ever reminding me not to skip anything important.
Dear Pritpal,
Many thanks ![]()
Is there a URL where FWH users can download HbIde already built to test it and provide feedback ?
Hi Antonio
HbIDE is an integral part of Harbour and is included in its nightly builds and is downloadable at :
http://sourceforge.net/projects/harbour ... e/download
Yes, this is always heavy to download everytime something new is introduced in HbIDE.
So I plan to put on my site the executable only. Users will have to download nightly build, once per month, to be on the safer side,
and HbIDE distro from my site as and when there is an update. I need to synchronize the installer exactly like Harbour's nightly build one,
and pushing HbIDE.exe in its /bin folder. That way it will be much lighter and easier to make evaluations.
Will do that in a couple of days.
Hello Pritpal,
please have a look at AUTOCODE.
http://www.atzwanger-software.com/fw/ACD5DEMO.Zip
This could offer as an add on much assistance for programmers.
Best regards,
Otto
PushHHHHHHHHHHHHHHHHHHHHHHHHHH
Uwe,
Please review FWH\samples\sciedit.prg, also FiveForm.prg and FiveDBU.prg