Samsung TV Emulator font size - samsung-smart-tv

Can someone please help me with this issue. I've been banging my head to find the solution but no help...
The problem is that Samsung TV Emulator displays everything enlarged (line font-size 30ish pixels) and there does seem to have a way to override it. This only happens within Samsung UI components.
To make sure it wasn't something with my project I've downloaded sample project from Brightcove: Sample project but noticed the same behavior with that as well.
Here is the screenshot of my "project". It only one scene with two UI components: http://tinypic.com/r/124evqc/6
Opposed to that, here's what I see in my IDE view: http://tinypic.com/r/ezmn4l/6. As a side-note, I had to put height: 20px in both of my UI components' CSS in order for IDE to show them that way.
Can anyone suggest what am I supposed to do?

Seems like the button is adding 20px to its previous object, check this, maybe it helps

Did you install the TV Fonts when you installed your SDK?
From http://www.samsungdforum.com/Devtools/Sdkdownload
[ How to reInstall TV fonts ]
(Install TV fonts in your Windows system for compatibility with the TV)
1) Please go to this path: [SDK_INSTALL_DIR]/Emulator/Emulator2012_v3.5/bin
2) Double click each of the following files:
- shadow_us.ttf, shadow_eu.ttf, shadow_ko.ttf, shadow_s_cn.ttf,shadow_t_cn.ttf, shadow_jp.ttf
3) Click 'install' button in the dialog box

Related

Enable for Smart Displays

I've published my game Popcorn Quiz, but in the directory browser it seems that the Smart Display option is greyed out. It is available and tested against in the simulator so I assumed that it would be available when live.
Am I missing a setting in deploy options?
Thanks
If you see a smart display icon (even if it looks greyed out), then the action can be invoked on smart display devices.
We are investigating the icon color issue.

VSCode Extension Icons?

Just installed VSCode and went to install some extensions and noticed that no icons were showing up associated with the extensions. Yes I know thats of no real consequence but it just really stood out compared to the screen shots on the vscode page.
This is what is shown as a screen shot on the vscode page:
This is what I see in vscode:
I found the fix was as simple as dragging the window splitter and making it larger. Icons will then appear. The view was simply too compact for the icons apparently.

Visual web gui menu item displays wrong in IE 11

The project I'm developing for recently switched to .Net4.5 and Visual Web GUI 10.0.4 and a context menu item that works in Firefox doesn't work in IE11 (our official supported' browser).
I can't post images here yet, so here's a link:
[img]http://i.imgur.com/oIEca4l.png[/img]
notice that the firefox windows has 'invoice together' while the IE window has arrows in a box, and that's it.
Here are all the properites for the menu item:
[img]http://i.imgur.com/vHB4Ak6.png[/img]
The only reference to it in the code is displaying a message box when the 'invoice together' is clicked.
I'm thinking it's an IE display issue, but I'm curious to know if anyone knows a way to fix it?
Thanks
I experienced the same or most probably very similar issue on one of several virtual machines. I have content menu on ListView control. There was no visible menu items' text and there were left and right arrow sliders on the menu.
The web site worked fine on FF, Chrome. Interesting thing was that this context menu problem was not reproduced on other virtual machines with IE11. Only on single one. IE version 11.0.9600.18053 / 11.0.24 (kb3093983) was used on all test machines.
I noticed a slight difference in font's rendering also. Font's size seems smaller.
What I did was applying back IE's default settings and restarting client's machine. This somehow fixed the context menu and font's rendering.
My self explanation is that something in "get font and render it" communication between browser and client OS went wrong. From this came wrong looking menu with sliders.
Hope this helps!
Reduce fonts size on IE, it would help.

Default splash image in iOS Phone Gap / Cordova 2.2.0

Question based on: PhoneGap 2.0 Splash always using default but that didn't solve it.
Basically my PhoneGap application (version 2.2.0) regardless of what I have done still shows the default Cordova screen. I have replaced:
/Default-568h#2x.png, /Default#2x.png, /Default.png,/www/res/screen/ios/screen-iphone-portrait-2x.png,/www/res/screen/ios/screen-iphone-portrait.png
I have done a "Clean", a rebuild, I've added a "Launch Image" (UILaunchImageFile) key to the info.plist, I've removed the app from the device and re-built and after all that I still am showing the default Cordova splash image.
Any help is greatly appreciated.
Select Project -> Clean from the menu. Then rebuild your project. That should clear out the cached images.
I bumped into this case also. try to use the xcode file explorer in the left side to copy your new png files. sometimes its just cache it for somereason.. the same with icon's png.

how to find libraries for xcode iphone developing

i am watching my first xcode tutorial on youtube , it says that i have to make new "based view application" but i found "simple view application" i thing it is the same , am i right? then on the tutorial there are somethings like buttons , textareas... to put it in the view but i can't find it with my xcode 4.5.2 , i read on google it is from tool then library but i don't have "tool", what should i do to see it please? by the way i just have mac os x lion 10.7.4 and xcode 4.5.2 maybe i have to install another programs ?
this is what i see
and when i press new project check what i see, there is no "view based application"
On the top right, you have three buttons above "View", click the right one to open the right sidebar. In the bottom right corner, you find your UI Objects. Nothing else needed.
Click the small "box" (3rd of the four symbols) in the bottom right.
I dont know which tutorial you are watching but if its unclear you can allways follow this tutorial. If you scroll down you will find what you are looking for! Good luck
Create View Based Application from scratch
Another example of same thing