Using a very simple line:
open (DATEI, ">test.txt") or print ("Can not open file : $!");
Test.txt does not exist, I'm trying to create it.
Program returns: Can not open file : Permission denied
And the folder has 777 permissions.
I even tried setting the GID and UID bytes - doesn't change...
I went back over the problem I was having and realized I had asked for the wrong thing. My problem is not that I need the Forms top, but rather that I need my objects top to start at the top of the window and not right after the title and menu bars. Alternatively, I just need to know the height...
I am writing a screen reader, not that there is much to write. I imported the DirectSS activex control and twenty minutes later I was up and running.
There are a couple things I need to do though. First, I need to be able to get the clipboard contents whenever something is copied to it. I think...
I need to know where the top of the window is, but Form->Top gives me the top of the window plus the height of the title bar and menu bar. Anyone know how I can either get the get the top of the window or find the height of the title bar and menu bar?
Well, I got it working, but not with anything built in. Basically I use the mouse down event to store X, Y and Sender in global variables. Then I use the mouse move event to keep setting the new X and Y of the panel, with the mouse up event setting Sender to NULL. Works fine, might be the only...
I have a picture that I want the user to be able to drag anywhere on the form. I was thinking this was just a property somewhere, but after hours of goggling, all I was able to find is a site that wants to sell me the code!
Anyone know how to just freely drag an object?
Is there a way to drag...
I am trying to create a button based off of an icon handle that is loaded at runtime.
I can get the icon to work properly as an Image, but if I try to use it as the glyph of a speed button, it has problems with transparency.
Does anyone know how to do this, with or without the VCL.
Thanks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.