Godot Problematic CustomStyle, how can fix this? - game-engine

Godot version: 3.1 STABLE OS/device
including version: WINDOWS/OS
I’m making a movable window in my game, and I’ve used the popup() function. The fact is that I want to style it like a terminal, so I have made a custom style (StyleBoxFlat). The problem here is that the “title part” of the popup is becoming transparent. How I can fix this?
Illustration
Solution from post to Godot Github tracker:

Problem solved. I just Added the solution in the first post.

Related

Blender: border rendering is not supported by sequencer

Im using blender to edit a video and when i try to render it, it comes up with the error: border rendering is not supported by sequencer.
Using blender 2.80
Disabling Render Region fixed the problem for me.
Turning off border rendering (render region blender 2.8) in Rendering -> Properties -> Output properties
fixed it for me.
I recall playing with menus and the hypothesis is that I checked it somewhere along the way to cause that problem in the first place.
I cant comment yet bc of reputation apparently, so I guess I have to leave my comment behind here. I do have an answer but I'm not sure if it is a correct one.
I had the same problem, and I think i fixed it by unchecking the sequencer box under Post processing in the same tab as where you edit the format and encoding etc. But now that it does let me render my video (just a picture with audio under it) the render result is audio only? Could be a seperate problem or part of this solution, idk. Would unchecking that box help for you?

IntelliJ IDEA 2018.2 shows code completion ctrl+space hints and dissapear after 0.5 sec

I'm working with IDEA 2018.2, and when I use intellisense/autocomplete, hints dissapears after about 0.5 sec. I use ctrl+space, see hints and I can't even read them all when it's gone.
It all started when I began new project in React Native, in my Java projects everything works fine.
I looked in Settings->Editor->Code Completion and didin't find anything.
Also I can mention that since i began React Native project, on my bottom bar file indexation blinks for a while every 2 sec. (that's another problem for another topic, but it might be connected).
CrazyCoder's solution fixed my problem.
I updated my IntelliJ to newest version (EAP), and it resolved both problem, with blinking indexing and broken intellisense.
Reposting link for community: https://confluence.jetbrains.com/display/IDEADEV/EAP
Had the same problem File > Invalidate Caches / Restart fixed it for me.

Phonegap simple editing

I am currently about to start on a project in PhoneGap / Cordova.
In the application I would like to take a photo, with the getPicture function, and after this do a very simple photo editing.
The editing consist of the simple thing to add two points (circles, dots, whatever) to the picture, and then save it, and use for upload.
I can't seem to find any plugins offering this function, so what I seem to need is some native code, that I can implement as a plugin by myself.
What is the easiest way to achieve this?
Any help, pointing me in the right direction will make me happy.
Thank you,
Jens
I think what you need is html5 canvas.
I have experienced in editing the image on the webcam with phonegap.
However, the requirement of you seems to be easier. You can take a photo with getPicture api at first. Then do what you want on canvas.

Custom icon for each NSUserNotification?

Is there any way to provide custom icons for each NSUserNotification, instead of the default app logo? Like the iconData parameter in Growl.
I want to show "Someone has just posted something" with the photo of this "someone".
You still cannot change the (default) image showing your app's icon, but starting in OS X Mavericks you can in addition display an additional image using the new property contentImage, e.g. like this:
This new property isn't documented in the NSUserNotification class reference, but mentioned in the Foundation Release Notes for OS X 10.9.
Currently not (Mountain Lion). You should post a feature request.
I know this question has been dead for 5 years, but in case someone finds that question and is still looking for a solution, there is that one:
https://github.com/indragiek/NSUserNotificationPrivate
I've tested it in macOS Sierra and it still works. Just be warned, quoting the project creator:
This should go without saying, but using any of this will result in
your app being rejected from the MAS (Mac Apple Store) and potentially breaking if the
APIs change.
Looking for a related answer about NSUserNotifications I found your question. Officially it's not yet supported. But I wrote a little custom control you can use that may fit your needs. Take a look on this Github repository.

Animation/Transition-Creator for iOS/Objective-C?

Together with an illustrator I want to create some screens with lots of animations/transitions (moving sprites). I need the illustrator to do the animation. He knows how to use AfterEffects so best would be some kind of timeline-tool to create the transitions/scalings/alphas etc.
My question is now: Is there some kind of tool out there that could be used to create animations and then export the used parameters to objective-c to import it to xcode?
Thanx!
To my knowledge: No.
We spend some time a couple of months back trying to find something similar to Expression blend, just for iOS, but without luck.
If you however are planing to make your app for MacOS and not iOS you can take a look at quartz composer. For iOS you could also take a look at storyboard (here is a link to fairly good tutorial), but I'm afraid your needs will not be met by the features of storyboard.
I found Flash2Cocos2D and I think this is the best solution available right now.
Also promissing: cocosbuilder!