-
Content Count
889 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
I basically do nothing with shortcuts. I don't change their settings. In no program. I did not make any entry into the IDE! It doesn't make sense to me either. Same thing on Forum Delphi.cz. Unfortunately, the pictures speak clearly to the problem. Now it only happens sporadically. I somehow don't deal with it anymore. They're having fun with me. Things happen to me that no one has ever heard of. I always have to be something extra I'm not happy about it I don't know about the mouse sending me a double click or more instead of a single click. I threw away such a mouse once.
-
Like a call. I am attaching screenshots of task manager and taskbar. I certainly didn't run the IDE multiple times. I didn't even do anything in it at all!!! It just told me there was a new EurakLog and I dropped the IDE. I added my vote,
-
Nothing was overwritten. Because I always had only one instance displayed! But I saw more instances in task manager. Usually two. Both instances went to 30%. The responses were long and sometimes it was impossible to do anything. I already knew how much it beats. Fortunately, it calmed down.
-
I have a proven procedure. I close one IDE instance I have small projects On the other hand, I have a problem that the IDE sometimes starts itself multiple times. And even during work. If I don't realize it, I cry.
-
Could MMX be made to work with BookMarks? If it's complicated, it's not worth the effort. It's such a minor cosmetic flaw.
-
That's what I assumed
-
For example, when sorting "uses" (Format Uses Clause), you mark a classic bookmark with the number 0. I'd rather have it in BookMarks.
-
This is done by everyone who has localized Delphi.
-
DBGrid nepoužívam. Neverím, že ak pustíte DataSet do DBGrid, automaticky to uloží do DB. To by bola obrovská chyba. Môj pohľad na problém: Načítavate údaje zo súboru Vložíte ich do DBGrid Pracujete s DBGrid Ukončili ste DBGrid Nikde som si nevšimol: Načítavam dáta zo súboru - načítané dáta uložím do DB! Musíte to urobiť sami DBGrid to sám od seba neurobí I looked at the link. I understand that it only works with the file. Not with DB. But I don't know English and my knowledge is poor.
-
For example, a separate query of type "INSERT INTO"
-
DBGrid selected row does not highlight the selected row when ClientDataSet is Closed and Open again
Stano replied to ChrisChuah's topic in Databases
I would proceed differently. I would save the PK and then use it to set up the record. -
Please use English here as a rule. It's an English forum.
-
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
But it also removes all Bookmarks in all open files !!! That's why I pointed this out. -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Notice the tab below "Open Files" -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
View -> Tool Windows -> Bookmarks -
Parnassus Bookmarks: Clear All Bookmarks?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
I always have this window displayed. There's a button for that. -
When compiling your own component (EurekaLog): Access violation at address 179598A9 in module 'mmx_bds22.dll'. Read of address 006F004A. Everything continues to run.
-
OK. I had to restart the project because of that. MMX has stopped working. Minimum formatting uses. If that happens again, I'll let you know.
-
Ctrl + C should be tried everywhere. This way you can also copy the content of some windows (ShowMessage ...)
-
Um, all notifications or messages can be copied.
-
Non-Visual Component Caption Color / Transparency IDE
Stano replied to MJBComp's topic in Delphi IDE and APIs
I translate it the same way. Again, my inattention got a non-English text there -
Non-Visual Component Caption Color / Transparency IDE
Stano replied to MJBComp's topic in Delphi IDE and APIs
zaujímavé. Môj DataModule je čierny. všetko vidím. Formuláre sú "biele". Skontroloval som svoje nastavenia a nenašiel som nič zvláštne. Translation: interesting. My DataModule is black. I see everything. The forms are "white". I checked my settings and found nothing special. -
Basic rule: put your code here. Otherwise they can't help you.
-
2022 StackOverflow dev survey - salary results
Stano replied to Darian Miller's topic in Tips / Blogs / Tutorials / Videos
It is probably associated with the fact that they have a lot of software in the USA in COBOL. There are few people who control it. They are forced to update this software. -
Left side cannot be assigned to
Stano replied to AlanScottAgain's topic in RTL and Delphi Object Pascal
Such a simple example: I need to store or retrieve the PrimaryKey value there. Why would Setter / Getter be in such a simple case?