Search found 467 matches

by plouf
Wed Nov 29, 2023 9:28 pm
Forum: RapaGUI
Topic: Align caracters in texteditor mode
Replies: 6
Views: 3819

Re: Align caracters in texteditor mode

offcourse with fontname

Code: Select all

<texteditor FontName="Courier New" > iii ooo \nooo iii</texteditor>
by plouf
Wed Nov 29, 2023 11:45 am
Forum: RapaGUI
Topic: Align caracters in texteditor mode
Replies: 6
Views: 3819

Re: Align caracters in texteditor mode

Thats correct you have to use monospace fonts like COURIER

Very nice gui, good to see you developing ;-)
by plouf
Tue Nov 28, 2023 11:33 pm
Forum: General programming
Topic: yet another sinus scroller question
Replies: 13
Views: 5061

Re: yet another sinus scroller question

isnt obvius ?
SetInterval(1,sine_scroll,1000/25) -> SetInterval(1,sine_scroll,1000/12)

However take a look also in cracktros demos from downloads, has some better programming techniques

also checkout CreateFont() new in v10 , its very usefull for these type of cractros
by plouf
Tue Nov 28, 2023 3:59 pm
Forum: APK Compiler
Topic: Apk compiler error
Replies: 13
Views: 16198

Re: Apk compiler error

it may work with other versions but Andreas test it for 6.7.1 :).
you can download 6.7.1 in a separate folder no need to unistall or modify the rest tools
by plouf
Sun Nov 26, 2023 7:08 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37120

Re: App not responding with Plananarama

works here, but have no mastodon account :)
by plouf
Mon Nov 20, 2023 11:05 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37120

Re: App not responding with Plananarama

its seems RapaGUI realated and not planananarama i have modify my example to open dialog and not window (no planananarama at all) and seems to do it, however using rapagui 1.2 it works OK code in test @REQUIRE "RapaGUI", {Link = True} moai.CreateApp([[ <?xml version="1.0" encodin...
by plouf
Thu Nov 16, 2023 5:16 pm
Forum: Newbie questions
Topic: Are there some size limits in SVG files?
Replies: 3
Views: 3272

Re: Are there some size limits in SVG files?

n]maybe have to do with the fact of the "very old source code in plugin" as discussed here

viewtopic.php?p=18671&hilit=svg#p18671
by plouf
Mon Nov 13, 2023 7:23 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37120

Re: App not responding with Plananarama

Thats because both me and midwan, believed (wrong) that because we were testing in an aga emulated hardware "aga is there" but
After your post "cant reproduce here" i try to figure out why it did not happen to you but only to us "every time" and figure out the diffirence
by plouf
Mon Nov 13, 2023 4:52 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37120

Re: App not responding with Plananarama

Yes p96

But it will better if not crash :-)
Because now we need 2 exe one with plananrama for not p96 screen and one without planarama for p96 screens

But in apps like Amidon makes no sense for 2 exe
by plouf
Sun Nov 05, 2023 5:05 pm
Forum: Hollywood bugs
Topic: App not responding with Plananarama
Replies: 33
Views: 37120

Re: App not responding with Plananarama

Ok since it doesnt crash on you I had to see :-)
Seems that even if you have aga in emulation. No matter if you run under uaegfx monitor (or i guess any p96 monitor) crash.

Selecting PAL monitor seems to respond.
At least rhis example..

If its a requirement, i think should be mentiom in docs