Error when follow Zk essential tutorial - eclipse

I am very new in ZKoss framework. I Follow ZK essential tutorial and in stuck in chapter4. The Error is when I created Package / class for SidebarChapter4Controller . There're lines : import org.zkoss.essentials.services.SidebarPage and
import org.zkoss.essentials.services.SidebarPageConfig; it gives error. I can't find where SidebarPage and SidebarPageConfig and what the error is all about.
Please Help.
Thanks & Regards,
Dian

I don't have enough rep to add a comment but adding the error message might be useful.
Are you looking for these files?
SidebarPage.java
SidebarPageConfig.java

Related

How to generate code form .raml with raml2code

I am trying to generate a code from .raml file using raml2code (https://github.com/gextech/raml2code).
Unfortunately the description isn't very good and I can't figure out how to do that.
Can anyone show me any example?
Hi I added more documentation, and also I'm working in a example project:
https://github.com/atomsfat/raml2codeFullSpringExample
Hope this help you

Liferay import pages - NoSouchGroupException

i am trying to import lar file - site pages and it fails because of NoSouchGroupException:
Failed Details
An unexpected error occurred with the publication process. Please check your portal and publising configuration.
com.liferay.portal.NoSuchGroupException: No Group exists with the primary key 19107
I am importing into blank site.
Any advice would be appreciated, thanks a lot!
Allright, I have found the issue, maybe it will be helpfull for somebody:
Problem was (I do not understand why...) in Calendar content - although I have never set or use it. When I uncheck calendar (in choose content section), import was succesfull.

how to add haru library to Xcode 4.1 project

i recently find haro library for pdf generation and i get a iPhonepdf sample from https://github.com/akisute/iPhonePDF, the sample works fine but actually i could nt use the library in my project, i do step by step as http://kishorek.com/?s=pdf&searchsubmit= said, but finally i got error :
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 failed with exit code 1
is there anyone to use it before to help ...
thanks in advance
Do you only want to use haru library?? If it is not really needed.. then below link is really good for generating any type of PDFs. Also manipulating functions inside this link is really easy.. And integrations is also too easy without any additional framework and also fast.... Please follow the link
http://www.ioslearner.com/generate-pdf-programmatically-iphoneipad/

How to add one project to another(Xcode)

I wright english very bad,but I hope you'l try to help me)
There is a problem: have one project that contains another 2 projects(that contains classes I using in main project),when try to compile-there are many fails,because main project couldn't find classes from that projects. I tried to add them from build phases->link binary with files-but it doesn't help me(
Help me please with this problem!Thank you!
In Xcode 4, this is done through Workspaces. This is a fairly big topic, so I will just link you to Apple's high-level document and a blog post that walks through the process of setting one up.
Apple doc: http://developer.apple.com/library/ios/#featuredarticles/XcodeConcepts/Concept-Workspace.html
Walkthrough: http://cocoamanifest.net/articles/2011/06/library-management-with-xcode-workspaces.html
Good luck!
Try adding them as Target Dependencies instead.

Using Three20 Library

I'm a baby iOS developer.
I really need help.
I want to use three20 library in my project and I add this library correctly.
but when I want to used it, I got a error.
for example when I write this line on top of my classes :
"#import "Three20/Three20.h"
I got this error:
Three20/Three20.h:No such file or directory
What hell is it? What can I do? I really need help as soon as possible.
Thanks
I solve my problem :).
Thanks to this site:
http://three20.info/article/2010-10-06-Adding-Three20-To-Your-Project