Recent

Recent Posts

Pages: [1] 2 3 ... 10
1
Graphics / Re: Curling Pythagoras Tree: Ready for download
« Last post by AlexTP on Today at 03:04:02 pm »
Tree is built wrong.
Look at pic attached above, screen_extraFeaturePythagTree trans new.png  .

- bottom square is the base. ok.
- above it you make 90grad triangle with 2 squares on sides. ok
- on the left square you make another 90grad triangle - wrong. it don't look like 90grad triangle. and 2 squares on side of THIS triangle are wrong!
2
Maybe whatever code saves the file "fname" needs to do a flush?

If you step through the code you add delays. The OS could in the meantime perform such tasks. And if you run without stepping the code simply is "too fast".
3
TAChart / Re: [SOLVED] Combined pointer style
« Last post by CM630 on Today at 02:48:41 pm »
Things seem to work as they need to, it is time to set the thread to solved  :D
4
Windows (32/64) / Re: Complex package installation problem
« Last post by JonBondy on Today at 02:46:19 pm »
The UOS player compiles after correcting for a missing USES statement, but 1) it always opens with a big black form behind the actual program, almost as if it ran a DOS window from which it then ran the actual program; and B) it ALWAYS asks where the libraries are, which is pretty annoying.  But it works.

The OvoPlayer causes an exception in the IDE and has so many missing pieces that I gave up.

Jon
5
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by rvk on Today at 02:35:41 pm »
RVK, my monitor is set to 1920 x 1080. It will allow higher setting but going to play around with the display widths a bit.
I actually mean the dpi setting, not the resolution.
Normally the dpi setting is 96 dpi (dots per inch).
You can check this (on Windows) by using right click on the desktop and choosing display setting.
What is under Scale and layout the size of the text? 100% ??

You can also check this with ShowMessage(Screen.PixelsPerInch.ToString);
It should say 96. If it's anything else that could interfere with some components (expecting a dpi of 96).
(They should work correct but in this instance that could be the cause)
6
Showmessage(E.Message) displays

Unable to open file "710032824SHL.pdf": The system cannot find the file specified.

The pdf was created in the correct directory with the proper filename.

I will look into the newer ssl/tls stuff when i fix this.
Did you pass the path to the File, too?
A Path to a file is part of the Filename itself
7
Showmessage(E.Message) displays

Unable to open file "710032824SHL.pdf": The system cannot find the file specified.

The pdf was created in the correct directory with the proper filename.

I will look into the newer ssl/tls stuff when i fix this.
8
LCL / Re: Using KeyPress event, how to get subsequent key presses?
« Last post by Zvoni on Today at 02:24:42 pm »
Would it be better to use keydown event instead for this?
rather KeyUp
KeyDown fires permanently, when you hold a key down.
KeyUp only fires once per "Key-Press"

Interesting, so the key up event isn’t too late to set the key to #0 ?
Depends on the use-case.
Just create all three events and put some Writeln's in.
You'll see what's "on time" and what's too late
9
LCL / Re: Controlling the behavior - JVCLLaz - JvDBLookUpCombo?
« Last post by 1HuntnMan on Today at 02:18:12 pm »
RVK, my monitor is set to 1920 x 1080. It will allow higher setting but going to play around with the display widths a bit.
10
LCL / Re: Using KeyPress event, how to get subsequent key presses?
« Last post by Joanna on Today at 02:15:13 pm »
Would it be better to use keydown event instead for this?
rather KeyUp
KeyDown fires permanently, when you hold a key down.
KeyUp only fires once per "Key-Press"

Interesting, so the key up event isn’t too late to set the key to #0 ?
Pages: [1] 2 3 ... 10

TinyPortal © 2005-2018