Search found 30 matches

by JoeB
Wed Jan 08, 2014 2:22 pm
Forum: TopStyle
Topic: Freezing (Customize preview files)
Replies: 0
Views: 5296

Freezing (Customize preview files)

When adding / removing files from the "customize preview files" dialog. closing the dialog causes the application to crash. Problem signature: Problem Event Name: APPCRASH Application Name: TopStyle5.exe Application Version: 5.0.0.102 Application Timestamp: 52af006f Fault Module Name: ntdl...
by JoeB
Mon Oct 28, 2013 7:03 am
Forum: TopStyle
Topic: sass / less
Replies: 14
Views: 24527

Re: sass / less

The world has moved on. LESS support is now essential. It needs to be added or you'll be losing customers. Its VERY useful being able to define your site colors as variables once at the top of the .less file, then use them throughout ! Saves massive amounts of coding, and massive amounts of work sho...
by JoeB
Fri Mar 29, 2013 2:51 pm
Forum: TopStyle
Topic: Delete temp files
Replies: 0
Views: 4673

Delete temp files

Untitled.jpg
Untitled.jpg (83.08 KiB) Viewed 4673 times
Delete temp files is greyed out in the prefs. If there a reason for this?

My server is littered with _ts5tmp files and i need to get rid of this.
by JoeB
Fri Mar 29, 2013 2:00 pm
Forum: TopStyle
Topic: Freezing when changing preview browser
Replies: 2
Views: 5494

Re: Freezing when changing preview browser

thanks :)
by JoeB
Fri Mar 29, 2013 8:54 am
Forum: TopStyle
Topic: multiple selectors in a file
Replies: 0
Views: 4205

multiple selectors in a file

Is there a way to display multiple defs of a selector in a sheet in the CSS selector panel? I have this: #my-selector { } : : : #my-selector { } But i have to search for the 2nd instance, even though the style checker tells me there are 2, it doesnt tell me where the 2nd (or third) one is in the she...
by JoeB
Fri Mar 29, 2013 8:17 am
Forum: TopStyle
Topic: bad url(...)`
Replies: 2
Views: 5644

Re: bad url(...)`

I dont use the style checker because it displays tons of errors that are not errors #carousel ul.navigator-wrap-inner li .red { border: 1px solid #bb2325; background: #bb2325; /* Old browsers */ background: -moz-linear-gradient(top, #ef4439 0%, #bb2325 100%); /* FF3.6+ */ background: -webkit-gradien...
by JoeB
Thu Mar 28, 2013 4:17 pm
Forum: TopStyle
Topic: bad url(...)`
Replies: 2
Views: 5644

bad url(...)`

In the same way as TS highlights bad CSS code red, can the editor please highlight dead links in URL(...) statements red also?
At the moment, i have to CTRL+click on the URL to check if its valid for each URL(..) which takes ages if there are lots of background images etc.
by JoeB
Wed Mar 27, 2013 4:20 pm
Forum: TopStyle
Topic: Freezing when changing preview browser
Replies: 2
Views: 5494

Freezing when changing preview browser

I changed to IE browser, now every time i open the "preview options" button, the menu is shown, then the program freezes up.

I cannot change the browser previewer back to chrome.

Please help! Is there any other way to change it back to chrome? I cant use this program now, gerrr.
by JoeB
Sun Mar 17, 2013 12:59 pm
Forum: TopStyle
Topic: prefixr cant handle commented code
Replies: 1
Views: 5097

prefixr cant handle commented code

prefixr fails of code is commented. Produces this: Prefixr cant handle commented code: #asdf { /* border-radius: 15px; */ /* box-shadow: inset 0px 2px 10px 3px rgba(255, 255, 255, 0.5), 0px 5px 10px 5px rgba(0,0,0,0.75); */ box-shadow: inset 0px 2px 10px 3px rgba(255, 255, 255, 0.5), 0px 1px 2px 1px...
by JoeB
Sun Mar 17, 2013 12:51 pm
Forum: TopStyle
Topic: Prefixr fails when @import is used.
Replies: 1
Views: 4824

Prefixr fails when @import is used.

Having this in a CSS file will cause prefixr to fail.

@import url(font.css);
by JoeB
Sun Mar 17, 2013 12:50 pm
Forum: TopStyle
Topic: CSS tidy deletes code
Replies: 1
Views: 4996

CSS tidy deletes code

#asdf { background: -moz-linear-gradient(top, #903193 0%, #cb6bab 100%); background: -o-linear-gradient(top, #903193 0%, #cb6bab 100%); background: -ms-linear-gradient(top, #903193 0%, #cb6bab 100%); } Doing a CSS tidy (default settings) on the above produces this: #asdf { background:0; } Quite clea...
by JoeB
Sun Mar 17, 2013 7:29 am
Forum: TopStyle
Topic: Prefixr to also apply PIE
Replies: 0
Views: 5080

Prefixr to also apply PIE

Can this be added to the Prefixr ?

It allows CSS3 to be used in Internet explorer. Adding it manually to all my classes is a PITA, especially when topstyle has prefixr built in :)

http://css3pie.com/documentation/getting-started/
by JoeB
Fri Mar 08, 2013 7:17 am
Forum: TopStyle
Topic: Multiple problems when using html preview
Replies: 22
Views: 24890

Re: Multiple problems when using html preview

I got this too, i have also turned it off and it only updates on page save.
by JoeB
Fri Mar 01, 2013 2:34 pm
Forum: TopStyle
Topic: Keyboard shortcuts
Replies: 1
Views: 5440

Keyboard shortcuts

I have assigned CTRL+Y to REDO. Every time i open TS, the shortcut doesn't work until i go into "keyboard shortcuts". From this point on, the shortcut works, until i close and reopen TS. V5.0.94 To Reproduce: Set up a shortcut. Close TS. Open TS. type something. CTRL-Z (undo) CRTL-Y (redo ...
by JoeB
Tue Feb 26, 2013 7:35 am
Forum: TopStyle
Topic: Multiple problems when using html preview
Replies: 22
Views: 24890

Re: Multiple problems when using html preview

Bump. Is anyone else seeing this issue?