Search found 200 matches

by Franky
Wed Sep 17, 2014 1:25 pm
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 281594

Re: PurePDF Version 2.0

Hi there,
another small issue:

http://www.purebasicpower.de/downloads/ ... tSize.html

The help says, pdf_GetFontSize() returns the size in points. Actually it returns the size in mm (or the current format?)
by Franky
Wed Sep 17, 2014 5:54 am
Forum: Announcement
Topic: PurePDF Version 2.0
Replies: 473
Views: 281594

Re: PurePDF Version 2.0

Thanks for the great work, this is really helpfull to me.

Was this bug already mentioned?

#PurePDF_Include=1
XIncludeFile "PurePDF.pb"

Procedure Footer()
pdf_SetY(-15)
pdf_SetFont("Arial","I",8)
pdf_Cell(0,10,"Page "+Str(pdf_GetPageNo())+"/{nb}",0,0,#PDF_ALIGN_CENTER)
EndProcedure

Define ...
by Franky
Fri Jun 13, 2014 9:57 am
Forum: Feature Requests and Wishlists
Topic: GetDrawingMode or ReturnValue for DrawingMode
Replies: 4
Views: 2447

GetDrawingMode or ReturnValue for DrawingMode

Hi there,

when creating an include for drawing of specific elements, sometimes it's needed to set the DrawingMode (for example for Texts-Entries).
Including a Procedure of such an include might take effect on the behavior of the main sourcecode.
This means, that I might want to draw some PureBasic ...
by Franky
Mon May 05, 2014 1:42 pm
Forum: Windows
Topic: PB5.22/5.21: Request Administrator rule and Int. Debugger
Replies: 3
Views: 1780

PB5.22/5.21: Request Administrator rule and Int. Debugger

Hi there,

using Windows 7 and a user that has to click "OK" for every tool requesting administrative mode, the integrated debugger doesn't work, if the created executable requests administrator mode.
In that case, the external debugger is always started!

Please check that.

Best regards

Franky
by Franky
Sat Jun 22, 2013 8:25 pm
Forum: Announcement
Topic: PureBasic 5.20 beta 20 is out
Replies: 360
Views: 142302

Re: PureBasic 5.20 beta 2 is ready to test !

Good god :shock:
Good features
Great job

I think I know, what my holidays will be all about :mrgreen:

Thanks
by Franky
Sat Jun 22, 2013 8:21 pm
Forum: Feature Requests and Wishlists
Topic: 2 requests for "Find in Files"
Replies: 0
Views: 769

2 requests for "Find in Files"

Hi there,

I posted this once in another thread, but I thought it was worth its own one.

In my opinion, "Find in files" is a very good feature, but the way, the results are displayed is bad.

Request 1:
Espacially when working with only one screen, the results-window is enerving.
My wish would be ...
by Franky
Sat Jun 22, 2013 8:05 pm
Forum: Feature Requests and Wishlists
Topic: [PB 5.20] Public keyword instead of DeclareModule
Replies: 10
Views: 1956

Re: [PB 5.20] Public keyword instead of DeclareModule

I think, Fred has a point in what he sais, this might lead to Headerfiles like .h for C-Projects.

Public looks great for the first view, I wanted to post "Why not add Public and still have DeclareModule available?". But while writing I realized, that this would make the PureBasic-Codes very ...
by Franky
Mon Jan 28, 2013 1:02 pm
Forum: Feature Requests and Wishlists
Topic: Address of pointer in debug quick view
Replies: 1
Views: 1081

Re: Address of pointer in debug quick view

+1
And this has already been requested, see

http://www.purebasic.fr/english/viewtop ... =3&t=48690

Best regards

Franky
by Franky
Sun Jan 20, 2013 5:53 pm
Forum: Feature Requests and Wishlists
Topic: Discussion: Some more Warnings
Replies: 12
Views: 3521

Re: Discussion: Some more Warnings

Warnings (wisely selected) are very useful in my opinion when they are paired with a robust way to handle them.

1) The ability to disable all warnings globally.
2) The ability to disable a specific warning through a compiler directive for a segment of code.
3) The ability to globally disable a ...
by Franky
Sat Jan 19, 2013 10:59 pm
Forum: Feature Requests and Wishlists
Topic: Discussion: Some more Warnings
Replies: 12
Views: 3521

Discussion: Some more Warnings

Hi there,
It's been some time now since aside compilererrors compilerwarnings where implemented in PureBasic.
But in my opinion this feature could be much more powerful if it would be used more often in the compiling/debugging-Process.
Some more warnings would lead to cleaner, better understandable ...
by Franky
Sat Jan 19, 2013 10:25 pm
Forum: Feature Requests and Wishlists
Topic: Special constants in source code to be passed to compiler
Replies: 11
Views: 4233

Re: Special constants in source code to be passed to compile

+1

Being able to change those within the PureBasic Source would be good especially because you would be able to use these information for About-Boxes.
There's nothing worse than different VersionInformation in 2 Places, some people want to kill poor programmers like us for such things :mrgreen ...
by Franky
Sun Jan 13, 2013 4:11 pm
Forum: Linux
Topic: Can't Save files / images
Replies: 1
Views: 1573

Can't Save files / images

Hi guys,

just trying to save an image but it doesn't work

LoadImage(1,OpenFileRequester("Laden...","","Bitmap|*.BMP",0))
SaveImage(1,SaveFileRequester("Hallo","","Bitmap|*.BMP",0))


Getting the Warning

[WARNING](GtK) unable to retrieve file information from blablabla...


I'm using OpenSuse ...
by Franky
Tue Jan 08, 2013 3:52 pm
Forum: Coding Questions
Topic: CallFunctionFast and optional Parameters
Replies: 4
Views: 1152

Re: CallFunctionFast and optional Parameters

OK, sounds understandable.
Thanks for reply :D
by Franky
Tue Jan 08, 2013 3:22 pm
Forum: Coding Questions
Topic: CallFunctionFast and optional Parameters
Replies: 4
Views: 1152

CallFunctionFast and optional Parameters

Hi there,


Procedure MyProc(Arg1.l,Arg2.l,Arg3.l=5)
Debug Arg1
Debug Arg2
Debug Arg3
EndProcedure

Debug "Without 3rd Argument"
CallFunctionFast(@MyProc(),1,2)

Debug "With 3rd Argument"
CallFunctionFast(@MyProc(),1,2,9)


Debugs

Without 3rd Argument
1
2
2 ;<- Should be 5
With 3rd Argument ...
by Franky
Mon Jan 07, 2013 4:41 pm
Forum: Coding Questions
Topic: 32Bit InternetExplorer on 64bit Application
Replies: 0
Views: 779

32Bit InternetExplorer on 64bit Application

Hi there,
I'm having trouble with a program creating a lot of Data, so I decided to compile it as 64 bit.
Unfortunaly, I've included a webgadget using a browser plugin that is only available in 32 bit version.
Any ideas how to get the 32bit IE working as WebGadget? Do I have to change a linker ...