caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Marcel @ DIMAp" <marcel@dimap.ufrn.br>
To: <caml-list@yquem.inria.fr>
Subject: Open window of right size
Date: Mon, 29 Mar 2010 08:41:50 -0300	[thread overview]
Message-ID: <008201cacf34$d2760780$77621680$@ufrn.br> (raw)

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

Hi there,

The reply of some users did work for me on windows. Thank to all replies.
However, by running the code below, I have a window, in which part of the
top of it is used by the window bar. Do you know how to solve this?

Graphics.open_graph "300x300+0+0";
Graphics.fill_rect 0 0 100 100;
Graphics.fill_rect 200 0 100 100;
Graphics.fill_rect 100 100 100 100;
Graphics.fill_rect 0 200 100 100;
Graphics.fill_rect 200 200 100 100;
Graphics.read_key ();
Graphics.close_graph ()

Cheers,
Marcel


[-- Attachment #2: Type: text/html, Size: 2297 bytes --]

                 reply	other threads:[~2010-03-29 11:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='008201cacf34$d2760780$77621680$@ufrn.br' \
    --to=marcel@dimap.ufrn.br \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).