wTechnoo / ConsoleButtons

Clickable buttons for console!
22 stars 0 forks source link

all is very good, really #3

Closed UnrealKaraulov closed 2 years ago

UnrealKaraulov commented 2 years ago

Color is not ConsoleColor

manager.Initialize();

not found

UnrealKaraulov commented 2 years ago

@wTechnoo also I can't see buttons

UnrealKaraulov commented 2 years ago

Please update example from Readme and add working buttons/sliders etc.

UnrealKaraulov commented 2 years ago

@wTechnoo also Color.Aqua not found, and ConsoleColor.Aqua not found.

UnrealKaraulov commented 2 years ago

After fix all your error in code i got next:

image

wTechnoo commented 2 years ago

Hello Unreal, are you using the latest version? If not, please upgrade to the newest.

Em ter, 15 de fev de 2022 8:23 AM, Unreal Karaulov @.***> escreveu:

After fix all your error in code i got next:

[image: image] https://user-images.githubusercontent.com/88730285/154052460-088a0c31-356f-42ae-a26d-6c8358b54f2b.png

— Reply to this email directly, view it on GitHub https://github.com/wTechnoo/ConsoleButtons/issues/3#issuecomment-1040156865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AREET3MIQBAOYUVEKKRAF5TU3IZRXANCNFSM5OOGR46A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

UnrealKaraulov commented 2 years ago

yes latest!

Hello Unreal, are you using the latest version? If not, please upgrade to the newest. Em ter, 15 de fev de 2022 8:23 AM, Unreal Karaulov @.> escreveu: After fix all your error in code i got next: [image: image] https://user-images.githubusercontent.com/88730285/154052460-088a0c31-356f-42ae-a26d-6c8358b54f2b.png — Reply to this email directly, view it on GitHub <#3 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AREET3MIQBAOYUVEKKRAF5TU3IZRXANCNFSM5OOGR46A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.>

Yes I install latest verion via nuget command from main page

wTechnoo commented 2 years ago

Ok good, you said you fixed the earlier errors, what's happening now?

UnrealKaraulov commented 2 years ago

yes sorry for english bad know, I got same errors , may be you add errors to nuget package?? or in exampe?

wTechnoo commented 2 years ago

My bad Unreal, you don't need to do manager.Initialize() anymore, and you have to use ConsoleColor instead of Color on the button.WriteWithColor. Just remove manager.Initialize() and change Color.ColorHere to ConsoleColor.ColorHere

Example: image

UnrealKaraulov commented 2 years ago

My bad Unreal, you don't need to do manager.Initialize() anymore, and you have to use ConsoleColor instead of Color on the button.WriteWithColor. Just remove manager.Initialize() and change Color.ColorHere to ConsoleColor.ColorHere

Example: image

Yes I do fix all your errors in code, and got problem ![Screenshot_20220215-225512](https://user-images.githubusercontent.com/88730285/154138945-267a1a80-1791-4dd4-ab5b-9a9190446762.png

Please fix this issue.

wTechnoo commented 2 years ago

I'll take a look once I have some time, for now try older versions please.

UnrealKaraulov commented 2 years ago

@wTechnoo you can just upload fixed version to nuget, i tried with net framework 4.8 and Windows 10 x64, possible you just write not working code?))))

Leifern6911 commented 2 months ago

@wTechnoo you can just upload fixed version to nuget, i tried with net framework 4.8 and Windows 10 x64, possible you just write not working code?))))

Hello. I have the same program, did u fix this?