Hi,
I'm trying to create a beveling "filter" using mask and filter/effect(ie: blur, lightness etc etc). Test after test, im getting closer to what im looking for, but i still far away.
Here an exemple of "beveling" and the effect i try to produce : (see the image with a cercle,square,triangle)...
I found a way. However, im not sure if it's the "elegant" way. So if you find a better solution, please tell me.
Here is what i did :
1- in my Tform class i've added the WMVScroll and WMHScroll Message Handler. Ex :
TForm1 = class(TForm)
...
private
{ Private declarations }
procedure...
Hi,
I have a TForm which has the autoscroll property set to true.
My problem is simple. I'm trying to catch the "on scroll" event of the form, but i can't find a way yet.
I'm using delphi 7. Any help appreciate.
Jb
Maybe it's an ez question, maybe it's impossible to do..
Is it possible to Not use the rollback segment for a specific opération. I'm looking for someting like :
toggle rollback segment off;
<do something>
toggle rollback segment on;
jb
this "could " prolly works with my need. Do there is a way to do all "inside" the package..
cause those lines looks like SQL*Plus parameters and not PL/SQL...
set echo off
spool JB.txt
set serveroutput on format wrap
hi,
im trying to write some data to a text file without succes.(looks like im attempting to write on the server instead of my cpu, not sure) I whant to know how would u do to write in a text file located "on" our cpu in pl/sql.
lets say how to write "hello" in C:\test.text.
any help...
Hi, i code a prod that i use in the exception part of "all" proc/func.. Its called like that
EXCEPTION
WHEN OTHERS THEN
Pr_Iv_Wlog('ERROR','PACKG_NAME.PROC_FUNC_NAME', SQLCODE ,SQLERRM); --this is save in a log table that add a timestamp
RAISE;
END;
i whant to "soft code" the part...
hi,
My understanding of the code above is that paintbox is redrawn at the timer rate.
>> yes, it was for a demo purpose, to generate an high amout of repait, i tried up to "interaval = 25"
within that the paintbox copys the image (bmp) in image, and then draws lines.
>> yes, i copy the image...
ya real strange (well the image should be paint on your paint box with, cause i ask for in my code) ..
trying to send u the project (maybe u should try the exe before u recompile)
jb
hi,
just to know..
with the 3rd method (witch i prefer), have u tried to not hide your buff image with (visible = fasle), but hide it setting left or top property outside the form? Also, u'll have to call a repait (or paint, dont remember) of the destination "image/canvas" after your drawing...
Do this mean u still have problems?.. if so.. i modified the code u pasted to make it work on my side (delphi 5), to do what u ask in your first post
here it goes:
// bmp_file_source_path='C:\source.bmp';
// bmp_file_dest_path='C:\dest.bmp';
//...
procedure TForm1.Button1Click(Sender...
Hi,
first, u have a problem with your Trect. Rect(0,501,16,500) have a negative area.. from 501 to 500 = -1
this code should work.. with maybe a little modification of the TRect data..
// bmp_file_source_path='C:\source.bmp';
// bmp_file_dest_path='C:\dest.bmp';
//...
procedure...
Tanx Ors for your reply,
But thats not really what im looking for. Im not looking for Lord of the ring, Star wars or The Sympson icons..! Thats why i said that after one hour, i got no concrete result... im looking for icons/bitmap like Directories Image, Google Image, Cut/Past Etc.. that have...
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.