Hiding Mouse Cursor in Samsung Smart TV 2012
Back to blogging again after several months get busy with work stuff...
Since working in Samsung Smart TV Application part, i have no time to explore any other interesting topics beside of Samsung Smart TV itself. But i think it's still quite interesting to explore since they got the latest technology and features in their TVs. The 2012 Samsung Smart TV Series now give a gesture recognition feature which enabling our hand to be a mouse like in the PCs so this post will be how to hide the mouse cursor image, sometimes we need to hide this thing to give more stunning effects to the UI.
What we must know before and that's the basic of the hiding cursor:
- Samsung Smart TV 2012 Series Widget/Application Engine is using Webkit
- The cursor image can be customized using CSS
- Don't forget to give ", default" in the cursor CSS
- The image must be sized in 32 x 32 pixels
- It cannot be completely transparent
- Suggested to use PNG format
Samsung Smart TV Apps – Hello World
First post of Samsung Smart TV SDK 3.0.0 and definitely it's a Hello World application :D
If you're doesn't have a Samsung Smart TV SDK just go to www.samsungdforum.com and register there, it's totally free and you can download the SDK in "DEV TOOLS" menu. Installing the SDK is little bit something in Windows 64-bit, some people in forum said that they are facing problems when installing it but my installation in Windows 7 Home Premium 64-bit is done very well.
Counting Size of Struct in C
First, i didn't guarantee that this post will give a true answer for any problem because this conclusion just made by myself based on my observation on some codes. It's very welcome to give another opinions or answers to share more knowledge and better solution.
This post will discuss about how much a struct take a memory? because of structs is a user-defined data structures, it's size will be relative to the content that the struct stores. For beginning let's refresh our memory (brain) about two most-used primitive data types size.
- int (4 bytes / 32 bits)
- char (1 bytes / 8 bits)
Draw a “stdio” BL Right-Angled Triangle C Source Code
Hello again, i've posted about drawing a square shape before. Now we're move a step ahead, drawing a simple right-angled triangle. I give this post BL code which means "Bottom-Left" because we're gonna draw right-angled triangle with the '90' placed at bottom left of the triangle.
* ** *** ****




