Page 19 of 20

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

PostPosted: Wed Oct 27, 2010 4:03 am
by Pritpal Bedi
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.

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

PostPosted: Mon Nov 29, 2010 6:04 am
by yeangpumpeng
Push up

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

PostPosted: Tue Jan 25, 2011 9:17 am
by Silvio
Pritpal,
whath is this ?
http://docs.google.com/File?id=dhmtv9fs_334g86mgzd6_b
the report designer is free ? where we can download it ?

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

PostPosted: Thu Jan 27, 2011 11:34 am
by goosfancito
not work in windows 7
i move window hdide and close.
i click right button and close.

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

PostPosted: Thu Jan 27, 2011 11:37 am
by Silvio
also for me
not run on w7 premium

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

PostPosted: Sat Feb 05, 2011 5:23 am
by Pritpal Bedi
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 ?


I cannot reach to this page .
What is this ?

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

PostPosted: Sat Feb 05, 2011 5:24 am
by Pritpal Bedi
goosfancito wrote:not work in windows 7
i move window hdide and close.
i click right button and close.


I have no issues with Windows 7 Ultimate.
How can I reproduce your point ? Give me steps .

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

PostPosted: Sat Jul 09, 2011 6:31 am
by Pritpal Bedi
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.

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

PostPosted: Fri Jul 13, 2012 7:16 am
by Pritpal Bedi
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.

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

PostPosted: Fri Jul 13, 2012 7:20 am
by Pritpal Bedi
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.

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

PostPosted: Fri Jul 13, 2012 9:38 am
by Antonio Linares
Dear Pritpal,

Many thanks :-)

Is there a URL where FWH users can download HbIde already built to test it and provide feedback ?

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

PostPosted: Sat Jul 14, 2012 6:09 am
by Pritpal Bedi
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.

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

PostPosted: Sat Jul 14, 2012 7:40 am
by Otto
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

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

PostPosted: Tue Sep 11, 2012 2:59 pm
by Uwe.Diemer
PushHHHHHHHHHHHHHHHHHHHHHHHHHH

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

PostPosted: Tue Sep 11, 2012 3:18 pm
by Antonio Linares
Uwe,

Please review FWH\samples\sciedit.prg, also FiveForm.prg and FiveDBU.prg