hello i am getting the following error while generating the .sis file.
error: Recipe linkandpostlink failed with exit code 1.
error: The make-engine exited with errors.
i saw the below link...
Type: Posts; User: ranjini; Keyword(s):
hello i am getting the following error while generating the .sis file.
error: Recipe linkandpostlink failed with exit code 1.
error: The make-engine exited with errors.
i saw the below link...
Hello i have an .ini file in the following format...
[0]
placename=someplace
address = someaddress
[1]
placename=someplace
address = someaddress
Hello everyone, i am developing my application using qt quick, here are my questions...
1) How can u create a c++ implementation class file in qtquick???
2) I am using qml for the UI designs, can...
No savaj i dnt specify the width and height of the pages. i used as follows.
onClicked: {
pageStack.push(Qt.resolvedUrl("xxx.qml"))
}
is this correct ??? r am i goin wrong anywhere???
is...
yes savaj i did as you said using pagestack.push("qmlfile"); the screen is displayed but, the screen from which we call it also is under the screen which we displayed now. it gets appended. can you...
yes its overlaping the other page savaj, actually wat i am doin is as follows,
i have an qml file its id is
id: mainPage
i need to display this qml file from the main.qml file button click...
yes i tried with pagestack but it overlaps the other page... so there ill be a memory issue when more page is opened... this is the link savaj
...
i have a problem in switching between the qml screens. i am using qt creater, can you plz tell me how you achieved it??? thanks for any replies. below is the thread i am looking at. same prob for me...
Hello everyone. i am trying to show the content and the profile pic of that particular content as a list view in Qt. How i want is the pic should be at the left corner and the details of that...
the value which i passed in is not getting parsed... this is how i called the method...
voidHttpCommunicator::downloadReadyRead() {
QByteArraybytes=m_networkReply->readAll();//bytes...
Hello everyone,
I am trying to parse the below json value in Qt.
"{'meta':'200','server_current_time':'2011-09-27...
thank u not_dying i tried increasing the heapsize not_dyin after increasing my application crashes with panic user 30 :( but this panic is not even related to this :( but in previous build the...
s wizard u r rte.... actually wat i want to know is how to know wats the min and max heap size required for our application????? bcz i am using the size of
Stack Size": 0x5000
"Maximum Heap Size"...
s wizard i found wats the reason for tat error but wat i want to know is wats the min n max heap size i can use??? im using 3rd edition wizard
hello everyone, is there any sefault heap size min n max heap size should we use mmp file???
wats the reason of using tat heap size?
2) If its not mentioned ill it cause any memory problem??
3)...
yes kamalakshan i have added the reference of mtm i have tat, i have added it already..
class CSmsAppUi;
class CClientMtmRegistry;
class CSmsClientMtm;
couldn't get u wizard actually this is my code
TBuf<10> aAddress(_L("654"));
TBuf<20> aDescription(_L("testing"));
_LIT(KTxt1," after.");
TBuf<150> iMessage;
iMessage.Copy(KTxt1);
...
ya wizard i checked it its also fine it contains some values.....
hello im creating the local sms in emulator so im using createsmslocal method for it but it crashes in the line
CSmsHeader& iHeader = iSmsMtm->SmsHeader();
with kern exec- 3 error......... but...
Hello im using the following code to popup the content required
CEikonEnv::InfoWinL(number, message);
but whn the content of the message tat i copied is bigger its not displaying the full...
should i add another view to it n map this??? if i created another view in wat basses i should create yucca because i need to show the details na yucca???? is there any possible ways to show the...
Hello i have used listbox to show some of my required contents....how can i make it to view individually???? whn i click the content ...it should show using popup alone???? thanks in advance
while calling the runmultiquery function i just made the value of aUseDefaults parameter to false and it works fine as expected thanks....
ya kiran u r rte exactly i tried it... this is the function
TInt CSyncServiceContainerView::RunMultiQuery2L(TDes& aData1, TDes& aData2,
TBool aUseDefaults, const TDesC* aOverridePrompt1,...
hello kiran thanks for ur reply... actually im using multiquerrydialog to enter username n password... the value should be shown whn next time query is opened.... is there any way to show it in...