Re: [lazarus] Ask for help

2007-07-29 Thread Darmawan Sugiarto
hehehehehehe Sorry still trying... Can you create an application to print a graphic that generate from a file line or square hy-soft <[EMAIL PROTECTED]> wrote: Darmawan Sugiarto wrote: > Spool = when we print something from computer it's will be spooled > in windows

Re: [lazarus] Ask for help

2007-07-28 Thread Darmawan Sugiarto
hy-soft <[EMAIL PROTECTED]> wrote: Darmawan Sugiarto wrote: > 2. I create a spooling program but It's work very slow. > Now I spool an image but It's size so big 60Mb,... I want to change > imagedata to rawdata but I don't know how it's work

[lazarus] BorderStyle in Memo

2007-07-28 Thread Darmawan Sugiarto
Hello How to change BorderStyle=bsNone at Memo Component I used this code Memo1.BorderStyle:=bsnone... -> nothing changed Can help me please??? =INTOSOFT ALEXIO CHAOS [EMAIL PROTECTED] Yahoo Messager =

[lazarus] Ask for help

2007-07-27 Thread Darmawan Sugiarto
Hello, I have some question... 1. what is the differences between this code procedure SetCaption(_val:string); procedure SetCaption(const _val:string); 2. I create a spooling program but It's work very slow. Now I spool an image but It's size so big 60Mb,... I want to change imag

Re: [lazarus] How to compile LCL with fpgui?

2007-07-26 Thread Darmawan Sugiarto
Guy I have a problem with my program I want to filter input into a Edit box... I used onKeyDown. In WIndows I usually used ASCII I don't know In Linux... Can You Explain me About diferences between ASCI in Win or Linux Thanks Alexio Chaos =INTOSOFT ALEXI

Re: [lazarus] Raize programmer font (and now for Linux too)

2007-07-25 Thread Darmawan Sugiarto
Thanks it's seem OK to programming a good font Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: Hi, In all the years I programmed with Delphi, I used a programmer font called Raize. It is simply brilliant. It makes a clear distinction between 0, O, o, i, I, l, etc.. and Monospace obviously. Above a

Re: [lazarus] Initialize a DBGrid

2007-07-18 Thread Darmawan Sugiarto
"German C. Basisty" <[EMAIL PROTECTED]> wrote:Hi! Here goes another question: I have a form. This form contains a DBGrid. The DBGrid retrives information via an SQL connection from a PostgreSQL Database. How do I do to initialize parameters (like DBGrid1.Columns[

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Darmawan Sugiarto
ork C:\lazarus_23\components\graphics32\GR32_System.pas(276,1) Fatal: Selected assembler reader not supported Micha Nelissen <[EMAIL PROTECTED]> wrote: Darmawan Sugiarto wrote: > function CPUID_Available: Boolean; Try: function CPUID_Available: Boolean; assembler; perhaps add nostackframe

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Darmawan Sugiarto
Hello I used Lazarus 9.0.23 and WinXP Home When I tried to compile this component I have a little problem to fix it.. but I stack on this function CPUID_Available: Boolean; asm MOV EDX,False -> deleted part MOV EAX,EDX end; I got this error C:\lazarus_23\components

Re: [lazarus] Mousewheel capture

2007-06-18 Thread Darmawan Sugiarto
as the TScrollbox, then the Mousewheel never triggers mousewheel events. Darmawan Sugiarto wrote: > Which version of Lazarus does??? > I used 9.0.23 it works > > */Graeme Geldenhuys /* wrote: > > Hi, > > Below is a forwarded message. Could anybody try and help this gu

Re: [lazarus] Borland Kylix & Trolltech

2007-06-17 Thread Darmawan Sugiarto
Hehehehe ... Yes It's an old news... I already hear Kylix long time ago... John Meyer <[EMAIL PROTECTED]> wrote: Lee Jenkins wrote: > Graeme Geldenhuys wrote: >> Hi, >> >> I take it this is an old announcement? Thought the date of the >> announcement (as per the webpage) is June 2007. >> >> http

Re: [lazarus] Mousewheel capture

2007-06-17 Thread Darmawan Sugiarto
Which version of Lazarus does??? I used 9.0.23 it works Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: Hi, Below is a forwarded message. Could anybody try and help this guy out? I've never used a Scrollbox or the Mousewheel event. -

Re: [lazarus] Trigger an Event

2007-06-16 Thread Darmawan Sugiarto
Thanks... It's Work OK Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Fri, 15 Jun 2007, Darmawan Sugiarto wrote: > > Hello Guy... > How can I make custom control for a component for example: > > procedure Tform1.OnButton1Click(Object:Sender) > var >

[lazarus] Trigger an Event

2007-06-15 Thread Darmawan Sugiarto
Hello Guy... How can I make custom control for a component for example: procedure Tform1.OnButton1Click(Object:Sender) var _i:integer; _b:Tbutton; begin _b:=Tbutton.Create(form1); _b.parent:=Panel1; _b.OnClick:=??? end How can I assign a dynamic event for my new button...

Re: [lazarus] TListView - Items not showing up

2007-06-14 Thread Darmawan Sugiarto
Use Lazarus 0.9.22 or 0.9.23 it's not happen again... Lee Jenkins <[EMAIL PROTECTED]> wrote: Hi all, Lazarus 0.9.20 Does the TListView work differently than in Delphi? I'm adding items to a TListView and while I can see that there are items, the text appears to be invisible or not being pain

Re: [lazarus] Group Header Report By Lazreport

2007-06-13 Thread Darmawan Sugiarto
Use Group by in Master Data(example Query1)... use one GroupMasterData.. not two... Use Afterscroll at Detail Data refer at Master Data(Query 1)... It's will be fine.. U can try... I used this method "Leonardo M. Ramé" <[EMAIL PROTECTED]> wrote: You don't have to create two GroupHeaders and Mas

[lazarus] Test

2007-06-11 Thread Darmawan Sugiarto
sorry Test --- Marco van de Voort <[EMAIL PROTECTED]> wrote: > On Sat, Jun 09, 2007 at 12:12:40AM +0200, A.J. > Venter wrote: > > >I think I will post this question to the list and > get the general feel > > >from those who know the internals well. > > > > What is the consensus please ? > > Tha

Re: [lazarus] TabOrder

2007-06-06 Thread Darmawan Sugiarto
Thanks it's work.. okey maybe I will place my component there Thanks Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Tue, 5 Jun 2007 13:32:26 -0700 (PDT) Darmawan Sugiarto wrote: > Hello Guys,... > sorry I'm a newbie in Lazarus Project... > I want to asking so

[lazarus] TabOrder

2007-06-05 Thread Darmawan Sugiarto
Hello Guys,... sorry I'm a newbie in Lazarus Project... I want to asking some question... First, I develop a component I derived it from TgraphicsControls and I have a problem. I need property TabOrder abn TabStop. How can I have this property? Second, how can I share my component to another L

[lazarus] Event Click on Form

2007-05-30 Thread Darmawan Sugiarto
Hello I want to detect when my mouse click on my form then I can drag It. In Delphi programming I can used this code. procedure TLoginForm.NCHitTest(var _Msg:TMessage); begin inherited; if _Msg.Result=HTCLIENT then _Msg.Result:=HTCAPTION; end; But in Lazarus I can find HTCLIENT and HTCAPTIO

Re: [lazarus] Reducing Flickeron a TImage component

2007-05-29 Thread Darmawan Sugiarto
I used TPaintBox... it's work better than Timage when Drawing (OnPaint) You can try it Gustavo Enrique Jimenez <[EMAIL PROTECTED]> wrote: 2007/5/28, Dave Coventry <[EMAIL PROTECTED]>: Gustavo Enrique Jimenez wrote: > > > There are good tutorials/examples on > http://wiki.lazarus.freepascal.o

[lazarus] Burn to CD

2007-05-26 Thread Darmawan Sugiarto
Hey anyone know... how to read file in CD (burn CD) Thanks =INTOSOFT ALEXIO CHAOS [EMAIL PROTECTED] Yahoo Messager = - Building a website is a piece of cake. Yahoo! Small Bu

RE: [lazarus] Once Code Compile Anywhere .... ????

2007-05-25 Thread Darmawan Sugiarto
Don't use Win API programming... maybe not supported in Linux Is it Right ??? Sergio Samayoa <[EMAIL PROTECTED]> wrote:v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} st1\:*{behavior:ur

Re: [lazarus] StringReplace -> TReplaceFlags

2007-05-24 Thread Darmawan Sugiarto
May be this StringReplace(s,'something','somethingElse',[rfReplaceAll]); Alvise Nicoletti <[EMAIL PROTECTED]> wrote: Sorry but I really don't understand this: StringReplace(s,'something','somethingElse',rfReplaceAll); servizio_server.pas(65,39) Error: Incompatible type for arg no. 4

[lazarus] Indy

2007-04-12 Thread Darmawan Sugiarto
I have a problem while install indy socket... Lazarus error message show C:\lazarus\components\Socket\sockets_laz.pas(1,1) Fatal: Can't find unit LResources But I can find this unit (LResource) in this package... Can you help me, please ??? =INTOSOFT

Re: [lazarus] report in Lazarus

2007-04-12 Thread Darmawan Sugiarto
Hello sorry I don't answer your question. Where can I download the free report for Lazarus --- budip <[EMAIL PROTECTED]> wrote: > Hi All > > i 've raised this problems, but not at all, i 'll > be return > the problem, how to changed or fill the properti > memo1 of component > frReport. > where

[lazarus] Pointer Image

2007-04-04 Thread Darmawan Sugiarto
Hello how can I access pointer of image from lazarus.. Thanks =INTOSOFT ALEXIO CHAOS [EMAIL PROTECTED] Yahoo Messager = - Be a PS3 game guru. Get your game face on with the late

[lazarus] Asm

2007-04-03 Thread Darmawan Sugiarto
Can I access Asm (asembler) in Lazarus =INTOSOFT ALEXIO CHAOS [EMAIL PROTECTED] Yahoo Messager = - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to fri

Re: [lazarus] Can not access Ttrackbar

2007-04-03 Thread Darmawan Sugiarto
Sorry may be It's a stupid question... What is SVN and Snapshot ??? Vincent Snijders <[EMAIL PROTECTED]> wrote: Darmawan Sugiarto schreef: > I used a TrackBar component > usually I can access position property (in Delphi) > but I can not access in Lazarus &

[lazarus] Can not access Ttrackbar

2007-04-03 Thread Darmawan Sugiarto
I used a TrackBar component usually I can access position property (in Delphi) but I can not access in Lazarus procedure TForm1.TrackBar1Change(Sender: TObject); begin Edit1.Text:=IntToStr(TrackBar1.Position); end; How I can access this property =INTOSOFT

Re: [lazarus] port for TMysqlconnection

2007-04-03 Thread Darmawan Sugiarto
I have a same problem with this... but I used PQconnection I can solve my program with add this code === with PQConnection1 do begin HostName:='localhost'; DatabaseName:='pep'; UserName:='superuser'; Password:='

Re: [lazarus] PostgreSQL

2007-03-30 Thread Darmawan Sugiarto
Congratulation Lazarus 9.0.22 is already solve this problem thanks to developer Now I can connect to PostgreSQL server many time Darmawan Sugiarto <[EMAIL PROTECTED]> wrote: could not translate hostname "localhost" to address : Unknow host Bram Kuijvenhoven &

Re: [lazarus] PostgreSQL

2007-03-30 Thread Darmawan Sugiarto
could not translate hostname "localhost" to address : Unknow host Bram Kuijvenhoven <[EMAIL PROTECTED]> wrote: Joost van der Sluis wrote: > On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven wrote: >> Darmawan Sugiarto wrote: >>> It's OK... now I know

[lazarus] Camera and Component

2007-03-29 Thread Darmawan Sugiarto
Any one know... how to use scanner and camera at lazarus ??? How to convert delphi component to lcl ??? No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started. http://mobile.y

Re: [lazarus] PostgreSQL

2007-03-29 Thread Darmawan Sugiarto
Tomorrow i tried to add PQreset to my code... but It's still not work... May be there is a problem at the compiler... Have an Idea ? --- Joost van der Sluis <[EMAIL PROTECTED]> wrote: > On Thu, 2007-03-29 at 14:52 +0200, Bram Kuijvenhoven > wrote: > > Darmawan Sugiar

Re: [lazarus] PostgreSQL

2007-03-28 Thread Darmawan Sugiarto
u open your connection at design time, rather then at run time. Ido On 3/29/07, Darmawan Sugiarto wrote: > It's OK... now I know If I don't have this error if I compile my code in > first time... but the second, third, and soon I have this error... So I > restart Lazarus and my c

Re: [lazarus] PostgreSQL

2007-03-28 Thread Darmawan Sugiarto
PROTECTED]> wrote: On 3/28/07, Darmawan Sugiarto wrote: > > Thanks for your support but it's not work... > I try change like this > > PQConnection1.HostName:='localhost'; > PQConnection1.UserName:='superuser'; > PQConnection1.Password:='admin&#

Re: [lazarus] PostgreSQL

2007-03-27 Thread Darmawan Sugiarto
Adrian Maier <[EMAIL PROTECTED]> wrote: On 3/28/07, Darmawan Sugiarto wrote: > hello guys... > I used PostGreSQL 8.0.3 and WIn32 > > I try to connect my first project with Lazarus to PostGreSQL but there is an > error..."EDatabaseError" -> could not translate

[lazarus] PostgreSQL

2007-03-27 Thread Darmawan Sugiarto
hello guys... I used PostGreSQL 8.0.3 and WIn32 I try to connect my first project with Lazarus to PostGreSQL but there is an error..."EDatabaseError" -> could not translate host name "172.0.0.1" to address: Unknown host... Here my simple code procedure TForm1.BitBtn1Click(Sender:

[lazarus] postgreSQL

2007-03-26 Thread Darmawan Sugiarto
Hello... I'm a newbie at Lazarus... Can you help me? How can I connected to PostgreSQL and I change my port connection... Thanks - Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.