1. wxEuphoria - set_tip() - \n
On Ubuntu, \n in set_tip() works correctly. It makes a new line.
But on Vista \n doesn't work, no new line, just one loooong line.
What would make a new line in set_tip() on both Ubuntu and Vista?
2. Re: wxEuphoria - set_tip() - \n
Jerry Story wrote:
>
> On Ubuntu, \n in set_tip() works correctly. It makes a new line.
> But on Vista \n doesn't work, no new line, just one loooong line.
>
> What would make a new line in set_tip() on both Ubuntu and Vista?
Try using \r\n on windows.
Matt
3. Re: wxEuphoria - set_tip() - \n
Matt Lewis wrote:
>
> Jerry Story wrote:
> >
> > On Ubuntu, \n in set_tip() works correctly. It makes a new line.
> > But on Vista \n doesn't work, no new line, just one loooong line.
> >
> > What would make a new line in set_tip() on both Ubuntu and Vista?
>
> Try using \r\n on windows.
I can confirm that this works on XP.
Matt