Tagged Questions
The thumb tag has no wiki summary.
17
votes
3answers
4k views
ARM vs Thumb performance on iPhone 3GS, non floating point code
I was wondering if anyone had any hard numbers on ARM vs Thumb code performance on iPhone 3GS. Specifically for non-floating point (VFP or NEON) code - I'm aware of the issues with floating point ...
6
votes
1answer
585 views
Is this a bug in GCC or is my code wrong?
I have this C code:
int test(signed char anim_col)
{
if (anim_col >= 31) {
return 1;
} else if (anim_col <= -15) {
return -2;
}
return 0;
}
That compiles to ...
5
votes
4answers
1k views
Android Seekbar with two thumbs
Variations of this question can be found all over the internet but not an answer.
I want a seekbar with two-thumb range selection. I'm willing to program this myself but I lack experience with ...
5
votes
4answers
4k views
iPhone compile for thumb
I've heard it might be a good idea to turn off "compile for thumb" in an iPhone target's settings to increase performance. I'm having some trouble finding this setting though. Since I couldn't find it ...
4
votes
2answers
3k views
Android SeekBar thumb gets clipped/cut off
Re-worded question: When using a custom thumb drawable with a SeekBar view, the thumb drawable is clipped at the left and right edges of the view.
hi created a custom music player.But when i play the ...
3
votes
1answer
417 views
How do I make a WPF popup draggable using a thumb?
I've searched long and hard to find an example of this on the net. I've seen the alternative methods for this but I want to specifically use a thumb. In trying to hash out a solution I've been ...
3
votes
3answers
543 views
ARM Thumb mode: Code Size not decreasing
Guys,
I have a project which I have compiled for the ARM Cortex-A8 processor. I'm making use of GCC to do this. Currently the size of my executable is 220.1 KB. Now I modify my makefile and I add the ...
3
votes
3answers
2k views
Adding a second thumb to the slider control in WPF
I am trying to make a range control which is basically a slider control with an extra thumb. The only code I found for one already built is here.
http://www.codeplex.com/AvalonControlsLib
For the ...
2
votes
1answer
193 views
OpenCart show category images on homepage? [closed]
I'm using the most up to date version of open cart.
What I'm wanting to do is show the image from the store category page on every page page, as I'm wanting to implement it into the menu. You can ...
2
votes
1answer
138 views
objdump and ARM vs Thumb
I'm trying to disassemble an object built for ARM with gcc. Unfortunately, objdump is trying to guess whether the code is ARM and Thumb, and is getting it wrong: it thinks my code is Thumb when it's ...
2
votes
3answers
117 views
itte in arm assembly
What does the following line do in arm assembly:
000031e6 2916 cmp r1, #22
000031e8 bf1a itte ne
I get the first line (comparing r1 to 22) but what about the second line ...
2
votes
1answer
262 views
Change width of thumb of a slider dynamically in Sencha Touch
I need to change the width of a thumb of a slider dynamically. Sencha's CSS is not letting me. Only if I call .x-thumb::before in my CSS I can set it there, but I need to do it in my Javascript code ...
2
votes
1answer
825 views
Android seekbar clipped thumb
I ran into some weird problem..I implemented a seekbar with custom thumb..and when I ran my app on HTC Desire, it all works fine..but, when I ran it on Samsung Galaxy, the thumb becomes clipped!
Here ...
2
votes
1answer
161 views
How do you create a Drag Thumb on a WPF Window Status bar?
I suppose I might be looking for too simple an answer, but in WinForms, the StatusBar had a thumb on the right hand side, that allowed the user to resize the form quicker without having to try and ...
2
votes
1answer
146 views
How can I check if a 3rd party static library for the iPhone SDK is compiled for Thumb?
I'm working with a development platform (monotouch) that does not allow me to link 3rd party libraries that are compiled for Thumb due to a bug in the apple linker. How can I determine if a library ...
1
vote
2answers
64 views
Calling ARM assembly from C, GCC (bare metal)
I am trying to do some bare-metal programming in ARM with GCC and testing on QEMU. Whenever I call into an ARM label from C, my program hangs. I have a simple example of code that shows the problem ...
1
vote
1answer
41 views
Decoding BLX instruction on ARM/Thumb (IOS)
I've read through much of the ARM documentation but still having trouble decoding a BLX instruction. Here are two examples:
__text:0000347C 02 F0 B2 ED BLX _objc_msgSend
...
1
vote
2answers
25 views
VS can't find Thumb
I have a form and 2 PictureBoxes inside. One is the background and is static(I don't move and resize it in runtime). I want the 2nd PictureBox to change its size when I drag the corner of it. So I ...
1
vote
0answers
95 views
Make ScrollViewer thumb/slider use all of track regardless of ExtentHeight
Is there a way to have the thumb on a scrollviewer vertical scrollbar go right to the top or the bottom of the track regardless of the ExtentHeight value?
If the RxtentHeight is quite large relative ...
1
vote
1answer
91 views
Work around using custom image as default video thumb?
After uploading a new video in YouTube, three thumbnail images are generated automatically by YouTube. Unfortunately, these three images are often useless. Is there any workaround to use my own custom ...
1
vote
1answer
104 views
Precision issue with the Silverlight Slider and it's thumb
I have a precision problem with the slider control in Silverlight:
I've built some custeom template to slightly modify the visual appreance of the standard Silverlight slider control. My goal is to ...
1
vote
2answers
305 views
ARM/Thumb: ADDS instruction
I'm working on an iPhone/iPad project, and I want to update the status register during some (not all) arithmetic operations. By default, Xcode uses 'Compile for Thumb' and I don't want to change it.
...
1
vote
2answers
423 views
Generating Website screenshots on CentOS using PHP
Are there any free utilities that can be used to take screenshots of webpages and websites on centos and that can be run through php.
Thanks
1
vote
3answers
536 views
GD Star Rating - Thumbs Up/Down Size - HELP!
Thanks for clicking!
Using GD Star Rating Wordpress Plugin.
I'm having an extremely tough time trying to figure out how to do something as simple as resizing the rating button.
I have an image ...
1
vote
4answers
164 views
Error when create thumb
Hello
I use this opensource
http://code.google.com/p/timthumb/
But i try create a thumb from my hosting get an error
This link image wish create a thumb.
...
1
vote
3answers
1k views
Is it possible to have a SeekBar's thumb image extend outside the bar?
I have set negative paddings on my custom seekbar so that the round thumb image can go outside the bar, but the thumb isn't rendered out there, is there anyway to force the thumb to be drawn outside ...
1
vote
2answers
680 views
Display Playlist Thumb (YouTube API)
I'm using the YouTube API and there doesn't seem to be a thumbnail image of the playlist as it is on YouTube.
Anybody have any ideas or come across this problem before?
Let me know.
1
vote
1answer
699 views
iPhone Thumb & VFP
How do 'compile for Thumb' and VFP code relate to each other?
on the iPhone 2G/3G, i know that the Thumb instructionset doesn't include floatingpoint calculations (on the 3GS, Thumb2 aparently ...
0
votes
1answer
20 views
Is a good idea during the process of upload an images create a thumbs?
I am wondering about the best way, how to save & display thumbs of uploaded images. I have a photo gallery and when I upload an image, so I save the image in its original size, thumb1, thumb2 and ...
0
votes
1answer
86 views
Android seekbar - thumb is invisible after set its drawable
I have a seek bar and I am setting the thumb drawable in code. When the activity is starting I can see the changed drawable for the thumb but if I start a new activity from the seekbar activity and ...
0
votes
1answer
20 views
How can I make the changes of a transformation stick?
So I have a FrameworkElement to which I apply a template that has a thumb. I calculate the angle and then I set the RenderTransfrom property equal to a RotationTranform. Once I do the rotation and ...
0
votes
0answers
35 views
How can set mousedown (mousehold) slider effect on Coda-Slider image slider script?
I am using coda-slider image sliding script. I want to change scrolling effect on coda-slider script.
Please help me to change to slide the images on mouse-hold (continuous slide on mouse-press , ...
0
votes
0answers
42 views
A slider for image thumbnail continue slide on mouse holding down in js
I need a thumb slider which slide images continues on mouse holding down (mouse left key pressed) and when left key release slider will stop.
Any one know about this type slider?
Please help me.
...
0
votes
1answer
39 views
Tim Thumb errors after migrating to Live site
I recently migrated my site to a live server, and all of the timthumb images are now broken. I've already spent hours on this and cant figure it out, any help would be much appreciated.
The generated ...
0
votes
1answer
124 views
How do I go about implementing drag delta on shapes
How do I go about implementing the drag delta on a Shape, I have the following code:
void Connector_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
if ...
0
votes
0answers
24 views
Dragging radomly created lines of different pixel widths across the canvas
I've created a very simple game that generates 20 randomly placed lines of various pixel widths. I added a movethumb class with which I attempted to place inside the line paths. After my game canvas ...
0
votes
0answers
87 views
Button with line thumb
I have the following thumb template bellow, that I put in a button, so I can get a line button. Any ideas as to how and to what to bound the line coordinates inside the template to the button size, I ...
0
votes
0answers
48 views
Thumb Image didnt rotate to correct way
I create thumb image by using following code.
- (UIImage *)getThumbImage:(UIImage*)image {
CGSize size = image.size;
CGSize croppedSize;
CGFloat ratio = 125.0;
CGFloat offsetX = 0.0;
...
0
votes
1answer
225 views
Setting SeekBar progress without setting the thumb
I would like to change the progress indication of the bar (the yellow filling stripe) without also moving the thumb. In my application the thumb indicates a constant threshold and the stripe ...
0
votes
1answer
441 views
Silverlight 4 : Resize Dynamic Rectangles Using Thumb
XAML
<Canvas x:Name="cvsBurstImage" MouseLeftButtonDown="cvsBurstImage_MouseLeftButtonDown" Style="{StaticResource BurstCanvasStyle}">
<Viewbox x:Name="vbBurstImage" ...
0
votes
2answers
240 views
Editing a Slider's Thumb Template to be an Image Windows Phone 7
So I've been looking up a lot of "custom sliders" through google from all the major sources such as windowsphonegeek, msdn etc. But for some reason I can't seem to figure out how to make the thumb of ...
0
votes
0answers
21 views
Program speeding up after profiling with Time Profiler?
There is a long piece of code that's floating point intensive that I'm compiling with "thumb" turned off (I . When I compile on Xcode, run the app on my iPod touch to install, and then disconnect and ...
0
votes
2answers
136 views
Is it atomic to access(load/store) 32 bit integer when using ARM Thumb instruction set?
Using ARM cortex with thumb instruction set and Keil realview compiler, is it safe to access to 32 bit integer? Since the thumb register set is 16 bits, does this mean, fetching a 32 bit int needs 2 ...
0
votes
1answer
272 views
How to make seekbar thumb draggable
I am using a seekbar which had maximum of 2. However whenever i tap the other marked points thumb moves and even when I try to drag the thumb it directly comes up the other position. Please tell if ...
0
votes
1answer
271 views
Trouble positioning custominsed thumb at the centre of seekbar
I tried to change the width of seekbar and made it thin. But my thumb is not coming at the centre of seekbar.Thumb is a customised 9 patch image . Kindly help.
<?xml version="1.0" ...
0
votes
1answer
141 views
Rails 3 - Thumbs up - Routing problem?
Hi
I've got a project where I'm using Thumbs_up, when you enter a single retailer you can either vote it up or down. It works like a charm.
But now I try to add this feature to a index page of all ...
0
votes
1answer
136 views
Does iphone provide any API to detect human thumb Impression?
I wish to develop an app in iPhone in which user's thumb will be scanned first. The impression of the thumb should be used as a signature for email or report.
Please suggest if its possible to do or ...
0
votes
2answers
49 views
is there a way to get the thumb for any file type?
I would like to provide a thumb to most common file types:
images (i can already do that, haha)
documents: .zip, .doc, .xls, ...
videos: .avi, .mpg, .flv, ..
and maybe others,
is there a nice ...
0
votes
1answer
138 views
how to position thumb of Slider according to preferred duration in iOS
I have a custom slider whose min and max values are 0 and 1 respectively.
I want to set the thumb at a particular duration(at 1s) of the file. How do I do that calculation? Currently, I'm multiplying ...
0
votes
0answers
377 views
RangeSlider- iPhone UISlider with two thumbs
I came across the code for the above at http://github.com/cmezak/CMRangeSlider
Has anyone come across and understood it completely? I'm trying to understand the code and have a few problems with the ...