[lazarus] CVS Updatesuy

Marco van de Voort marcov at stack.nl
Wed Jun 18 09:59:31 EDT 2003


> > 
> > The opened debug window remains empty.
> > 
> > Output in main window becomes:
> > 
> > inking /fpc/lazproj/project1
> > 116 Lines compiled, 0.6 sec
> > [TCompiler.Compile] end
> > [TDebugManager.DoInitDebugger] A
> > [TCmdLineDebugger] Debug PID: 751
> > TApplication.HandleException Access violation
> > (gdb) 
> > 
> > But I'll hunt for {$ifdef linux} and {$ifdef unix} conditionals and check
> > them myself. If that doesn't reveal anything, I can always try to
> > debug it then.
> > 
> > ---
> > Another problem: moving a project makes the IDE not find files. 
> 
> How did you move?

mv * /new/directory 
 
> > There are absolute paths in the project1.lpi file causing this.
> 
> What files?

form1 (unit1.pas and .lrs were absolute), form2 (unit2.pas and .lrs)
weren't.


P.s. 1 The copy and pasting for groupboxes works fine and is workable
	for a groupbox.
P.s. 2 except for RadioGroups. If I drag a button and/or textfield on a
        radiogroup, the parent->child thing goes ok, but when run,
        I can't click the button or edit the tf.
P.s. 3 when I enter an empty string for a RadioGroup item, and put 
        a tf on it, (on the place where normally text would go) I can't always
        select the tf after. I did some resizing of the RG, so that might be
        related.
P.s. 4 Dragging and dropping works much better when you X to local system.
P.s. 5 Is it possible to change the selectbox of the Object Inspector to
        a select-tree, or don't we have this widget? Or is there something
        else to directly see/manipulate the component hierarchy of the 
        form?






More information about the Lazarus mailing list