Search found 28 matches

by AmiHyperion
Thu Jun 04, 2015 6:56 pm
Forum: General Developer Support
Topic: Cairo Example?
Replies: 8
Views: 8754

Re: Cairo Example?

And, as a conseguence, configuring cairo...

configure fail with one error: configure error: "mandatory image surface backend feature could not be enabled"

Any Hint?
by AmiHyperion
Wed Jun 03, 2015 10:57 pm
Forum: General Developer Support
Topic: Cairo Example?
Replies: 8
Views: 8754

Re: Cairo Example?

@salass00

i tried your suggestions to compile latest cairo 1.14.2 and pixam-032.6

I have the following error compiling pixman:

pixman-utils.c: In function '_pixman_multiply_overflows_size':
pixman-utils.c:36: error: 'ULONG_MAX' undeclared (first use in this function)
pixman-utils.c:36: error ...
by AmiHyperion
Mon Feb 24, 2014 3:14 pm
Forum: General Developer Support
Topic: Cairo Example?
Replies: 8
Views: 8754

Re: Cairo Example?

@salass00

thank you for tips.
I always wanted to try latest cairo. I'll never use SO, tho, so i don't know how to do this.
Of course this new compiled version of cairo will not be "Hardware accelerated". I remember have read somewhere HJF said that cairo is "partially" hw accelerated. Don't know in ...
by AmiHyperion
Sat Feb 22, 2014 7:03 pm
Forum: General Developer Support
Topic: Specify the exact position of a window in a screen
Replies: 25
Views: 20676

Re: Specify the exact position of a window in a screen

I had already tried this, but instead of inserting after the vertical layout, I had inserted after the horizontal layout. Now i moved the tag to the right place and it works!



LAYOUT_AddChild, IIntuition->NewObject(LayoutClass, NULL,
LAYOUT_BevelStyle, BVS_GROUP,
LAYOUT_Orientation, LAYOUT ...
by AmiHyperion
Fri Feb 21, 2014 11:12 pm
Forum: General Developer Support
Topic: Specify the exact position of a window in a screen
Replies: 25
Views: 20676

Re: Specify the exact position of a window in a screen

@salass00
If you did then it's not inter-gadget spacing but spacing between the button text and the 0 pixel wide, BVS_NONE bevel. You can reduce this to it's minimum f.e. by adding "CHILD_WeightedWidth, 0, CHILD_WeightedHeight, 0," after your parent layout like so:

I did as you told here, adding ...
by AmiHyperion
Fri Feb 21, 2014 4:55 pm
Forum: General Developer Support
Topic: Specify the exact position of a window in a screen
Replies: 25
Views: 20676

Re: Specify the exact position of a window in a screen

Thank you, both.
It's works now.

It's a long piece of code for 9 buttons.

Btw, there's too much space beetween each rows and columns. How to reduce it?

I tried with "LAYOUT_FixedHoriz, FALSE," and the space is reduced, but all the button become aligned to the left window border
by AmiHyperion
Fri Feb 21, 2014 12:28 pm
Forum: General Developer Support
Topic: Specify the exact position of a window in a screen
Replies: 25
Views: 20676

Re: Specify the exact position of a window in a screen

I will try, thank you.

I thought I had done well as in the code i posted. :(
by AmiHyperion
Fri Feb 21, 2014 10:35 am
Forum: General Developer Support
Topic: Specify the exact position of a window in a screen
Replies: 25
Views: 20676

Re: Specify the exact position of a window in a screen

" If you want to get three rows with one button each you should have either a layout like this:"

I need three rows each with three buttons all inside the BVS_GROUP.
by AmiHyperion
Fri Feb 21, 2014 9:54 am
Forum: AmigaOS Feature Requests
Topic: Anti-aliased drawing functions
Replies: 3
Views: 5274

Re: Anti-aliased drawing functions

Other libraries are welcomes, but having updated native graphic.library would be really cool.