Search found 10 matches

by Chuf
Fri Jun 26, 2015 10:00 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Re: Open Window on Second Desktop

sorry my error i´m search for a fullscreen solution for the 2nd monitor your code is OK i´m edit your code for fullscreen



Procedure MoveWindowToDesktop(Window.i, Desktop.i, x.i, y.i, Flags.i)

If IsWindow(Window)

If ExamineDesktops() > Desktop
; If Flags = #PB_Window_ScreenCentered
; x ...
by Chuf
Fri Jun 26, 2015 9:40 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Re: Open Window on Second Desktop

Hi Bernd, this code run not correct by div. resolution

my second monitor has 1920x1200
my 2nd has 800x600

the 2nd window is to big for the 2nd monitor
by Chuf
Thu Jun 18, 2015 9:59 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Re: Open Window on Second Desktop

Hi Bernd, have you testet the Programm by OS X or Windows?
by Chuf
Mon Jun 15, 2015 7:45 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Re: Open Window on Second Desktop

many Thanks, the best solution is from kenmo

many many Thanks!!
by Chuf
Mon Jun 15, 2015 6:37 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Re: Open Window on Second Desktop

i found not a way to send or open a window direct on the 2nd Desktop
by Chuf
Mon Jun 15, 2015 6:26 pm
Forum: Coding Questions
Topic: Open Window on Second Desktop
Replies: 15
Views: 7375

Open Window on Second Desktop

Hello

I'm looking for a way to open a window on a second monitor, I have found a solution even in the English forum but only for OSX have modifies the code and post the times here, perhaps someone knows how to do that under Windows or even better, as cross-platform solution

many Greetings ...
by Chuf
Mon Jun 15, 2015 9:53 am
Forum: Coding Questions
Topic: flip image horizontally
Replies: 9
Views: 3348

Re: flip image horizontally

many many Thanks now works fine for me
by Chuf
Sun Jun 14, 2015 11:34 pm
Forum: Coding Questions
Topic: flip image horizontally
Replies: 9
Views: 3348

Re: flip image horizontally

Hi Bernd, this is a very fine short code, i am have testing this with a .png file by UsePNGImageDecoder()
one problem by this solution is: the picture has a black background color can you help me to fix this?
i love your short code

Best Regards
by Chuf
Sun Jun 14, 2015 10:42 pm
Forum: Coding Questions
Topic: flip image horizontally
Replies: 9
Views: 3348

Re: flip image horizontally

many thanks for the answer, im using Luis code the first test by OS X Yosemite works very fine, my next test is by windows
by Chuf
Sun Jun 14, 2015 8:27 pm
Forum: Coding Questions
Topic: flip image horizontally
Replies: 9
Views: 3348

flip image horizontally

Hello,

I would like to flip the image horizontally on OSX and Windows
As an example I want a helmet is photographed by the left side, so pointing to the left
then points to the right so than when it is photographed by the right
I have been looking for a while in all the forums but found nothing
can ...