Search found 124 matches

by pecaN
Fri Apr 10, 2020 5:49 pm
Forum: RapaGUI
Topic: Progressbar for saving a picture
Replies: 4
Views: 3750

Re: Progressbar for saving a picture

ok, thanks, no problem :-) pecaN
by pecaN
Tue Apr 07, 2020 5:01 pm
Forum: RapaGUI
Topic: Progressbar for saving a picture
Replies: 4
Views: 3750

Progressbar for saving a picture

Hi,

maybe this question has been there already but I'm lazy to search :-¨

How would I do a traditional progressbar which would represent saving a picture ?

I mean user clicks "save", picture is being saved, it takes a few seconds, so application is blocked, is that possible ?

pecaN
by pecaN
Tue Mar 03, 2020 7:04 pm
Forum: General programming
Topic: RotateTextObject vs RotateLayer with a vector font text
Replies: 4
Views: 6140

Re: RotateTextObject vs RotateLayer with a vector font text

Ahaa, thanks :-( :-) Maybe you should correct it in the manual , RotateLayer command : "When the specified layer is a vector layer (e.g. circle, polygon, true type text or a rectangle) Hollywood will be able to rotate the layer without any loss in quality because vector graphics can be freely t...
by pecaN
Mon Mar 02, 2020 8:34 pm
Forum: General programming
Topic: RotateTextObject vs RotateLayer with a vector font text
Replies: 4
Views: 6140

RotateTextObject vs RotateLayer with a vector font text

Hi, maybe it was discussed here already but I haven't found so I'm asking... According to manual, rotating text objects is bitmapped even if the text is vector, while rotating a layer with a vector text should be without loss of quality - but for me both commands give the same results... it's like t...
by pecaN
Wed Feb 19, 2020 7:29 pm
Forum: RapaGUI
Topic: Hollywood display inside a scrollgroup
Replies: 5
Views: 6284

Re: Hollywood display inside a scrollgroup

yeah, thanks :-)
by pecaN
Sat Feb 15, 2020 11:23 pm
Forum: RapaGUI
Topic: No acknowledgement of text entry widget on Android
Replies: 11
Views: 10442

Re: No acknowledgement of text entry widget on Android

Ok, doesn't work on my Android too.
Did you try to compile it for Windows to?? Maybe that DebugPrint really causes problems in an exe file so try to remove it.

Consult Hollywood manual on DebugPrint command, it's explained there
by pecaN
Sat Feb 15, 2020 4:31 pm
Forum: RapaGUI
Topic: No acknowledgement of text entry widget on Android
Replies: 11
Views: 10442

Re: No acknowledgement of text entry widget on Android

you're welcome :-)

but hey, on win10 it works great, can you please send me the APK file to:

pecank@seznam.cz

I can test it on my android - very old version 4.4 :-) pecaN
by pecaN
Sat Feb 15, 2020 9:25 am
Forum: RapaGUI
Topic: No acknowledgement of text entry widget on Android
Replies: 11
Views: 10442

Re: No acknowledgement of text entry widget on Android

Ok, thanks, forget my DebugPrint comment, wrong one :-)

Your code seems really correct so I'll see :-) pecaN
by pecaN
Fri Feb 14, 2020 7:18 pm
Forum: RapaGUI
Topic: No acknowledgement of text entry widget on Android
Replies: 11
Views: 10442

Re: No acknowledgement of text entry widget on Android

Well I haven't compile anything for android so far but your problem really interests me. Can you please post the exact .hws code (not the xml file) which is working on win so I can test it myself? I still don't understand some parts of your code - e.g. this line: DebugPrint("text entered: \&quo...
by pecaN
Thu Feb 13, 2020 7:21 pm
Forum: RapaGUI
Topic: No acknowledgement of text entry widget on Android
Replies: 11
Views: 10442

Re: No acknowledgement of text entry widget on Android

Hi, if the xml code you posted is like this, you definitely get an error message because this line is total nonsense : <textentry id="message_entry" notify="acknowledge; text"></textentry> correct is this: <textentry id="message_entry" notify="Acknowledge"/> t...