Am 06.02.2010 00:52, schrieb Benoît Minisini:
>> Salut,
>>
>> I still haven't solved the Draw.Text tab problem, but I'v a new one (a
>> problem).
>>
>> If you open the printer-setup the first time, the 'Print to printer' is
>> chosen, and the target-file behind 'Print to file' is empty.
>>
>> If yo
On 08/02/10 03:56, P. Hightower wrote:
> I've been trying to find an answer to this question all afternoon and can't
> seem to find it or figure it out from experimentation.
>
> I'm working on a small program that relies on ListBox controls for selecting
> an option. Right now the Form loads with t
> hi,
>
> I installed SVN 3 rev 2663 from the scratch yesterday; the old problems
> are gone, one new: I can paint a TabStrip, but it is completly
> transparent, no borders, no tabs, no nothing - can't even find it on the
> form, when not selecting a big area around where I presume it.
>
> (Ubunt
> > I wondered how to this this, as I'm in the process of using this sample
> > to do some work in my program.
> >
> > thanks in anticipation.
> >
> > regards
> >
> > Richard
>
> What are the contents of txtFind.Text?
>
> The PdfDocument.Find() method does the following internally:
>
> Con
Thanks to all of you! I was a totally idiot! I've commented out one part of
the querry text, where the WHERE clausule were defined.[?]
Csaba
<<338.gif>>--
The Planet: dedicated and managed hosting, cloud storage, colocation
Sorry, don't think I can help you here.
Matti
Am 07.02.2010 20:17, schrieb M. Cs.:
> I'm developing the GamCat cataloging program. I'd like to add possibilities
> to scan CD/DVDs and to create thumbnail images, which would be stored in a
> database file, and the user could optionaly see the thumbn
I've been trying to find an answer to this question all afternoon and can't
seem to find it or figure it out from experimentation.
I'm working on a small program that relies on ListBox controls for selecting
an option. Right now the Form loads with the ListBox with nothing selected
and a value of
I'm developing the GamCat cataloging program. I'd like to add possibilities
to scan CD/DVDs and to create thumbnail images, which would be stored in a
database file, and the user could optionaly see the thumbnails of the
pictures in a TreeView , which would visually display the content of the
archi
Hi M. Cs.,
I'm not really sure what you want.
Is it: the user chooses a picture directory, and you want to display the
thumbnails of the pictures? In PictureBoxes, or frames containing PictureBoxes?
Then you wouldn't need any database, and I could help you. Did this with just an
array of file na
> I'm slightly going angry.
>
> This excerpt shows the part of code which aims to give each file in the
> TreeView its thumbnail image:
>
> querry = "SELECT FPath,FName,FSubs FROM " & CD
> valasz = DBconX.Exec(querry)
> FOR EACH valasz
> fle.Add(valasz!"FName")
Don't use quote there. It is:
> > I'm almost there. Still I have a big problem and a possible bug:
> > When I do a querry:
> > querry="SELEC * FROM Thumbs WHERE fajl='b1.jpg' AND volume='ALPHA';"
> >
> > I'm getting 0 hits, although when I do the same querry in terminal, I
> > have exactly 1 shot, as it has to be.
> >
> > Struc
I'm slightly going angry.
This excerpt shows the part of code which aims to give each file in the
TreeView its thumbnail image:
querry = "SELECT FPath,FName,FSubs FROM " & CD
valasz = DBconX.Exec(querry)
FOR EACH valasz
fle.Add(valasz!"FName")
pth.Add(valasz!"FPath")
subs.Add(valasz!"FSubs")
tipu
Hi Jussi,
tried it out, no change:
I got some warnings at sudo make install:
Compiling gb.form...
warning: cannot read component list file: gb.form.list
OK
Installing gb.form...
Compiling gb.form.dialog...
OK
Installing gb.form.dialog...
Compiling gb.form.mdi...
warning: cannot read component lis
The mistery goes on:
I managed to get the results with closing the connection in other part of
code:
altea.Type = "sqlite"
altea.Host = User.Home & "/.GamCat"
TRY altea.Open()
IF NOT altea.Databases.Exist(User.Home & "/.GamCat/ImageThumbs") THEN
altea.Databases.Add("ImageThumbs")
WAIT 0.5
altea.Cl
The follwing code works
hResult = $hConn.Find("addresses", , "ORDER BY lastname")
but result is not sorted. Of course I could use .EXEC with full SQL string
but
--
View this message in context:
http://old.nabble.com/use-of-ORDER-BY-in-gb.Find-tp27489573p27489573.html
Sent from the gambas-
Hi Jussi,
I'll try it now. I assume the problem is here somewhere.
Thanks
Dag
Am Sonntag, den 07.02.2010, 17:08 +0200 schrieb Jussi Lahtinen:
> I have no problems with autocomplete either.
> When I write "use", it will offer "User", and when I continue to
> "User." it offers me all options, inc
I have no problems with autocomplete either.
When I write "use", it will offer "User", and when I continue to
"User." it offers me all options, included "Home".
Can you provide the source code?
Have you tried to remove Gambas3 and install it again?
To remove:
sudo rm -f /usr/local/bin/gbx3 /usr/lo
Hi Jussi,
I tried Debug user.home
Allready here it says, not an object.
Also, autocomplete with user, does not work, as f.ex. in Application.p->
Application.Path
Somehow User is not present, and to be honest, I don't know how to fix
that.
Regards
Dag
Am Sonntag, den 07.02.2010, 13:51 +0200 sch
> I wondered how to this this, as I'm in the process of using this sample to
> do some work in my program.
>
> thanks in anticipation.
>
> regards
>
> Richard
>
What are the contents of txtFind.Text?
The PdfDocument.Find() method does the following internally:
Conv$(txtFind.Text, "U
Disturbing... Try to print out whole path (before using it) and
compare it to working fixed path.
If the path is correct, then there must be error in somewhere else.
Jussi
On Sun, Feb 7, 2010 at 04:30, Dag Jarle Johansen
wrote:
> Hi,
>
> TabsStrip is good, still have the curoius error with user
I wondered how to this this, as I'm in the process of using this sample to do
some work in my program.
thanks in anticipation.
regards
Richard
<>--
The Planet: dedicated and managed hosting, cloud storage, colocation
St
21 matches
Mail list logo