Search Type: Posts; User: Powderhound
Search: Search took 0.03 seconds.
-
28 Oct 2011 7:07 AM
- Replies
- 5
- Views
- 3,160
Yes, I am also really disappointed in the authors and publishers. No more Manning Publications for me.
-
20 Sep 2011 9:29 AM
- Replies
- 3
- Views
- 841
Yes, it is. Thanks for the bump. Unfortunately Sencha doesn't seem to be listening to most of the bug reports, which is very frustrating...
-
15 Aug 2011 9:15 AM
- Replies
- 2
- Views
- 844
Thanks for the clarifications Jamie.
-
15 Aug 2011 5:35 AM
- Replies
- 2
- Views
- 844
Hi,
Touch Charts 1.0.0 comes packaged with the Sencha Touch library.
I have noticed that the file sizes of sencha-touch.js and sencha-touch-debug.js are different between the latest releases of... -
15 Aug 2011 5:18 AM
- Replies
- 4
- Views
- 1,348
Bumped, after 2 weeks, in the hope that Sencha will log this...
-
15 Aug 2011 5:17 AM
- Replies
- 5
- Views
- 1,429
Bumped, after 2 weeks, in the hope that Sencha will log this...
-
15 Aug 2011 4:55 AM
Jump to post Thread: Is Sencha reading this forum? by Powderhound
- Replies
- 2
- Views
- 512
If the lack of focus on bugs this time was to get Charts released, well then I can confirm that after some testing (by me), these two bug fixes appear to also work with the Sencha Touch library...
-
11 Aug 2011 6:11 AM
Jump to post Thread: Is Sencha reading this forum? by Powderhound
- Replies
- 2
- Views
- 512
Hi,
According to the "Posting to the bug forum" sticky:
Well, I posted two bugs over a week ago, and they still haven't even got a PENDING status yet. In fact, I posted bug fixes to them a... -
4 Aug 2011 1:05 PM
- Replies
- 5
- Views
- 1,429
Possible fix:
Intersection detection relies on Draggable.region intersecting with (or, optionally, being contained by) Droppable.region
Draggable.region is updated on each move of the object by... -
4 Aug 2011 11:03 AM
- Replies
- 4
- Views
- 1,348
Possible fix:
Use this.canDrop to only allow the Droppable that the Draggable is over to change cancelRevert. Modify onBeforeDragEnd in Ext.util.Droppable to be:
// @private
... -
4 Aug 2011 10:42 AM
- Replies
- 4
- Views
- 1,348
B]Sencha Touch version tested:[/B]
1.1
only default ext-all.css
Platform tested against:
iOS 4.3.3
Chrome (OSX) 15.0.839.0 -
1 Aug 2011 3:10 PM
- Replies
- 5
- Views
- 1,429
The Sencha version should say 1.1.0.
-
1 Aug 2011 1:41 PM
- Replies
- 5
- Views
- 1,429
Sencha Touch version tested:
1.03
only default ext-all.css
Platform tested against: -
1 Aug 2011 1:00 PM
- Replies
- 3
- Views
- 841
OK, I'm thinking this is actually a bug.
If I take the dragdrop example code, and change revert to false for the Draggable, I get exactly the same behavior. Once the Draggable is relocated, it no... -
1 Aug 2011 11:40 AM
- Replies
- 5
- Views
- 3,160
The first book isn't finished yet, but you can get the current state as an ebook from the publisher. I have a copy, and at the moment it is very rough and ready, and hasn't been much use to me. It...
-
1 Aug 2011 11:32 AM
- Replies
- 3
- Views
- 841
I have Panel with a Draggable and a Droppable Object placed in it. When I first move the Draggable, I successfully get a dropenter event from the Droppable when the Draggable intersects.
However,... -
1 Aug 2011 11:17 AM
- Replies
- 1
- Views
- 638
Upon further investigation, it appears that this issue is with the Draggable object, not the Droppable. So, I figure that using el.SetXY probably is the correct way to move a Droppable object.
-
30 Jul 2011 12:33 PM
- Replies
- 1
- Views
- 638
To position a Ext.util.Draggable object on the screen, I can use it's moveTo method.
However, Ext.util.Droppable does not have a moveTo method. What is the correct way to (re)position it?
I... -
30 Jul 2011 12:21 PM
- Replies
- 3
- Views
- 1,058
I've (mostly) found a solution with a little help from this tutorial: http://www.sencha.com/learn/legacy/Tutorial:Creating_new_UI_controls.
I made a class to contain the Draggables/Droppables by... -
28 Jul 2011 9:03 AM
- Replies
- 3
- Views
- 1,058
Hi,
I need to have a number of draggable and droppable images on a screen with menus at the top and sides.
I have tried to implement this using the Draggable and Droppable classes, but I am... -
14 Jul 2011 12:27 PM
Jump to post Thread: Touch on desktop browser? by Powderhound
- Replies
- 9
- Views
- 1,698
Got it. Yes, I had not added the class to the img tag. Now it works. Thanks!
-
14 Jul 2011 11:01 AM
Jump to post Thread: Touch on desktop browser? by Powderhound
- Replies
- 9
- Views
- 1,698
Thanks for making me aware of that. I just gave it a go but unfortunately it doesn't seem to work with the draggable image, so I'll stick with the JavaScript workaround for now.
-
14 Jul 2011 8:34 AM
Jump to post Thread: Touch on desktop browser? by Powderhound
- Replies
- 9
- Views
- 1,698
Well, it seems that Google has fixed the problem in the latest nightly build of Chrome.
Somewhere between the current dev channel build (14.0.814.0) and the current Canary build (14.0.822.0) the... -
14 Jul 2011 7:46 AM
Jump to post Thread: Touch on desktop browser? by Powderhound
- Replies
- 9
- Views
- 1,698
Using the onmousedown event to change the default browser behavior (as described in my previous post) solved the issue with the browser dragging the image. I added it to both draggable and droppable...
-
14 Jul 2011 7:03 AM
Jump to post Thread: Touch on desktop browser? by Powderhound
- Replies
- 9
- Views
- 1,698
I found the answer on another post...
http://www.sencha.com/forum/showthread.php?131123-dragrdrop-example-with-img-inside-draggable-element&highlight=drag
Results 1 to 25 of 27
