Questions tagged [polymer-designer-tool]

Polymer Designer Tool

Polymer is built on top of a set of powerful new web platform primitives called Web Components. Polymer Designer Tool is primarily a tool to make easy to dive into prototype apps.

Features

  • Drag and Drop Style
  • Broad range of Custom-Elements to select from
  • Built-in Code editor to make changes that cannot be done in the Drag and Drop editor
  • Easily save the code to a GitHub Gist.
  • Instant Preview of the custom element

References:

26 questions
4
votes
1 answer

Adsense not working with Polymer design

I'm in the middle of a project building a website for a family takeaway, I've managed to get the core design right for what I want. I now have a problem displaying adsense within my website. I receive a message in console Uncaught Error:…
3
votes
1 answer

Polymer typescript (ide) support

I'm interested in Polymer in combination with typescript. some good approaches have been discussed and seem to work nicely. My interest goes deeper: generate typescript definition files for the current polymer elements from the jsdoc…
3
votes
1 answer

What is the equivalent to Platform.flush() in Dart?

I was trying to migrate one library from polymer.js to polymer.dart and I found this line: Platform.flush() And I was wondering what is the equivalent in dart. this line appears on line 32 in next…
Luis Vargas
  • 2,466
  • 2
  • 15
  • 32
2
votes
1 answer

How to capture screen shot of polymer elements in html and javascript?

I have a web page I want that when I click capture button then it should capture the screen of the web page including google polymer elements and save it in root folder. I have tried html2canvas library but it is not working.
2
votes
1 answer

How to use code from Polymer Project Designer in another HTML doc

So I built a little guy in Polymer Project Designer: http://www.polymer-project.org/tools/designer/preview.html#ca22c086297bb41ee6e0 And want to use it in another HTML file on my computer that is local. I have absolutely no idea how to do this, I…
user3684314
  • 707
  • 11
  • 31
2
votes
0 answers

Polymer Designer - Dart Port

Polymer recently unveiled an initial version of its GUI designer at http://www.polymer-project.org/tools/designer/ However, all codes generated are in JavaScript. Does Dart-polymer team plans to create a port that actually generates Dart…
st_clair_clarke
  • 5,453
  • 13
  • 49
  • 75
1
vote
1 answer

Navigation through dynamic pages polymer

i'm working on a polymer webApp with spring-boot, so far I've did like two seperate apps because I can't figure out how to navigate from tab to tab, I'd really like to merge the two I don't mind having buttons to navigate please. As u can see in the…
mahaSaez
  • 57
  • 1
  • 10
1
vote
2 answers

Polymer core-list not working in chrome

We have a Polymer page in an application using core-list component. The component works perfectly fine with Firefox and Safari. However with Chrome it behaves weird. Any Polymer expert who can help solve this issue ? Here are details of the issue:…
1
vote
1 answer

Cant install Bower on pi with python No compatible version found: bower

Newbie here. I have spent hours. Goal is to install Poylmer, I tried installing bower to no end. Then did Poylmer zip file and put it in myproject directory. I am trying to do 10 min tutorial LOL it requires bower which I have not been success…
Bodine
  • 39
  • 1
  • 9
1
vote
2 answers

Phonegap with polymer material design is not working

I am making an android phonegap app using polymer material design. Its working fine in chrome but in phone its showing the following error Imported resource from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy:…
1
vote
1 answer

Polymer designer code generation flow?

I am working on re-purposing the designer with my custom elements added to the palette. In the generated code the ids for the elements are obviously created from the element name and then a digit is appended based on how many you add. I want to…
Tim Cook
  • 655
  • 1
  • 8
  • 18
1
vote
1 answer

Losing work by accidental page navigation in Polymer Designer

When working in Polymer Designer if you accidentally navigate in the browser (say, via an incomplete link in your app or a gesture in Chrome) and then hit the back button all of your data is lost, reseting the canvas to the initial blank-slate…
1
vote
1 answer

Script/Design toggle button in polymer designer malfunction

I am experiencing a weird behavior of the polymer designer tool. When I click on the code/designer toggle button it switches to the code. Then when I switch back to the design it is gone. The Tree also only shows the default my-element element. Am I…
Lukasz
  • 2,257
  • 3
  • 26
  • 44
1
vote
0 answers

Selecting an icon set not working in polymer designer

According to this page, you can specify an icon from a different icon set by separating th icon set and the icon with a colon. The example they give is social:cake, but that oesn't seem to work in Polymer Designer. Am I doing something wrong, or is…
bigblind
  • 12,539
  • 14
  • 68
  • 123
1
vote
1 answer

How do I make a section scroll to fit content in the Polymer Designer Tool?

I know very little about programming, but I'm excited about the prospect of Polymer making these advanced objects as simple as working in an HTML doc. Anyway, there's some basic stuff I can't figure out, like how to get a section to scroll to fit…
1
2