Search Type: Posts; User: charlieholder
Search: Search took 0.03 seconds.
-
21 Apr 2008 10:06 AM
- Replies
- 6
- Views
- 1,737
*bump*
-
21 Apr 2008 7:56 AM
- Replies
- 6
- Views
- 1,737
The full page.
-
21 Apr 2008 7:56 AM
Jump to post Thread: Creating a ComboBox by charlieholder
- Replies
- 3
- Views
- 2,714
var combo = new Ext.XTemplate(
'<tpl for="."><div class="x-combo-list-item">{state}</div></tpl>'
);
Ext.onReady(function(){
// some data used in the examples
var myData = [
['AL',... -
21 Apr 2008 7:55 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
I read somewhere that you need to define a template before creating the combo box. It didn't however state that you need to say which field is displayed.
var combo = new Ext.XTemplate(
'<tpl... -
14 Apr 2008 12:49 PM
- Replies
- 6
- Views
- 1,737
I don't know the terminology to clearly define/search for what I'm trying to do.
I want to show a web page within a window pane. Can anyone point me to a place that can explain how to do this? I'm... -
14 Apr 2008 12:01 PM
Jump to post Thread: Creating a ComboBox by charlieholder
- Replies
- 3
- Views
- 2,714
SOLVED.
-
14 Apr 2008 11:58 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
Solved the problem.
-
14 Apr 2008 10:57 AM
Jump to post Thread: Creating a ComboBox by charlieholder
- Replies
- 3
- Views
- 2,714
The ComboBox does render. The options are "there", but you can't see them. Screen shot.
main.html:
<html>
<head>
<title>Curriculum Example</title>
<script type="text/javascript"... -
14 Apr 2008 10:50 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
Thanks for the advice. I am not using eval and had the template in since a while ago.
I will try this other place since this doesn't seem to be the correct forum. -
14 Apr 2008 9:16 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
When I look at the information that the AIR debugger gives me, the innerHTML for all the list options is set to empty.
How can I ensure that the list elements are being filled with text? -
14 Apr 2008 5:44 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
Well in that case, again, how do you run firebug on an AIR application?
How do you debug in Aptana Studio?
I don't know what debugging totally entails. There is a console in AS that prints... -
11 Apr 2008 6:53 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
*bump*
-
10 Apr 2008 9:15 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
That's kind of a weird question. I don't really think there is another way to find out?
I guess no one knows the answer to why the text isn't showing up. -
9 Apr 2008 10:19 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
I'm using Aptana Studio.
Maybe I don't understand, but how does this info help me figure out why the text in the drop down isn't displaying? -
9 Apr 2008 6:00 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
I don't know.
I Just complied the code and ran it on the Firefox internal server since Firebug needs a browser and not an application window. I see this error:
Here is a screen shot of what I... -
8 Apr 2008 8:35 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
*bump*
-
8 Apr 2008 5:34 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
When I render to a div, I get a blank screen back.
-
8 Apr 2008 5:28 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
How do you run firebug on an AIR application?
-
7 Apr 2008 11:42 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
The ComboBox is "working" now. It does appear on the screen, but I can't see any of the options from the drop down menu. It registers the data but the options seem to be like 3 pixels tall and...
-
7 Apr 2008 9:30 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
*bump*
-
7 Apr 2008 7:20 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
I think I'm getting a little closer. I now have a ComboBox appearing, but my data doesn't populate it. Here's my code so far and the error I get when I click the drop down.
Error:
... -
7 Apr 2008 5:35 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
It's the 4th one down from the top.
-
4 Apr 2008 7:52 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
*bump*
-
4 Apr 2008 6:53 AM
Jump to post Thread: Creating ComboBox by charlieholder
- Replies
- 28
- Views
- 4,044
I am getting this error and the code is not creating the ComboBox:
TypeError: Value undefined (result of expression cbsite.applyTo) is not object.
at app:/ext_sample.js : 84
at... -
2 Apr 2008 12:37 PM
Jump to post Thread: Looking for tutorials by charlieholder
- Replies
- 0
- Views
- 645
I am trying to build my own RSS feed reader similar to this but with a few differences. If anyone could help me find some places to get help making things it would help a lot.
1. Drop down menu of...
Results 1 to 25 of 27
