-
Notifications
You must be signed in to change notification settings - Fork 42
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
Modify/Delete Mappings #235
Comments
@eselmeister Sir, do the buttons(DELETE,Export,Reset,Import) need to be put inside the setting mappings UI beside the Ok and Exit button or it should be aligned with extended legend buttons? |
Hi Tanmay,
please place them inside the "Setting Mappings" dialog right aligned on
top of the list "ID, Description". Use the code snippet as a hint:
Composite composite = new Composite(parent, SWT.NONE);
GridData gridData = new GridData(GridData.FILL_HORIZONTAL);
gridData.horizontalAlignment = SWT.END;
composite.setLayoutData(gridData);
composite.setLayout(new GridLayout(2, false));
... create Button
... create Button
Best,
Philip
Am 01.03.21 um 18:17 schrieb Tanmay Raikwar:
…
Do the buttons(DELETE,Export,Reset,Import) needs to be put inside the
setting mappings UI beside the Ok and Exit button or
it should be aligned with extended legend buttons?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#235 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFHUT2XIPJGTGBQ3PS62XDTBPD2JANCNFSM4T5UAPZA>.
--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » [email protected] » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~
|
@eselmeister Sir, I am stuck. I am unable to create any changes/or create a button inside the "Setting Mappings" dialog. And even if I create a button it gets placed in extended legend. Could you please help me? |
Tanmay,
try harder to find a solution :-).
Best,
Philip
Am 06.03.21 um 09:42 schrieb Tanmay Raikwar:
…
@eselmeister <https://github.com/eselmeister> Sir, I am stuck. I am
unable to create any changes/or create a button inside the "Setting
Mappings" dialog. And even if I create a button it gets placed in
extended legend. Could you please help me?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#235 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFHUT3EHNCZ7CYYO3CDZZ3TCHTHJANCNFSM4T5UAPZA>.
--
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » [email protected] » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~
|
|
I have an idea how to enable the reset functionality without hassles. |
This is a complex issue :-). I have recognized, that the export dialog changes the settings too. The export shall only change the series settings temporarily. |
Though this issue was a bit more complex than anticipated, many issues needed for the following issue have been implemented yet: |
It would be nice to edit the mappings, e.g.
The text was updated successfully, but these errors were encountered: