Search found 347 matches

by sinisrus
Sun Oct 18, 2020 5:35 pm
Forum: Newbie questions
Topic: LUMIX GX80 UDP Streaming
Replies: 38
Views: 19472

Re: LUMIX GX80 UDP Streaming

I use ReceiveUDPData()
I just need to know which function to use to extract the information
by sinisrus
Fri Oct 16, 2020 3:26 pm
Forum: Newbie questions
Topic: LUMIX GX80 UDP Streaming
Replies: 38
Views: 19472

Re: LUMIX GX80 UDP Streaming

Hurl with udp??
by sinisrus
Thu Oct 15, 2020 5:06 pm
Forum: Newbie questions
Topic: LUMIX GX80 UDP Streaming
Replies: 38
Views: 19472

LUMIX GX80 UDP Streaming

Hello, I have a LUMIX GX80 i Use Wifi for send streaming vidéo on my Amiga I would like to play the video stream which uses UDP protocol but I can't find a simple solution HTTPStreamer > not support UDP :-( AVcodec > not support UDP :-( With ReceiveUDPData() and SendUDPData() I can't extract the inf...
by sinisrus
Wed Oct 14, 2020 3:51 pm
Forum: General programming
Topic: looking for example code for time server
Replies: 18
Views: 13502

Re: looking for example code for time server

Hello,

I test the example but if I do

Code: Select all

sendudpdata (1, "Hello World", "127.0.0.1", 12345)
it only works with 1 single character
by sinisrus
Thu Oct 08, 2020 2:07 pm
Forum: Newbie questions
Topic: I looking function paint bucket type (dpaint ou ppaint)
Replies: 26
Views: 16577

Re: I looking function paint bucket type (dpaint ou ppaint)

For exemple if i use Function FloodFill(MyBrush, 50, 50, #NOCOLOR, #RED, 128) <= 128 is transparency value (0 at 255)

see result in picture (side right) :

https://ibb.co/Vwf6v1K
by sinisrus
Mon Oct 05, 2020 5:29 pm
Forum: Newbie questions
Topic: I looking function paint bucket type (dpaint ou ppaint)
Replies: 26
Views: 16577

Re: I looking function paint bucket type (dpaint ou ppaint)

Thank you

Is it possible to add Transparency color ?
by sinisrus
Thu Jul 30, 2020 2:33 pm
Forum: Hollywood bugs
Topic: MUIRoyal Bug with NoMenu on MorphOS
Replies: 3
Views: 2693

Re: MUIRoyal Bug with NoMenu on MorphOS

Thank you
by sinisrus
Sat Jul 25, 2020 12:39 am
Forum: Hollywood bugs
Topic: MUIRoyal Bug with NoMenu on MorphOS
Replies: 3
Views: 2693

MUIRoyal Bug with NoMenu on MorphOS

Hello,

I have problem with NoMenu on Morphos

Test my script: https://amitheme.amiga-ng.org/amiga/Tes ... IRoyal.lha

If use Left mouse button on white zone = Nomenu

Work on 68K and Os4
No work on Morphos
by sinisrus
Sat May 02, 2020 10:17 am
Forum: Newbie questions
Topic: Number to hexStr()
Replies: 3
Views: 3467

Re: Number to hexStr()

Thank you