Re: AW: [Hbasic-userinfo] help...
Status: Beta
Brought to you by:
mengels
|
From: <rau...@on...> - 2004-06-16 20:39:43
|
Engels, Marcus escribi=F3:
>Hello Ra=FAl,
>
>thanks for your information about the problems compiling the last HBasic
>version. I tried to include the kspreadcalc library to allow the user to
>access the calculator from the kspread program but I didn't check if the
>library is on the computer in the configure script. I tried to add the
>search for the library in a new configure file which I have appended to =
this
>mail. Please try to unpack it in the HBasic directory and rerun ./config=
ure.
>If you still cannot compile the last version of HBasic with this configu=
re
>script please send me another mail.=20
>
>I will also try to fix the problem with the fileselect dialog but my fir=
st
>idea has been to delete it from the package. The problem is that the
>QFileSelect box from the Qt library which I have used for HBasic is not =
a
>normal widget. I think I will have to create a new component sourcecode
>which may be used a a Fileselect box. Maybe this will already in the nex=
t
>version. If not it will be on my ToDo list.
>
>Marcus
>
>
>
> =20
>
Hello again Marcus,
I compiled perfectly hbasic with the new configure file, thanks for the=20
fix. :)
Now I will ask you some questions and suggestions ;)
- Is possible that an hbasic application use by default the font that=20
I'm using on my system? I know that I can change it in hbasic, but I=20
think that will be better that the applications use the font of the syste=
m.
- As I am using kde with an spanish translation, if I open the file=20
dialog of hbasic it's in english, why does happen this? Will happen the=20
same issue with the filedialog selector component?
- I am using 1024x768 as resolution but it seems that I can't see all=20
the components of the input tab :(
- I create a simple applicattion with a button: if I make double-click=20
many times in the button it writes the procedure as many times as I made=20
double click.
I add on the procedure a sentence like this: msgbox ("testing"). I know=20
that this is incorrect, but when I execute the program the compiler says=20
nothing about it.
That's all, you're doing an excellent work with Hbasic. I like it a lot=20
because it's very easy and it's a compiler and not an interpreter :)
Best regards,
Raul
|