Search found 48 matches

by magicjo
Thu Dec 31, 2015 11:52 pm
Forum: Off Topic
Topic: Happy New Year to PureBasic people!
Replies: 23
Views: 6680

Re: Happy New Year to PureBasic people!

Auguri a tutti
Image
by magicjo
Wed Apr 30, 2014 1:17 pm
Forum: Announcement
Topic: PureBasic 5.22 LTS final is out !
Replies: 130
Views: 58226

Re: PureBasic 5.22 LTS final is out !

Freak has confirmed that version 5.30 will come, follow this topic: http://www.purebasic.fr/english/viewtop ... =4&t=59107
by magicjo
Wed Apr 16, 2014 10:09 pm
Forum: Announcement
Topic: ChartGadget for bars and lines
Replies: 42
Views: 32976

Re: ChartGadget for bars and lines

UUAAAUUUHHH!

Another example of what i think: CanvasGadget is one of the best features of Purebasic!

Congrats uwekel :wink:
by magicjo
Thu Mar 20, 2014 12:16 am
Forum: Bugs - IDE
Topic: Form Designer view instead of code view In debug
Replies: 0
Views: 1637

Form Designer view instead of code view In debug

Hi.

Test case:

Create an empty form, check to generate Event procedure, save with name TestForm.pbf. (the procedures created would be OpenWindow_1() and Window_1_Events().

Create a new pb, name for example main_testform.pb and insert this code :

IncludeFile "testform.pbf"

OpenWindow_1 ...
by magicjo
Fri Jun 28, 2013 8:07 pm
Forum: Coding Questions
Topic: PB 5.20 all betas: Constant #PB_Web_Mozilla not found error
Replies: 3
Views: 928

Re: PB 5.20 all betas: Constant #PB_Web_Mozilla not found er

Oooops, i've omitted to read the word "REMOVED" :lol: , the help isn't updated yet, surely will be on next updates.
by magicjo
Tue Jan 22, 2013 9:24 pm
Forum: The PureBasic Form Designer
Topic: [Done] [PB5.1 b4 Form Designer] Change Font on button
Replies: 2
Views: 1791

[Done] [PB5.1 b4 Form Designer] Change Font on button

Hi.

If i change the font , the button don't get refreshed to reflect the new font settings.
by magicjo
Wed Sep 01, 2010 1:48 pm
Forum: Coding Questions
Topic: [PB 4.51RC2] OpenWindowedScreen problem ?
Replies: 3
Views: 1072

Re: [PB 4.51RC2] OpenWindowedScreen problem ?

Ok, there's no need to add into the Bugs section, thanks for reply guys.
by magicjo
Fri Aug 27, 2010 6:48 am
Forum: Coding Questions
Topic: [PB 4.51RC2] OpenWindowedScreen problem ?
Replies: 3
Views: 1072

[PB 4.51RC2] OpenWindowedScreen problem ?

Hi.

Seems that is possible use 'OpenWindowedScreen' only the first time for the entire life of the program:
I mean open a normal window ( or a MDI child , is the same),
then use OpenWindowedScreen(), returns 1, OK everything works, but if i close the opened window e recall OpenWindowedScreen this ...
by magicjo
Tue Aug 17, 2010 10:58 am
Forum: Coding Questions
Topic: [Solved][4.5 - 4.51RC2] PRINTDLGEX structure corrupted
Replies: 2
Views: 988

Re: [4.5 - 4.51RC2] PRINTDLGEX structure corrupted

Thanks Gnozal, forgot that the structure PRINTDLGEX makes part of Printer_Lib ( author ABBKlaus ), and is not natively present with Purebasic.
by magicjo
Tue Aug 17, 2010 9:00 am
Forum: Coding Questions
Topic: [Solved][4.5 - 4.51RC2] PRINTDLGEX structure corrupted
Replies: 2
Views: 988

[Solved][4.5 - 4.51RC2] PRINTDLGEX structure corrupted

Hi.

The first 4 characters of all fields of the structure are missing.

Structure PRINTDLGEX
uctSize.l
Owner.l
Mode.l
Names.l
l.
s.l
s2.l
usionFlags.l
eRanges.l
PageRanges.l
geRanges.l
Page.l
Page.l
ies.l
tance.l
intTemplateName.l
llback.l
pertyPages.l
ropertyPages.l
rtPage.l ...
by magicjo
Mon Aug 17, 2009 8:40 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 323042

thanks kurzer.
I usually use Japbe and there's not need to set the subsystem. :wink:
by magicjo
Mon Aug 17, 2009 5:47 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 323042

@gnozal,
if i compile in threadsafe mode the example module "PUREColor_Test.pb", i obtain the error "unresolved external symbol _PBStringBasePosition" : can you verify ?
by magicjo
Fri Aug 14, 2009 2:17 pm
Forum: Feature Requests and Wishlists
Topic: "Me" keyword for current gadget number
Replies: 15
Views: 5317

Fred tell me that the feature will be added for 4.50 version :lol: , for now use the macros.
by magicjo
Sun Jan 13, 2008 10:34 am
Forum: Coding Questions
Topic: String can't be built
Replies: 10
Views: 1845

#pb, sorry,i've read the post while still sleeping :D ,
the string corruption happens to me when compile in unicode,is your case ?