I am starting to learn about Xamarin/IOS and I am trying a very simple example to use storyboard designer to add views. I added 2 labels, a button, a switch and a slider and run it in emulator and all works as expected. But then when I got back to my storyboard designer, none of the view was showing there anymore but Document Outline was showing them properly as per attached screenshot. How do I get them show in design view?
They show when I run app in simulator and they were showing properly in designer as well when I added them initially
This is another strange issue with Xamarin Studio. I often find that it will not do what it is supposed to do and that restarting like explained here Xamarin.iOS Designer - Creating Action segue not working often solves the issue.
Completely unrelated issue, but restarting helped in both cases.
Related
I started using Acumatica ERP framework to create a sample application. I follow the steps provided in training document. By following the steps i added a ListView maintenance page.
The newly created page has PX.DataSource control created by acumatica framework. But this control has one error message with it i.e. "Error Rending Control - usrCaption". I attached the screenshot of this error.
I reinstalled framework many time but still same issue occurred to me. I opened my project on other machines and it's working fine. and also projects created on other machines that are working fine on source machine also giving same error on my machine.
Why Acumatica ERP PX.DataSource give rendering error at design view?
Usually this occurs because the template are lagging behind in terms of maintenance and aren't 100% compatible with all possible Visual Studio deployment (especially the latest versions).
The templates are very rarely used and since the Customization Project Editor has all the same features and more this is the one most users are using and the focus is put on maintaining this one before the Visual Studio templates.
It's unfortunate that the T100 training documents focus on these. Support regarding the templates is always originating from T100 training since they aren't very useful besides that. I would prefer the training direct new user to the Customization Project Editor instead because as far as I know it is what everybody uses and the only one that is always up to date.
I used the Azure portal to install an instance of Umbraco.
I need to use the Umbraco forms for a simple contact form.
The Umbraco instance contains the forms and I can perfectly create and configure everything I need about forms (fields, workflows, ...).
Problem is that I can't get to have it on any page.
The video here shows how to do it but when I click on the button as shown 23 seconds in the video, I can't find the forms and therefore not add my forms.
I tried to add the Razor line that it seem to generate based on the guid I get on the Form configuration page but when I save, the online page (I mean, the page of the actual website) is crashing (Yellow asp.net error page).
Does anybody knows what is going on here?
EDIT: Maybe I should mention that I did click on the Install button in the Forms section and waited until it refreshed the page. Surprisingly, it continues to prompt for installation now.
I found the answer.
Seems like when we installed Umbraco at first on Azure, the auto install failed at taking the database into account.
We had to manually edit the config file to make sure everything was all right.
However, some bits for the Forms were not referenced properly.
So I uninstalled the forms completely and reinstalled them from scratch and it started to work fine.
I'm using IBM Domino Designer 9.0.1. I have a server locally installed, and I have an ODP project associated to the nsf. Recently I've been opening Domino Designer to have it completely forget the nsf elements (have a look at the picture). Preferences/General/Workspace is set to 'Refresh automatically' and Build automatically is turned off.
I've tried: Refreh (no effect), Build (no effect), Sync (Progress bar gets filled with 'Updating File Menu based on Navigator Filter' but no progress).
The only thing that seems to work is re-associating the ODP to a new nsf.
Anybody have anything similar? Should I just reinstall Domino Designer? Because, you know, that's just loads of fun!
I had a similar issue but with an older version of Designer (8.5 or 8.01). Currently at 9.01 and haven't had the issue. I believe I had to rebuild my /workspace to solve the issue.
I found another similar issue with 8.01 in the Notes forum. You didn't mention if Processing indications (green circle and status bar bottom right) showed anything going on in the background.
delete your workspace directory under Data. it saves your day
Server: Domino 8.5.3 / Window 2003 5.2
We have a strange Problem. Since a few days, we cannot apply changes to our XPage application. Even, if we make some few text changes and open the application, the changes are not displayed. We looked into the generated XPage-Java-classes, here we can see, that the changes were applied to these classes.
Also, we tried to create a new Test-XPage, but if we open this xpage, the error "404 item not found" is displayed.
We also tried this http://www-01.ibm.com/support/docview.wss?uid=swg21327454 but it doesn't help....
We have already restarted the http task and the server.
It looks very much like your XPages don't compile anymore. You can check that by opening the Navigator view in the Domino Designer and check webContent/web-inf/classes. Every XPage translates into a Java class and it seems that has stopped. You can try the Project menu option "clean" and you want to right click on the nsf and check the project properties if a builder has been disabled or is missing.
Next stop: reinstall Designer. Since the compilation happens in Designer, that's where you need to look
I had asp.net back ground and now developing apps for Iphone. I have been wondering is there some thing master view or theme for app as we had master pages for website designing in asp dotnet which make the whole website design generic
thanks
No you really don't have anything similar. You do get two great application templates, the Tab based view or the Navigation based. In the navigation controller certain things follow each view like the style of the navigation bar but that is it.
If you want to use something like PhoneGap and drop that into XCode then use a web based UI framework like jqTouch, then you can have a template :) but that is a completely different application model.
Master View? I'm not sure what you mean by this. You have a Window (UIWindow) that you add Views to (UIView). You only have one window, but are free to have as many Views as you like.
So it depends what you want to add, for example i have a banner that i want at the tope of evert screen. I added the ImageView to the window and scaled the Views so they left the top of the window showing.
If you wanted to add some default behaviour to your Views and or add an image view to every view. You could simply subclass UIViewController and go from there?
If you give a touch more detail about what you want to achieve I'll gladly go into more detail.