Alix
Alix
Explore posts from servers
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
thanks
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
or do i just need to host the bot on vps and talk with each other
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
1 more question @Walshy | Deploying so this site is for a discord bot to have a dashboard, so the backend is python you know how i could use it or is there a docs for?
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
thanks
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
got it
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
so it installs that version
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
so best to do is to add it in package json
17 replies
CDCloudflare Developers
Created by Alix on 9/12/2024 in #pages-help
building pages failed
when i do node --version in console i see 20.15.0
17 replies
CC#
Created by Alix on 11/27/2023 in #help
await Shell.Current.GoToAsync($"///MainPage"); not working
??????
6 replies
CC#
Created by Alix on 11/27/2023 in #help
await Shell.Current.GoToAsync($"///MainPage"); not working
someone?
6 replies
CC#
Created by Alix on 11/27/2023 in #help
await Shell.Current.GoToAsync($"///MainPage"); not working
c#
private async void OnLoginSuccess()
{
Debug.WriteLine("Before navigation");
await Shell.Current.GoToAsync($"///MainPage");
Debug.WriteLine("After navigation");
}
c#
private async void OnLoginSuccess()
{
Debug.WriteLine("Before navigation");
await Shell.Current.GoToAsync($"///MainPage");
Debug.WriteLine("After navigation");
}
6 replies
CC#
Created by Alix on 11/27/2023 in #help
await Shell.Current.GoToAsync($"///MainPage"); not working
and this is my appshell.xaml
c#
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="MauiInvoiceApplication.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MauiInvoiceApplication"
xmlns:pages="clr-namespace:MauiInvoiceApplication.Pages"
Shell.FlyoutBehavior="Disabled">

<ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" />

</Shell>
c#
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="MauiInvoiceApplication.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MauiInvoiceApplication"
xmlns:pages="clr-namespace:MauiInvoiceApplication.Pages"
Shell.FlyoutBehavior="Disabled">

<ShellContent Title="Home" ContentTemplate="{DataTemplate local:MainPage}" Route="MainPage" />

</Shell>
6 replies
CC#
Created by Alix on 11/27/2023 in #help
await Shell.Current.GoToAsync($"///MainPage"); not working
this app.xaml.cs
c#
using MauiInvoiceApplication.Pages;

namespace MauiInvoiceApplication
{
public partial class App : Application
{
public App()
{
InitializeComponent();

MainPage = new NavigationPage(new LoginPage());
}
}
}
c#
using MauiInvoiceApplication.Pages;

namespace MauiInvoiceApplication
{
public partial class App : Application
{
public App()
{
InitializeComponent();

MainPage = new NavigationPage(new LoginPage());
}
}
}
6 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
so i renamed one and it is fixed now
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
the code didn't like that i had 2 dbconnect with the same name (db)
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
i found out what the problem was
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
i am using row.close() right so it should close the datareader right?
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
but i do close them everywhere correctly right
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
yeah i know that
16 replies
CC#
Created by Alix on 11/13/2023 in #help
error about datareader
got nothing more sadly
16 replies