Composite C1 pages cannot be saved [closed] - content-management-system

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am having problems saving pages in Composite C1. It worked fine for a long while and I don't recall installing anything new in Composite. Now when I click save and publish on a page on which I've made changes often it will pop up with a message saying "Save Resource? - 'pagename' has been modified. Save changes?" I click yes but the save and publish button keeps being active. It doesn't save my changes. It seems that 1 out of 10 times or something I can save, but most times it fails. Could this be a problem with my hosting? If so, what could that be? Can I see a log somewhere?

One of the tabs contain a field that needs a value. If you open up that tab, you should see one of the fields have a 'value missing' alert, marked with red. Try tabbing through tabs to see if this is the case.
It is a bug in Composite v3.2 that the tab(s) containing fields with validation errors (like 'missing value') isn't visually highlighted. Normally a red alert icon shows up on the tab when you press save, and hints you to go open up this tab.

Related

GWT and views. How does this work? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have done some seen some basic GWT tutorial but thats just one page. How does GWT applications with many pages work?
In GWT you have on Page, where everything happens. If you want to load a subpage, then this happens by AJAX Request.
So that means you have a navigation panel (exp. News and Contanct) and a content panel, where the content will be rendered.
So you click on News and the News-content will be rendered in the content panel. Or you click on Contact, the contact-content will be rendered in the content panel.
You don't have page reloads, only partial reloads.
Read this tutorial, to know how it works.
How does GWT applications with many pages work?
As you know GWT is a single page application. With help of History mechanism, you can show one then more page like behaviour.
Refer link:
History Mechanism in GWT

treehouse iphone [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am making my first app.
I'm doing the treehouse tutorials and I've made a button and a label from a single view template. When I press "play" or "run" the simulator just brings up either a white screen (for ipad) or nothing (for iphone). What am I missing? I've searched on google, but it's such a generic question that I couldn't find what I was looking for without explaining myself. What obvious little thing am I missing here?
Try setting your initial view controller in your MainStoryboard.
I think Sam is trying to say that in your project settings, you have a choice of "Main Interface" (which must be a XIB file) or "Main Storyboard". If you set this your app will know which view to show on startup.

Ext Js auto load of text fields with previous data [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm developing an application. How to make Panel so that the text fields should autofill/autoload when the user enters data second time
I think I understand what you mean, on editing their data it should prepopulate the fields.
To achieve this you need to use .setValue() on the controls to tell the control which data is should have selected/populated with.
Edit:
Based on comment feedback, if you want data to be auto selected on refresh you still need to save it somewhere. No other site can do this without it saved somewhere, whether locally on the users machine, or within a session of some sort or other options. This is not an issue with ExtJS. Once saved somewhere, wherever that may be, you could retrieve and set the values using the above, although I think it may be overcomplicating things, how often would a user accidently refresh the page and expect it to hold the data?

Aghhh!!! I lost interface builder to code [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
So this is probably a noob question, but my interface builder turned into red code. I think the "version editor" somehow did it, but I just want it back. I am a noob and can't write the interface in code. Any help?
You mean in the left pane that lists your files, the .xib filename turned red? That means the file is gone, and usually XCode didn't do it, or it would have removed it from the list too. Maybe you deleted it from the file system, maybe it was done by a version control system as you are suggesting. If you have it in a version control system you should be able to get back the last version of it.
If all else fails, File > New > New File. Choose User Interface under iOS, and pick usually View. Re-create your interface using Interface Builder from scratch.

Filemaker: Go to related record from a portal [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a portal and I want to click one of the items to switch layout and view the record associated with the clicked item.
How do I that?
For future reference, the way to do this is as follows:
Right-click on the portal row and click "Button Setup"
Choose "Go to Related Record"
Under Specify, select the table which contains the related record you want to go to
Select the layout that you would like to display the related record on
You can then limit the related result options if you like.