Murali
Murali
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
okay
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
okay
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
this also two project
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
Create another Vue JS application which Contains a Small Calling toolbar with buttons like “Receive Call”, “Dial Call”,”Mute/Unmute”,”Pause/Continue” and actually making a phone call to a phone number and receiving a phone call from any number using VOIP technology (voice over IP) Once you are done with the solution you can host the application on some public url so that we can test it and also send the source code by uploading it to git or by sending a zip file of the code. this my task how to creat it
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
i have another doubt can i ask
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
Okay Thanks
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
@TeBeCo so i want to creat the project vue js in vs code and .net api in visual studio 2022 how to conntect the app
51 replies
CC#
Created by Murali on 10/30/2024 in #help
✅ Vue js + .Net Web Api
Okay, I have an idea this, like I want to create the web API in Visual Studio 2022 and VueJS in VS Code that the partten @TeBeCo
51 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
Bro, I made the pos view as you suggested, but it's still taking a delay.
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
I Try This But Also Came This
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
No i creat the new project to Set The Hearder Stay Just Content Page should change
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
can change the contenpage down
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
<Grid> <!-- Define the layout for the vertical tab bar and the content area --> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> <!-- Vertical Tabs --> <ColumnDefinition Width="" /> <!-- Dynamic Content Area --> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="Auto"/> <!-- Fixed Header --> <RowDefinition Height=""/> <!-- Remaining Content --> </Grid.RowDefinitions> <!-- Fixed Header --> <HorizontalStackLayout Grid.Row="0" Grid.ColumnSpan="2" BackgroundColor="Gray" Padding="10"> <Button Text="Dashboard" Command="{Binding ChangeTabCommand}" CommandParameter="Dashboard" /> <Button Text="POS" Command="{Binding ChangeTabCommand}" CommandParameter="POS" /> <Button Text="Table" Command="{Binding ChangeTabCommand}" CommandParameter="Table" /> <Button Text="Settings" Command="{Binding ChangeTabCommand}" CommandParameter="Settings" /> <Button Text="Logout" Command="{Binding ChangeTabCommand}" CommandParameter="Logout" /> </HorizontalStackLayout> <!-- Vertical Tab Bar --> <!-- Dynamic Content Area --> <ContentView Grid.Row="1" BackgroundColor="Red" Grid.Column="1" Content="{Binding CurrentPage}"> <!-- Content will be swapped here based on the selected tab --> </ContentView> </Grid>
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
this i creat the Header
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
No description
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
this Another Doubt
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
Can We Creat A Application Like The Header Is Fixed That Content Should Chage We Can Able to do like that
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
No description
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
While My Application As Full Screen I Want to Like Toast in Bootstrap but i used maui Tost is Going Backside of my screen i want to creat like bootstrap how
88 replies
CC#
Created by Murali on 10/15/2024 in #help
Delay While Page Loading
Okay
88 replies