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

Improvements to the project browser #47

Open
1 of 2 tasks
macMikey opened this issue Sep 22, 2022 · 5 comments
Open
1 of 2 tasks

Improvements to the project browser #47

macMikey opened this issue Sep 22, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@macMikey
Copy link
Owner

macMikey commented Sep 22, 2022

  • filter
  • refresh
@macMikey macMikey moved this from Todo to Hack LC in LCB-missing-manual Sep 22, 2022
@BerndN
Copy link
Collaborator

BerndN commented Sep 22, 2022

for refresh:

in handler preOpenStack of revprojectbrowserbehavior.livecodescript add this line to the "footer" section:

addFrameItem "refresh", "footer", "action", "Refresh PB", "refresh", "", "doRefresh", the long id of me

Then add handler doRefresh e.g. at the bottom of the script

on doRefresh
lock screen
setUpProjectView
buildProjectView true
unlock screen
end doRefresh

This will add a "refresh" icon to the footer of PB

@macMikey
Copy link
Owner Author

Why not propose a QR to LC, since you did the work on it?

@BerndN
Copy link
Collaborator

BerndN commented Sep 22, 2022

There is a pull-request on GitHub with my code by Mark Wieder (not merged) and also a bit burried in a QCC uploaded attachement by me.
On the other hand I am absolutely convinced that the PB will be fixed to the point where it will never fail again... :)

@macMikey
Copy link
Owner Author

really.
huh.
i don't believe you, Bernd.
you could always contribute more of these great ideas to a new repo for hacking LiveCode, so at least people who are interested can find them, easier.

@macMikey
Copy link
Owner Author

probably moving the filter to macMikey/LC-HACK#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Hack LC
Development

No branches or pull requests

2 participants