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
here is a concrete exemple
i tried with timer up to interval 25 with no flicker at all
PREREQ :
0- create a new project
1- drop a Timage, and load your image inside
2- drop a TPaintbox (set his size to be the same as the Timage)
3- drop a Tbutton
4- drop a Ttimer
CODE :
//Paste this code...
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...
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.