Giter Club home page Giter Club logo

Comments (8)

nonamelive avatar nonamelive commented on July 18, 2024

In addition, I found that my title bar height was limit to 22 because of this method in INAppStoreWindow.m: float minTitleHeight = [self _minimumTitlebarHeight];

from inappstorewindow.

sebj avatar sebj commented on July 18, 2024

Agree with you nonamelive , a sample project would be useful

from inappstorewindow.

indragiek avatar indragiek commented on July 18, 2024

Try this:

INAppStoreWindow *aWindow = (INAppStoreWindow*)[windowController window];
aWindow.titleBarHeight = 60.0;

I came upon this issue before and the problem seemed to go away when I typecasted the window to the INAppStoreWindow class. But sure, I'll post an example project later today.

from inappstorewindow.

nonamelive avatar nonamelive commented on July 18, 2024

It works now! It's so strange that I have to typecast the window. Anyway, thank you so much!

from inappstorewindow.

indragiek avatar indragiek commented on July 18, 2024

Yeah I don't know why a typecast would be necessary to make it work, maybe something weird going on with the property accessor or something. In any case, I'll post up an example project and edit the README to clarify this.

from inappstorewindow.

jonsterling avatar jonsterling commented on July 18, 2024

There's definitely something funky going on with that. Compile-time types for anything derived from objc_object* are really irrelevant at runtime, so I don't understand how that could affect message dispatch. This is rather intriguing.

from inappstorewindow.

indragiek avatar indragiek commented on July 18, 2024

I'm confused by it as well. One thing I'm thinking is that maybe NSWindow already has a private titleBarHeight property or something that could be conflicting with mine, but I don't find that likely.

from inappstorewindow.

indragiek avatar indragiek commented on July 18, 2024

Added a simple example project in the latest commit.

from inappstorewindow.

Related Issues (20)

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.