On 21/05/2015 17:52, FreeMan wrote:
On 21.05.2015 18:05, Martin Frb wrote:
"Lock" means the IDE will not scroll the editor in this tab, if you
try to jump to an identifier, that would need scrolling, then a new
window is opened.
If you mean, not scroll is can not down/up in editor, its not wo
Hi Graeme,
debugging on (I have fallen for this many times - hate that I can set BPs w/o
any visual indication that debugging itself is off)? It sure does work for me.
I call 2nd form like this:
procedure TForm1.BitBtn1Click(Sender: TObject);var f: Tform2;begin f :=
Tform2.Create(nil); try
On 21.05.2015 18:05, Martin Frb wrote:
You mean "lock" from context menu (pop-up)?
Yes
Are you sure, the file you are trying to open (that gets a new
window), is not one of the files, that you locked?
If so, then that is expected behaviour.
long time been, I forgot how todo this, I tried mor
On 21/05/2015 15:58, FreeMan wrote:
3-)Click lock 2-3 pagetab, then if try open new file (tab) IDE open
new source editor
regards
You mean "lock" from context menu (pop-up)?
Are you sure, the file you are trying to open (that gets a new window),
is not one of the files, that you locked?
fpc r30892 & lazarus r49126 osx qtx64 -dEnableUTF8RTL
1-)Is it possible cancel focus change via wheel? 'cos on mac touchpad,
double finder move mean scroll to x or y direction.
2-)page tabs moveing sometimes unwanted style. I could not find yet how
to, which key combination or etc. some times c
Hi,
I've got a form with a panel and a TBitBtn in the panel. The button is
used to close the form, which is shown via ShowModal.
I've got an OnClick event handler for the BitBtn, but when I put a
breakpoint in that event handler it is never reached???
The button's ModalResult = mrNone and Kind =
for not fill pain, not pay & hate puzzle.
in terminal
gdb lazarus
run
lazarus IDE started, run or build project, if get error, you can see
which file is raised exception
On 21.05.2015 11:34, FreeMan wrote:
Do you have ppu files in your include files path?
Please test now.
Mattias
I checke
Am 21.05.2015 um 11:37 schrieb Henry Vermaak:
On Thu, May 21, 2015 at 10:06:28AM +0200, John Landmesser wrote:
i want to send a mail on windows using shellexecute with german
Umlauts ( ö,å,ü .. ) in the body of the mail.
This Code doesn't work:
var s: string;
s := 'öö'
shellexecute(Ap
On Thu, May 21, 2015 at 10:06:28AM +0200, John Landmesser wrote:
> i want to send a mail on windows using shellexecute with german
> Umlauts ( ö,å,ü .. ) in the body of the mail.
>
> This Code doesn't work:
>
> var s: string;
>
> s := 'öö'
>
>
> shellexecute(Application.Mainform.handle, 'open',
On 20.05.2015 23:52, Mattias Gaertner wrote:
Do you have ppu files in your include files path?
Please test now.
Mattias
I checked all lpk one by one, and all folders I couldn't find any ppu in
include file path.
All lpk's "unit output directory (-FU)" like this.
../../all_libs/ $(PkgName)/$(T
i want to send a mail on windows using shellexecute with german Umlauts ( ö,ä,ü .. ) in the body of the mail.
This Code doesn't work:
var s: string;
s := 'öö'
shellexecute(Application.Mainform.handle, 'open',PChar('mailto:' + 'exam...@gmail.com' + '?subject=' + 'ARJ-ChapterArchiv:
11 matches
Mail list logo