Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Juste simple question ~
Juste simple question ~ [message #12797] Sat, 17 November 2007 14:47 Go to next message
JPLaroche is currently offline  JPLaroche
Messages: 2
Registered: November 2007
Location: France PARIS
Junior Member
GUI_APP_MAIN
{
MyApp app;
switch(app.Run()) {
case IDOK:
PromptOK(String().Cat() << "OK: " << ~app.date);
break;
case IDCANCEL:
Exclamation("Canceled");
}
}

~app.date

Why ~ I would like to understand

I want to convert a program of wxwidget U ++

To familiarize me with this new technology I think that U ++ takes care of the base and should facilitate the display
Profession
Do I make a mistake??? Rolling Eyes

________________
french Confused

pourquoi ~ je voudrais comprendre

je veux convertir un programme de wxwidget en U++

Pour me familiariser avec cette nouvelle technologie je pense que U++ prend en charge le soubassement et devrais me faciliter le déploiement
métier
est-ce que je me trompe ???
Re: Juste simple question ~ [message #12798 is a reply to message #12797] Sat, 17 November 2007 15:34 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
~app.date

is the short form of

app.date.GetData()

which returns the value of widget (if any).

Mirek
Re: Juste simple question ~ [message #12799 is a reply to message #12798] Sat, 17 November 2007 16:03 Go to previous message
JPLaroche is currently offline  JPLaroche
Messages: 2
Registered: November 2007
Location: France PARIS
Junior Member
Really simple OK thank you Embarassed

I work with U ++ 711 and I have to compile one with U ++ or codebloock and MING 4.2.1 dw2 nobody brilliant diferrence for my aplications win32 api

Now I pass in the transformation of an application of management of project (which produces pdf for the service quality " followed computer modifications AS400 ")

Certainly that I would return towards you to help me Very Happy Surprised Surprised

Ps (there are many of sollutions if we search the questions Laughing Embarassed Very Happy )

Thank you

_____________________________________________

french
vraiment simple ok merci

je travaille avec U++711 et j'ai compiler soi avec U++ ou codebloock et MING 4.2.1 dw2 aucune diferrence génial pour mes aplications win32 api

maintenant je passe à la transformation d'une application de gestion de projet (qui produit des pdf pour le service qualité "suivit des modifications informatique AS400")

certainement que je reviendrais vers vous pour m'aider

ps( il y a beaucoup de sollutions si on fouille dans les questions)

merci

Previous Topic: Control with window handle
Next Topic: Question / Issue about Vector
Goto Forum:
  


Current Time: Sun Apr 28 12:36:30 CEST 2024

Total time taken to generate the page: 0.03815 seconds