icon.GetPixel()
procedure (which I have trouble understanding too, as you can see in [link]). Could the reference be updated to contain a more detailed explanation please?
ID:260469
![]() Nov 21 2007, 11:00 pm
|
|
Recently I saw quite a few people having trouble understanding the new
|
The reference isn't exactly the easiest way to learn how to program things, its just there for when you need to know exactly how to use a certain function, or to find out if a certain function exists.
I don't understand what's so hard about it. It shows you the proc, which arguments it accepts, what each of those arguments mean, and what kind of return value you can expect. What more do you need? |
The reference isn't exactly the easiest way to learn how to program things, its just there for when you need to know exactly how to use a certain function, or to find out if a certain function exists. What are you trying to say here? I asked for a better explanation in the reference because of the unclearness in the documentation of a certain proc in there. I don't understand what's so hard about it. It shows you the proc, which arguments it accepts, what each of those arguments mean, and what kind of return value you can expect. What more do you need? Take a look at the thread I referred to. Following the reference, the code in there should output the color in coordinates px,py of the icon I clicked in, but it doesn't. I don't think this is a bug, and I know of a few other people using the proc like I did and having the same problems (no return value), so I figured there is a need for a more detailed explanation of this proc in the reference. |
DivineO'peanut wrote:
I don't think this is a bug, and I know of a few other people using the proc like I did and having the same problems (no return value) That would kind of suggest that is IS a bug, wouldn't it? I just tested it and I can't make it work either, and I don't see any record on the forums or blogs of anyone actually using it anywhere, plus it is relatively new... |
Ah, I just tried doing it and it returned null. That could be a problem.
obj Clicking on the rainbow in any pixel only tells the parameters, and an empty newline. |
And yea, an update to the reference would be nice since a lot of people use the reference.