Mango
Mango
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
its not a text input anymore
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
80% opacity on the guid background
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
No description
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
it is on standalone blazor apps
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
is hotreload supported on apps like these?
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
i dont drop character until ive done the dvd commentary
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
also, wip
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
true, it actually can be just in a <p> tag or not
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
this is the only page it has:
@page "/"

<div class="h-100 position-relative">
<div class="ms-4 position-absolute center-y">
<input type="text" value="@_value" readonly aria-readonly="true" class="me-3" style="width: 400px" />
<button class="btn btn-primary" type="button" @onclick="@(() => _value = Guid.NewGuid().ToString())">Generate</button>
</div>
</div>

<audio style="display: none;" src="audio/song.m4a" autoplay loop></audio>

@code {
string _value = "";
}
@page "/"

<div class="h-100 position-relative">
<div class="ms-4 position-absolute center-y">
<input type="text" value="@_value" readonly aria-readonly="true" class="me-3" style="width: 400px" />
<button class="btn btn-primary" type="button" @onclick="@(() => _value = Guid.NewGuid().ToString())">Generate</button>
</div>
</div>

<audio style="display: none;" src="audio/song.m4a" autoplay loop></audio>

@code {
string _value = "";
}
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
everything is blazor
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
the only maui parts i had to touch were setting the default window size and setting the title bar text
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
i only know the blazor aspect of it
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
me neither
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
im doing this app for the lulz
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
ill try that next
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
i dont have linux
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
windows only
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
yeah, its for me
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
actually, i dont even see a title rn
313 replies
CC#
Created by Mango on 7/17/2024 in #help
Maui CommunityToolkit MediaElement
if the PO says "static title"
313 replies