Re: [Harbour] hbide problems

2010-01-07 Thread Pritpal Bedi


marco bra wrote:
> 
> I get this error when i try to "save as" a small piece of source code
> on Ubuntu 9.10 32 bits from hbide compiled after (Rev. 13499) svn
> build, thank.
> 
> Error BASE/1004  Message not found: HBIDE:SAVESOURCEAS
> 

Thank you, fixed.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/hbide-problems-tp27037344p27061436.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbide problems

2010-01-07 Thread marco bra
I get this error when i try to "save as" a small piece of source code
on Ubuntu 9.10 32 bits from hbide compiled after (Rev. 13499) svn
build, thank.

Error BASE/1004  Message not found: HBIDE:SAVESOURCEAS

Called from __ERRRT_SBASE(0)

Called from HBIDE:ERROR(0)

Called from (b)HBOBJECT(0)

Called from HBIDE:MSGNOTFOUND(0)

Called from HBIDE:SAVESOURCEAS(0)

Called from HBIDE:EXECACTION(470)

Called from (b)IDEACTIONS_BUILDMAINMENU(375)

Called from XBPMENU:EXEBLOCK(0)

Called from (b)XBPMENUBAR_PLACEITEM(0)

Called from QT_QEVENTLOOP_PROCESSEVENTS(0)

Called from QEVENTLOOP:PROCESSEVENTS(0)

Called from APPEVENT(0)

Called from HBIDE:CREATE(347)

Called from MAIN(104)
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


RE: [Harbour] hbide problems

2010-01-07 Thread Horodyski Marek (PZUZ)
>-Original Message-
>From: Pritpal Bedi [mailto:bediprit...@hotmail.com] 
>Sent: Thursday, January 07, 2010 6:34 AM
>To: harbour@harbour-project.org
>Subject: Re: [Harbour] hbide problems
>
>Hi
>
>Got hold of message after long, so the context is also old, but...

How do you manage to run HBIDE?
With today's distributions  (nightly zip file on XP) I have:

---
Run-time Error!
---
Error BASE/1004  No exported method: SETWINDOWFLAGS 
Called from SETWINDOWFLAGS(0)   
Called from XBPQTUILOADER:SETWINDOWFLAGS(0)   
Called from IDEFINDREPLACE:CREATE(108)   
Called from HBIDE:CREATE(298)   
Called from MAIN(104)  
---
OK   
---

Regards,
Marek Horodyski

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbide problems

2010-01-06 Thread Pritpal Bedi

Hi

Got hold of message after long, so the context is also old, but...


Viktor Szakáts wrote:
> 
>>> - I'd personally use much much less (or rather no) gradient   effects as
>>> backgrounds. It just slows down things (f.e. when   working remote, or
>>> VM) and it just distracting after the initial   impact.
>> 
>> I've tried to compile and run hbide.exe a few times, but it is not a
>> useful tool for me (yet). The most important things I expect is
>> comfortable source editor with column mark blocks, multi-file search and
>> replace, block copy and move operations between opened source files.
>> shortcuts for editing commands. All other things like themes, background
>> gradients are totally not important for me, and I would like to switch it
>> off in my setup.
> 
> You pretty much summed up my needs as well.
> 

For me too.

As we all know hbIDE is only 1 month 19 days old PLUS 
the whole learning curve to exploit Qt PLUS the memory ploblems
of hbQT, I feel hbIDE is at a pretty good grounds.

It is a general programming fact that a developer tends to 
drift with fascinations and knowledge points and I, with hbIDE, is 
not an exception. Sometimes you start some feature but end up
implementing altogether different, because, in the process of 
implemention of planned feature you learned entirely new which in turn
get implemented out of sheer curisity and fascination.

Block copy/paste is a real challenge and Qt does not provide for 
any built-in functionality. So it is taking a time. As far as editing and
building 
a project, hbIDE has got some grounds.



>> I know hbide is at very alpha stage and I do not want to say, that themes
>> are not important for a good product, but it is not that we need to begin
>> using the application.
> 
> We can certainly discuss priorities (even HBQT is 
> far from stable yet), but eventually some sort of 
> "theming" or color setup is inevitable I guess.
> I'd only be happier if the default would be more 
> clean cut MSVS/Eclipse/NetBeans-like, and not overly 
> colored. I think this would be give a more 
> familiar and more professional look to it. Easy 
> to change anytime though.
> 
> I'm mostly concerned about general stability, speed, 
> and the features you mentioned.
> 

Colors are OK and it is a mtter of half an hour for someone
to supply me the values and I will be more than happy to 
include them in sources. Anybody with MSVS/Eclispse, etc 
IDE's color schemes?

Today I implemented speed optimization, it is worth watching.
Another point is the speed of syntax highlighting the first time
text is pushed into editor where Qt tends to format the whole
document at once. To me it sounds bug. It should been like 
highlighting the viewport full of lines. But I have an idea how 
to control. Once I get hold of it, speed issue will be resolved
for ever.

For rest of the features it is just a matter of time which I have 
in plenty at this moment.

Regards
Pritpal Bedi


-- 
View this message in context: 
http://old.nabble.com/hbide-problems-tp27037344p27055270.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbide problems

2010-01-06 Thread Massimo Belgrano
+1

>The most important things I expect is comfortable source
> editor with column mark blocks, multi-file search and
> replace, block copy and move operations between opened
> source files. shortcuts for editing commands

-- 
Massimo Belgrano
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbide problems

2010-01-05 Thread Viktor Szakáts
> Viktor Szakáts wrote:
>> - I'd personally use much much less (or rather no) gradient   effects as 
>> backgrounds. It just slows down things (f.e. when   working remote, or VM) 
>> and it just distracting after the initial   impact.
> 
> I've tried to compile and run hbide.exe a few times, but it is not a useful 
> tool for me (yet). The most important things I expect is comfortable source 
> editor with column mark blocks, multi-file search and replace, block copy and 
> move operations between opened source files. shortcuts for editing commands. 
> All other things like themes, background gradients are totally not important 
> for me, and I would like to switch it off in my setup.

You pretty much summed up my needs as well.

> I know hbide is at very alpha stage and I do not want to say, that themes are 
> not important for a good product, but it is not that we need to begin using 
> the application.

We can certainly discuss priorities (even HBQT is 
far from stable yet), but eventually some sort of 
"theming" or color setup is inevitable I guess.
I'd only be happier if the default would be more 
clean cut MSVS/Eclipse/NetBeans-like, and not overly 
colored. I think this would be give a more 
familiar and more professional look to it. Easy 
to change anytime though.

I'm mostly concerned about general stability, speed, 
and the features you mentioned.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] hbide problems

2010-01-05 Thread Mindaugas Kavaliauskas

Hi,

Viktor Szakáts wrote:
- I'd personally use much much less (or rather no) gradient 
  effects as backgrounds. It just slows down things (f.e. when 
  working remote, or VM) and it just distracting after the initial 
  impact.


I've tried to compile and run hbide.exe a few times, but it is not a 
useful tool for me (yet). The most important things I expect is 
comfortable source editor with column mark blocks, multi-file search and 
replace, block copy and move operations between opened source files. 
shortcuts for editing commands. All other things like themes, background 
gradients are totally not important for me, and I would like to switch 
it off in my setup.


I know hbide is at very alpha stage and I do not want to say, that 
themes are not important for a good product, but it is not that we need 
to begin using the application.




Regards,
Mindaugas
___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


[Harbour] hbide problems

2010-01-05 Thread Viktor Szakáts
Hi All,

- "HbIDE is about to be closed" is displayed when closing it with close 
buttong, 
  but this message is unuseful. Should ask Yes/No.
- Menu stays greyed after opening a dialog and closing it.
  (f.e. check with "Options | Theme selection")
- Theme selection doesn't work on my system. Can't change the default.
- When opening the app, there is a main window created, which 
  is visibly resized to its final size, and it looks not very 
  professional. (at least I haven't seen such effect in other apps)
  This effect is present with all HBQT based apps.
- I'd personally use much much less (or rather no) gradient 
  effects as backgrounds. It just slows down things (f.e. when 
  working remote, or VM) and it just distracting after the initial 
  impact.

Really just scratching the surface.

Brgds,
Viktor

___
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour