Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[suggest] for CraftOS #622

Open
gameplays12303 opened this issue Aug 15, 2023 · 4 comments
Open

[suggest] for CraftOS #622

gameplays12303 opened this issue Aug 15, 2023 · 4 comments

Comments

@gameplays12303
Copy link

gameplays12303 commented Aug 15, 2023

i have been having some trouble with getting the absolute position of a window
i have added some code to the window.get-position
i was wondering if this may do
this
function window.get_abs_Position() local posx,posy = 1,1 if parent..get_abs_Position then posx,posy = parent..get_abs_Position() end return nX+posx-1, nY+posy-1 end
yes i check it works with backwards capability it will not break a program
it work with lua in both outside and inside the multi-shell
that means with and without the menu bar
if it doesn't pass here i will not be asking CC:Tweaked to implement it for backwards reasons

@gameplays12303
Copy link
Author

gameplays12303 commented Aug 15, 2023

i need to comeback later and put in the zip files of the programs that need to be replaced
these will contain the code for your system it's getting late for me i should have this done by tomorrow after noon

@Lupus590
Copy link
Contributor

This repo is dead and (other than people making issues/PRs) has had no activity for years. CC:Tweaked is the defacto continuation of the mod so all suggestions should directly go to there.

@vico93
Copy link

vico93 commented Aug 15, 2023

Link for convenience: https://github.com/cc-tweaked/CC-Tweaked

@gameplays12303
Copy link
Author

thanks i for telling me i new computer craft wasn't being updated but wanted to make sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants