Search Type: Posts; User: cswsteve
Search: Search took 0.02 seconds.
-
18 Apr 2013 8:38 AM
- Replies
- 5
- Views
- 250
Great, Thanks for the update!
-
20 Mar 2013 10:27 AM
- Replies
- 31
- Views
- 7,194
Is there any documentation or sample scss file to begin customizing a Theme via the new packages using SASS? In the previous version there was an app.scss file that included default SASS code like...
-
19 Mar 2013 11:48 AM
- Replies
- 31
- Views
- 7,194
I see those 3 folders but the sass/var & sass/src only have a Readme.md file and no other files. The sass/etc has a Readme.md & all.scss file. The problem is the all.scss file is blank when I open...
-
19 Mar 2013 9:16 AM
- Replies
- 5
- Views
- 250
It appears to be correct in the .architect file but when I open Architect 2.2 all the main nodes are exapanded instead of collapsed. Here is what it looks like when I save and close Architect 2.2....
-
18 Mar 2013 4:28 PM
- Replies
- 4
- Views
- 163
I sent the email and it worked this time. Please let me know what you find.
Thanks,
Steve -
18 Mar 2013 8:49 AM
- Replies
- 4
- Views
- 163
Sure but when I tried to email it I received the following error. It was a little over 1MB in size.
Message rejected by Google Groups. Please visit... -
17 Mar 2013 7:23 PM
- Replies
- 4
- Views
- 163
I have a very complex view with multiple tabs and controls (about 2500 lines of code) that takes 20-30 seconds to display in Architect 2.2. This same view opened almost instantly in Architect 2.1.
... -
17 Mar 2013 7:19 PM
- Replies
- 5
- Views
- 250
Ever since I upgraded to Architect 2.2, it no longer saves the Project Inspector’s tree collapse or expand settings when I close and reopen Architect. In Architect 2.1 it would remember exactly how I...
-
17 Mar 2013 12:10 PM
- Replies
- 31
- Views
- 7,194
It took a while to figure out some of the new theming changes in Sencha Cmd 3.1.0.239 compared to 3.0.2 but I still cannot figure out how to use SASS to customize the CSS like I did in 3.0.2. I had...
-
16 Mar 2013 2:34 PM
- Replies
- 11
- Views
- 1,803
I am trying to use Sencha Cmd 3.1.0.239 with ExtJS 4.2 but it is not working the same as Sencha Cmd 3.0.2 and I cannot find any documentation on the new release. I am trying to build a custom theme...
-
5 Jan 2013 3:50 PM
- Replies
- 4
- Views
- 489
I was able to figure this out in Architect based on your reply. I didn't realize that you could add custom Configs to components in Architect. So based on your reply I tried adding trigger2Cls by...
-
1 Jan 2013 4:03 PM
- Replies
- 12
- Views
- 3,099
I was able to figure this out. It turns out that IE9 does not always refresh 100% and the only way to completely refresh it is to close and reopen IE9. That was throwing me because Firefox, Chrome...
-
1 Jan 2013 9:49 AM
- Replies
- 12
- Views
- 3,099
I downloaded Cmd 3.0.2 and was able to create a custom theme perfectly except for 1 thing. The Panel headers continue to use the default theme blue gradient only in IE6-IE9. It works perfectly in...
-
29 Dec 2012 10:02 AM
Jump to post Thread: Grid view plugin issue by cswsteve
- Replies
- 11
- Views
- 1,337
I am also really looking forward to these 2 new Architect features. Is version 2.2 going to be released soon?
-
27 Dec 2012 2:30 PM
Jump to post Thread: Success with Sencha Architect by cswsteve
- Replies
- 15
- Views
- 3,036
I also agree that SA2 is a great tool. I have been using it for a few months now and the more I use it the more it impresses me. I have done years of WinForm development using C# and SA2 is as good...
-
27 Dec 2012 12:04 PM
- Replies
- 0
- Views
- 279
Is there an easy way to force 2 decimal places to always show in a Number Field or any other component in Architect? If I set the decimalPrecision to 2 it does not display 2 decimals for numbers like...
-
27 Dec 2012 11:46 AM
Jump to post Thread: Selecting more than 1 component? by cswsteve
- Replies
- 1
- Views
- 207
When using an Absolute layout it would be great if there was a way to select more than one component at a time. This would make it easier to reposition multiple controls and even apply configs to a...
-
27 Dec 2012 11:40 AM
- Replies
- 0
- Views
- 125
Is there a reason that the Window container has the hidden config set to True by default? It seems like it would make more sense to have this set to false as you would mostly want the Window to be...
-
21 Dec 2012 4:09 PM
- Replies
- 0
- Views
- 157
I am trying to add a ButtonGroup to a Toolbar menu in Sencha Architect but Architect won't let me add a ButtonGroup to a menu item.
What I am looking to do is the same thing in the following... -
20 Dec 2012 2:42 PM
- Replies
- 3
- Views
- 162
Perfect, that's exactly what I was looking for. I didn't realize you could directly embed html css style into the label.
I noticed for a "label" only control you have to set the html config to... -
20 Dec 2012 12:39 PM
- Replies
- 3
- Views
- 162
I have a view where I need to change the font size and color for several labels. Is there an easy way to do this from within Sencha Architect without using CSS or SASS? This would be a 1 time change...
-
20 Dec 2012 11:20 AM
- Replies
- 0
- Views
- 125
I am trying to simulate adding a ButtonGroup to a Toolbar menu in Sencha Architect but Architect won't let me add a ButtonGroup to a menu item.
What I am looking to do is the same thing in the... -
18 Dec 2012 8:12 AM
Jump to post Thread: Window and Form Panel? by cswsteve
- Replies
- 2
- Views
- 166
Thanks for the reply. Based on your link it does make sense to use a Form Panel inside of a Window if you are using data bound controls. What I did was set the Windows layout to "Fit" and then add a...
-
17 Dec 2012 2:15 PM
Jump to post Thread: Window and Form Panel? by cswsteve
- Replies
- 2
- Views
- 166
If I want to use a Window as the main container (so the user can move and size it) and I also want to have several text fields with CRUD, is it best to also include a Form Panel inside the Window for...
-
17 Dec 2012 6:25 AM
- Replies
- 4
- Views
- 489
I am not sure I follow how that works. Are you saying I need to change from using a combo box to a trigger field? Do you have any examples in Architect that shows how this would work?
Thanks
Results 1 to 25 of 43
