Search found 31 matches

by Murmel
Mon May 23, 2016 1:18 am
Forum: RapaGUI
Topic: Several Questions
Replies: 1
Views: 3490

Several Questions

Hi. Sorry First my English ist not good. 1. How can I load a background Picture? @BGPIC 1, "pergament800x600.png", {Transparency = #WHITE} 2. Can I write a Variable T$="Hello" in <textview styled="true"> ? 3. Can you give a Example to use HSpace.Width ? Thx, Greetings, ...
by Murmel
Wed Feb 10, 2016 1:46 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

Hi Redlion.

Thx for your fixes :)

Code: Select all

GadgetArea( 52, 15, 35, 780, 200, $979393, 0)
GadgetFrame( 51, 10, 30, 780, 200, Spielertitel$, 0, $979393)
Show/HideLayer("Gadget"..StrStr(51/52)) works

best regards,

Murmel
by Murmel
Tue Feb 09, 2016 11:34 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

Sorry New Question. RANDOM = 25 GadgetSpin(107, 400, 330, 80, 25, RANDOM,100) 25.....100 can i have a Start Value (RANDOM) and nevertheless use 0 - 100 ? and when i have GadgetArea( 81, 10, 270, 780, 340, 0, $979393) GadgetFrame( 80, 10, 260, 780, 340, "Staatshaushalt", 1) and use HideLaye...
by Murmel
Fri Feb 05, 2016 6:54 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

Hi Redlion. Hi Murmel, I think I follow what you are asking, You should be able to change the label text with SetGadgetText(GadgetID,Text$), if there is no border you could change the text to "" (Null$). If you do not want show the gadget anymore use HideLayer("Gadget"..strstr(Ga...
by Murmel
Fri Feb 05, 2016 1:04 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

Hi. New Day, New Question ;) is it possible GadetLabel to delete ? And to place anew ? RemoveLayer() brings Specified layer is out of range! GadgetLabel( 33, 20, 300, 300, 25,Wetter$,2) GadgetLabel( 34, 20, 330, 300, 25,Verschimmelt$,2) GadgetLabel( 35, 20, 360, 300, 25,Ernte$,2) GadgetLabel( 42, 20...
by Murmel
Wed Feb 03, 2016 12:42 pm
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

@Redlion

Sorry and Thank you :) I have not seen the instruction.hws
With SetGadgetText(50, Text$) Textrefresh is easy.

best regards,
Murmel
by Murmel
Wed Feb 03, 2016 1:10 am
Forum: Code snippets area
Topic: Simple Cross-Platform Gadgets with string input
Replies: 17
Views: 29087

Re: Simple Cross-Platform Gadgets with string input

Hi good Work :)

I have a question. How can I update this variable?
test$="hello"
GadgetLabel( 50, 670, 180, 110, 20,test$,2)
in
test$="hello too"

Thx,

Murmel
by Murmel
Thu Jan 28, 2016 2:44 am
Forum: Hollywood bugs
Topic: Morphos 3.9 Joycount Bug ?
Replies: 3
Views: 4823

Re: Morphos 3.9 Joycount Bug ?

Ok thx for the Info :)
by Murmel
Tue Jan 19, 2016 4:25 am
Forum: Hollywood bugs
Topic: Morphos 3.9 Joycount Bug ?
Replies: 3
Views: 4823

Re: Morphos 3.9 Joycount Bug ?

ok my fault sorry.

Joycount = CountJoysticks()

but the problem remains ;)