Quartz Composer : can't see anything in timeline patch - quartz-composer

I'm very close to have a nervous breakdown ... I hope you can help me
I try to add a timeline patch into a Composition but when I open the Patch Information for edit the Timeline ... there's nothing, only the help text, and if I put it down, a grey empty space ... Do I miss to install a third party soft/add-on ?
It's seems like no one had this problem before ...
In advance thank you.

I uploaded Timeline patch into Animated Cloudscomposition and QC successfully showed its Settings window when I pressed:
Cmd+2.
So, for me everything works fine.
Try using the latest version of QC.

Related

android studio log cat automatically newline

I use Android studio 2.0.
Logcat show logs, but little bit odd.
I want to see one line. but it don't work.
Former Android studio 1.5 is show one line.
Please let me know how do that.
http://i.stack.imgur.com/26DCW.png
may be your soft wrap properties are enable.
Go to File--> Settings --> Editor --> General.
in General there is one option use soft wrap in editor.
just disable this option and try..
I think it works.
if it is not working then try this
there is red circle just click at that property on once.. your problem will be solved.
thank you.

Why do folded code blocks unfold "automatically" in PhpStorm

While writing code in PhpStorm the folded code blocks unfold automatically. I don't know why and this is making me real crazy. Somebody please help.
It's a bug -- very annoying bug.
https://youtrack.jetbrains.com/issue/WEB-13995 -- watch this ticket (star/vote/comment) to get notified on progress.
UPDATE: Current status of the corresponding ticket is "resolved" so it must be working OK in WebStorm v11/PhpStorm v10.

Can't move tabs in PHP Storm

I'm trying to drag navigation tabs to new positions (and also to a different screen) in the editor in PHP Storm - I used to be able to do it but now it won't let me.
Anyone have any idea what's going on here? I'm on the EAP and have been switching between that and the stable release.
[edit] I've gone in to preferences/settings and checked tab-related settings, so far no joy.
I had the same problem, and for me it was "Drag-n-drop with alt pressed only". Had to turn it off. You can search for it with just "ALT"
If anyone still experiences this problem - the most common reason of being unable to change order of tabs by drag and drop is having one of Tab Order options enabled. Here is where it sits:

Action Script 3 (AS3) Trace not working

Hello guys i have very big problem with Action Script 3 trace function?
Here is my code and it dont work..
Output is empty.
trace("HI");
Can someone tell me fow to fix it?
I have tryed to find answer in some search engines but i was unable to found
Im Using Adobe Flash Cs 5.5
Yes i can make something on as3 but i cant test on as3
Traces will only appear if you run it in debug mode, not if you simply "run" it. This might be the issue? I can't remember how flash cs5.5 does it when you run with F9.
Hey guys i found the solution :)
Go to the top right corder of the output window and click on the list icon, then make the filter to Verbose.
Also, check that "Omit trace statements" is NOT checked in the Publish Settings
seems you are PUBLISHING (f12), when you should have used Ctrl + ENTER (Control > Test Movie). If you are really publishing (outside of the Flash IDE), the Output Panel will never shows anything.

How to disable/hide an error in Flash Builder 4

When writing code sometimes those red error icons pop up on the left side. Most of the time they are on point, but sometimes they are wrong. How can I hide them. They annoy me too much.
The red ones are proper errors, I am concerned about that they should actually be "wrong". The yellow (or orange) ones are warnings which can be hidden by using proper AS3 syntax.
Rob
By default when you save your code in process of editing Flash Builder performs rebuilding of your project and if you have some errors in file (unfinished lines for example) it shows them as red markers.
If you want to control build process manually you can go to the Project menu and deselect Build Automatically. Now you can invoke build process manually to show error markers when you want. Just go to the same Project menu and select Build project. You can even assign keyboard shortcut for this operation.
Hope this helps!