Git Product home page Git Product logo

Comments (10)

wp-xyz avatar wp-xyz commented on August 25, 2024 1

Please test.

from hex.

wp-xyz avatar wp-xyz commented on August 25, 2024 1

By the way, why do you provide another OMultiPanel.pas? Shall we replace the original file from the package?

Ah, this is a left-over from a previous version where I had tried to create all the subpanels at runtime (which would not force me to install this package which I don't use for anything else) - but I did not get it to work and finally switched to designtime-creation of the MultiPanel. I'll do some more tests and then delete the unit here.

from hex.

wp-xyz avatar wp-xyz commented on August 25, 2024 1

I would like to announce your project on this website. Could you please tell me what needs to be said about the project, according to you? What would you think of creating a little README? When you have time, of course.

Nice. But let me first write the README in the next days.

from hex.

wp-xyz avatar wp-xyz commented on August 25, 2024 1

By the way, why do you provide another OMultiPanel.pas? Shall we replace the original file from the package?

Ah, this is a left-over from a previous version where I had tried to create all the subpanels at runtime (which would not force me to install this package which I don't use for anything else) - but I did not get it to work and finally switched to designtime-creation of the MultiPanel. I'll do some more tests and then delete the unit here.

Now I looked at it again and was able to create the OMultiPanel at runtime. Therefore, it is no longer required to install this package into Lazarus since its only unit is contained in the source folder.

from hex.

wp-xyz avatar wp-xyz commented on August 25, 2024 1

Changed the filter mask to contain also the '*'. Should work always now.

from hex.

rchastain avatar rchastain commented on August 25, 2024

Please test.

It works now. Thank you.

By the way, why do you provide another OMultiPanel.pas? Shall we replace the original file from the package?

from hex.

rchastain avatar rchastain commented on August 25, 2024

I would like to announce your project on this website. Could you please tell me what needs to be said about the project, according to you? What would you think of creating a little README? When you have time, of course.

from hex.

rchastain avatar rchastain commented on August 25, 2024

Nice. But let me first write the README in the next days.

OK. Thanks.

from hex.

rchastain avatar rchastain commented on August 25, 2024

Nice. But let me first write the README in the next days.

Thank you for the README. After reading it I could better understand the (very powerful) features of the application. Congratulations for that beautiful software!

Announcement made.

Bis bald!

from hex.

rchastain avatar rchastain commented on August 25, 2024

Found a last small issue. On Linux, I can't open a file which hasn't an extension in its name, because of the value of the filter (*.*).

The simplest solution (if I may suggest) would be to remove these lines, which (I believe) are not needed:

procedure TMainForm.acFileOpenExecute(Sender: TObject);
var
  i : integer;
begin
  with OpenDialog do begin
    FileName := '*.*'; // <----
    Filter := 'All files (*.*)|*.*'; // <----
    DefaultExt := ''; // <----

from hex.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.