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

ToolBar Editor #363

Closed
chunmingwang opened this issue Aug 29, 2022 · 12 comments
Closed

ToolBar Editor #363

chunmingwang opened this issue Aug 29, 2022 · 12 comments

Comments

@chunmingwang
Copy link
Contributor

chunmingwang commented Aug 29, 2022

1, Can't display the icons on desing time.

desing time
Untitled-desingtime

run time
Untitled-runtime

2, Can't Insert/Move Up/Move Down during index on added button

here is my test project
MDIForm.zip

@XusinboyBekchanov
Copy link
Owner

Fixed: Opening Resourc file on Designer:
efc55e6

You need change:
.Add "New " , "New"
to:
.Add "New", "New"

@chunmingwang
Copy link
Contributor Author

You need change:
.Add "New " , "New"
to:
.Add "New", "New"

Thanks!

@XusinboyBekchanov
Copy link
Owner

Added: Insert, Move Up and Move Down functions to ToolBar Editor and StatusBar Editor, Fixed: Opening StatusBar Editor:
82c2e8d

Added: ControlRepaint Export sub for Control, ChangeIndex method for List, PanelIndex property to StatusPanel, ChangePanelIndex method for StatusBar, ButtonIndex property to ToolButton, ChangeIndex method to ToolButtons:
XusinboyBekchanov/MyFbFramework@ef12e10

@chunmingwang
Copy link
Contributor Author

Thanks!

@chunmingwang
Copy link
Contributor Author

chunmingwang commented Aug 29, 2022

Turn ToolBar or StatusBar Visible off, how to redraw the MDI client?

1661758133197

@XusinboyBekchanov
Copy link
Owner

You need:
MDIForm.RequestAlign

@chunmingwang
Copy link
Contributor Author

it works, thanks!

@XusinboyBekchanov
Copy link
Owner

I think it's already been decided. Please confirm.

@chunmingwang
Copy link
Contributor Author

chunmingwang commented Aug 31, 2022

Will displaying icons at design time improve in the future?

@chunmingwang
Copy link
Contributor Author

Move it to suggestion, close it

@XusinboyBekchanov
Copy link
Owner

It works:
image

@XusinboyBekchanov
Copy link
Owner

In this comment, I said that I fixed it:
#363 (comment)

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

2 participants